|
What about cross-compilation?What about cross-compilation?Posted Mar 3, 2005 10:48 UTC (Thu) by mhb (guest, #28187)In reply to: What about cross-compilation? by dwmw2 Parent article: Driver porting: compiling external modules
I have tried this on the simple hello.c module.
(Log in to post comments)
What about cross-compilation? Posted Oct 14, 2005 0:02 UTC (Fri) by msprauve (guest, #33084) [Link] Did anyone develop a resolution to this problem?
What about cross-compilation? Posted May 2, 2006 13:59 UTC (Tue) by DeferX (guest, #37486) [Link] Tray thismake CROSS_COMPILE=ppc_6xx- ARCH=ppc It's work
By
What about cross-compilation? Posted Nov 10, 2005 22:02 UTC (Thu) by urs (guest, #33777) [Link] You should call
make CROSS_COMPILE=ppc_4xx- -C ...
instead of your command
CROSS_COMPILE=ppc_4xx- make -C ...
which handles make variables differently. See the make manual for details.
urs
|
Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds
Powered by Rackspace Managed Hosting.