GCC 3.4.2/newlib KOS 1.3 svn 165
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 and 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 and I will post it for public consumption :)
Thanks,
Troy
Re: GCC 3.4.2/newlib KOS 1.3 svn 165
so has anyone tried it , or should I just release the links?
Thanks,
Troy
Re: GCC 3.4.2/newlib KOS 1.3 svn 165
I'm interrested. I'll test it.
Re: GCC 3.4.2/newlib KOS 1.3 svn 165
Re: GCC 3.4.2/newlib KOS 1.3 svn 165
[quote author=SiZiOUS link=board=pdev;num=1098720740;start=0#3 date=01/03/05 at 23:23:19]Dead links :([/quote]
Yeah, storm-studios.net seems to have disappeared. I hope that's only temporary. I haven't been in touch with Will or heard anything since it went down this time. (Good thing I had the foresight to keep a copy of all of my pages and files on my computer. I hope Troy did the same.)
Re: GCC 3.4.2/newlib KOS 1.3 svn 165
yes, is still have all of the toolchain files, just waiting to see if storm-studios arises from the dead, if not Ill get other hosting and post them there.
Troy
Re: GCC 3.4.2/newlib KOS 1.3 svn 165
Nice. Thx for all. I'm waiting so.
Maybe i can host the toolchain on my website.
Re: GCC 3.4.2/newlib KOS 1.3 svn 165
that would be fine, send me the info and I'll upload it.
Troy
Re: GCC 3.4.2/newlib KOS 1.3 svn 165
I just need to know the total size. i hope is not more than 50 MB :(
Re: GCC 3.4.2/newlib KOS 1.3 svn 165
the sizes are in the first post above, but total are about 30 megs.
Troy