linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* Define CROSS_COMPILE in .config (kernel 2.6.35)
@ 2010-08-04 10:55 Yegor Yefremov
  2010-08-04 11:05 ` tommy.hong
  2010-08-04 11:53 ` Russell King - ARM Linux
  0 siblings, 2 replies; 3+ messages in thread
From: Yegor Yefremov @ 2010-08-04 10:55 UTC (permalink / raw)
  To: linux-arm-kernel

Has anyone tried this option? If I define my CROSS_COMPILE prefix in .config and then call

make ARCH=arm

then I get following errors:

  CHK     include/linux/version.h
  CHK     include/generated/utsrelease.h
make[1]: ?include/generated/mach-types.h? ist bereits aktualisiert.
  CC      kernel/bounds.s
cc1: error: unrecognized command line option "-mlittle-endian"
cc1: error: unrecognized command line option "-mabi=aapcs-linux"
cc1: error: unrecognized command line option "-mno-thumb-interwork"
kernel/bounds.c:1: error: bad value (armv4t) for -march= switch
kernel/bounds.c:1: error: bad value (arm9tdmi) for -mtune= switch

the CROSS_COMPILE seems to be ignored. But if I comment the empty CROSS_COMPILE entry in Makefile

#CROSS_COMPILE   ?=
CROSS_COMPILE   ?= $(CONFIG_CROSS_COMPILE:"%"=%)

everything is working like a charm. Am I missing something?

Regards,
Yegor

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-08-04 11:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-04 10:55 Define CROSS_COMPILE in .config (kernel 2.6.35) Yegor Yefremov
2010-08-04 11:05 ` tommy.hong
2010-08-04 11:53 ` Russell King - ARM Linux

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).