* crosscompiling for ARM
@ 2008-05-12 4:38 Alexei Babich
2008-05-12 5:05 ` Alexei Babich
0 siblings, 1 reply; 2+ messages in thread
From: Alexei Babich @ 2008-05-12 4:38 UTC (permalink / raw)
To: linux-newbie
Hi all,
I'm try to crosscompile linux-kernel to arm platform (AT91RM9200 EK board). Host machine is i686-linux.
So, how to make bzImage ? I try this in linux source dir: $make ARCH=arm menuconfig; $make ARCH=arm, but at this step I see, that compile script invokes native compiler (gcc, not arm-unknown-linux-gnu-gcc), linker, and objcopy.
How to switch to crosscompiler (and other for building bzImage) ?
Thank you.
--
Regards,
Alexei Babich, chematic engineer, OOO NPP "Rezonans", Chelyabinsk, Russia
http://www.rez.ru
Jabber ID: impatt@jabber.ru
--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: crosscompiling for ARM
2008-05-12 4:38 crosscompiling for ARM Alexei Babich
@ 2008-05-12 5:05 ` Alexei Babich
0 siblings, 0 replies; 2+ messages in thread
From: Alexei Babich @ 2008-05-12 5:05 UTC (permalink / raw)
To: linux-newbie
solved:
$make ARCH=arm CROSS_COMPILE=arm-unknown-linux-gnu-
--
Regards,
Alexei Babich, chematic engineer, OOO NPP "Rezonans", Chelyabinsk, Russia
http://www.rez.ru
Jabber ID: impatt@jabber.ru
--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-05-12 5:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-12 4:38 crosscompiling for ARM Alexei Babich
2008-05-12 5:05 ` Alexei Babich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox