Has anyone built a new toolchain with newlib for the newest Subversion build of KOS?
Thanks,
Troy
Printable View
Has anyone built a new toolchain with newlib for the newest Subversion build of KOS?
Thanks,
Troy
I recently rebuilt my toolchain and KOS... about a few weeks ago. Here's the following versions that I used:
GCC 3.4.1
binutils 2.15
newlib 1.12.0
KOS 1.3.x subversion 147
Everything worked too! The only thing I needed to change was an objcopy switch for all my projects and the KOS examples.
WOW! I just looked at KOS's subversion site and it's up to 156 since I set up my new environment. Geez. Dan is working hard.
yeah I just recently rebuilt my toolchain up to 3.4.0 , but now with the recenty changes to KOS 1.3.X after subversion 147, needs to be rebuilt with newlib. I was hoping someone else already did it :) , otherwise I'll try to build it soon.
Troy
[quote author=GPF link=board=pdev;num=1092173029;start=0#2 date=08/11/04 at 15:12:28]yeah I just recently rebuilt my toolchain up to 3.4.0 , but now with the recenty changes to KOS 1.3.X after subversion 147, needs to be rebuilt with newlib. I was hoping someone else already did it :) , otherwise I'll try to build it soon.
Troy[/quote]
If you do get it done will you post it somewhere? I just don't have the strength at the moment to rebuild the world!
[quote author=warmtoe link=board=pdev;num=1092173029;start=0#3 date=08/13/04 at 15:40:10]
If you do get it done will you post it somewhere? I just don't have the strength at the moment to rebuild the world!
[/quote]
If you are on Linux I can post a tarball of the entire chain, ARM and SH4..
[quote author=atani link=board=pdev;num=1092173029;start=0#4 date=08/13/04 at 20:20:52]
If you are on Linux I can post a tarball of the entire chain, ARM and SH4..[/quote]
I'm on Windows., but thanks.
that would be great if I was on linux :) I used to have a vmware linux partition set up, but I haven't used it for a long time, and just discovered I deleted it and never back it up. So I would need to recreate it. Probably easier to just built my own toolchain :)
Hopefully sometime this week I'll get a chance.
Troy
I could build a MinGW toolchain on my machine. It's a Linux box, but I have MinGW set up on here to cross-compile Windows apps.
that would be great. I was planning on building it for mingw anyway. since I could use it for the dcdev environment as well.
Troy
I can't get GCC 3.4.1 to build on MinGW. I'm getting some errors about undefined references to fork and kill.