PDA

View Full Version : GCC 3.4.2/newlib KOS 1.3 svn 165 for download



GPF
November 11th, 2004, 00:00
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.


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

scherzo
December 8th, 2004, 11:22
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.

GPF
December 8th, 2004, 23:03
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

rattboi
December 9th, 2004, 02:36
Wow, thanks!

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

Thanks for the packages

WHurricane16
February 13th, 2005, 02:34
Btw, for brevity and bookmark's sake:

http://storm-studios.net/GPF/342sh-elf.rar
19.4 MB

http://storm-studios.net/GPF/kos1.3.rar
8.78 MB

http://storm-studios.net/GPF/cygdlls.rar
1.06 MB

http://storm-studios.net/GPF/environ.rar
1 KB