What about cross-compilation?
What about cross-compilation?
Posted Nov 10, 2005 22:02 UTC (Thu) by urs (guest, #33777)In reply to: What about cross-compilation? by mhb
Parent article: Driver porting: compiling external modules
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