This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Help on building an cross toolchain
- From: "Manuel Carlos" <coyote21 dot manuel at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Sat, 6 Oct 2007 13:32:30 +0100
- Subject: Help on building an cross toolchain
Hi,
I wanted to know if there is some way to produce an and an cross
toolchain, based on gcc, but without being coupled to an operating
system like linux. Since all the howto's that I've found, said that in
order to build an cross toolchain I have to compile an linux kernel
for the target... But, I want my executables to not being dependable
of an linux version... Since, I plan to compile my own simple os with
it.
Thanks in advance, Charles Brown.