|
|
Subscribe / Log in / New account

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


to post comments


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds