
9 Dec
2004
9 Dec
'04
4:24 p.m.
Mark,
in message 1f729c480412090650692f01ec@mail.gmail.com you wrote: ...
After doing these, can I use this ELDK compile u-boot? Does the Environment variable CROSS_COMPILE MUST be set?
...
- no: it's hardcoded in the Makefile
This is wrong. It's not hardcoded. Only a _default_value_ is provided.
... ifeq ($(ARCH),ppc) CROSS_COMPILE = ppc_82xx- endif ...
And you must be referring to something else, but not to U-Boot.
Setting the CROSS_COMPILE is does not hurt though.
RTFM. Setting CROSS_COMPILE is _required_ when using the ELDK.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
Every solution breeds new problems.