Results 1 to 5 of 5

Thread: GCC 3.4.2/newlib KOS 1.3 svn 165 for download

                  
   
  1. #1
    DCEmu Coder GPF's Avatar
    Join Date
    Apr 2004
    Location
    Texas
    Age
    52
    Posts
    796
    Rep Power
    77

    Default GCC 3.4.2/newlib KOS 1.3 svn 165 for download

    http://s101533388.onlinehome.us/GPF/342sh-elf.rar
    19.4 MB

    http://s101533388.onlinehome.us/GPF/kos1.3.rar
    8.78 MB

    http://s101533388.onlinehome.us/GPF/cygdlls.rar
    1.06 MB

    http://s101533388.onlinehome.us/GPF/environ.rar
    1 KB

    toolchain has been stripped down as far as I know how and executables compressed with upx(thanks BA's old consolvision post about shrinking his 3.0.4 toolchain)

    Extract to /usr/local/dc

    Kos has just the libraries precompiled. The toolchain has hardlinks to KOS directories under sh-elf/sh-elf/include, so either extract my KOS to /usr/local/dc , or move yours to /usr/local/dc/kos1.3 or create new hardlinks pointing to you KOS directory.

    Code:
    ln -nsf $(kos_base)/include/kos /usr/local/dc/sh-elf/sh-elf/include 
    ln -nsf $(kos_base)/kernel/arch/dreamcast/include/arch /usr/local/dc/sh-elf/sh-elf/include 
    ln -nsf $(kos_base)/kernel/arch/dreamcast/include/dc  /usr/local/dc/sh-elf/sh-elf/include


    I had to update my cygwin on the XP machine I tested the toolchain out on to get it to work. Otherwise I have include the cygdlls.rar which can be uncompressed at the top of you path.

    Also I have put up my environ.sh that I use which has all the path set up for me that I source when I start cygwin.

    Let me know if the above files work for you or if yoy have any questions.

    Troy

  2. #2

    Default Re: GCC 3.4.2/newlib KOS 1.3 svn 165 for download

    Hey GPF, do you have a build script that you used to compile this? I'd like to use the latest svn to mess around with the new modem code. I had problems with the last build script that I used.
    It's time to chew ass and kick bubble gum... and I'm all out of ass!

  3. #3
    DCEmu Coder GPF's Avatar
    Join Date
    Apr 2004
    Location
    Texas
    Age
    52
    Posts
    796
    Rep Power
    77

    Default Re: GCC 3.4.2/newlib KOS 1.3 svn 165 for download

    Jim Ursetto build script from http://3e8.org/hacks/dc/dc-chain-0.1.tgz

    I think BLueCrab was able to get it to almost work with the older modem driver code, but he ported a new version of lwip , so you might look into that as well.

    Good Luck

    Troy

  4. #4

    Default Re: GCC 3.4.2/newlib KOS 1.3 svn 165 for download

    Wow, thanks!

    I was just going to look for some dc tools to start out my dc hacking adventure

    Thanks for the packages

  5. #5
    DCEmu Regular WHurricane16's Avatar
    Join Date
    Mar 2004
    Location
    North Carolina
    Age
    47
    Posts
    434
    Rep Power
    75

    Default Re: GCC 3.4.2/newlib KOS 1.3 svn 165 for download


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •