Page 1 of 1

crosstools 0.1

Posted: Wed Sep 21, 2011 2:46 am
by case23
Hi all,

I just wrote a makefile (and two patches) which can automaticly build binutils, gcc (c and c++), newlib, bochs, grub2, xorriso and gdb for a different target architecture than the host system. The host system should be linux.

No root rights needed. Targets x86_64-elf and i386-elf tested, other targets can work too.

For usage run "make". For testing run "make all" or "TARGET=i386-elf make all"

I hope it helps you. You can help me with bug reports and feature requests.

Thanks,
Thomas

Re: crosstools 0.1

Posted: Wed Sep 21, 2011 4:47 am
by case23
i found the first bug myself: x86_64-elf-gdb does not work correct

Re: crosstools 0.1

Posted: Sat Sep 24, 2011 4:38 pm
by wolfwood