crosstools 0.1

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
case23
Posts: 2
Joined: Wed Sep 21, 2011 2:18 am

crosstools 0.1

Post 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
Attachments
crosstools-0.1.tar.bz2
(2.95 KiB) Downloaded 116 times
case23
Posts: 2
Joined: Wed Sep 21, 2011 2:18 am

Re: crosstools 0.1

Post by case23 »

i found the first bug myself: x86_64-elf-gdb does not work correct
wolfwood
Posts: 3
Joined: Thu Dec 02, 2010 10:48 pm

Re: crosstools 0.1

Post by wolfwood »

Post Reply