[opensuse-kernel] CROSS_COMPILE parameter not recognised
Hello. I get the following errors in [1]. I have set CONFIG_CROSS_COMPILE=n in the .config file. Its failing on line "Cross-compiler tool prefix (CROSS_COMPILE) [] (NEW) aborted!" What else am I missing here [i.e mis-spelt parameter]. Im not cross compiling anything. Thanks Glenn + make prepare -C /usr/src/packages/BUILD/kernel-vanilla-2.6.34.7/linux-2.6.35 O=/usr/src/packages/BUILD/kernel-vanilla-2.6.34.7/linux-obj make: Entering directory `/usr/src/packages/BUILD/kernel-vanilla-2.6.34.7/linux-2.6.35' HOSTCC scripts/basic/fixdep HOSTCC scripts/basic/docproc HOSTCC scripts/basic/hash GEN /usr/src/packages/BUILD/kernel-vanilla-2.6.34.7/linux-obj/Makefile HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/kxgettext.o SHIPPED scripts/kconfig/zconf.tab.c SHIPPED scripts/kconfig/lex.zconf.c SHIPPED scripts/kconfig/zconf.hash.c HOSTCC scripts/kconfig/zconf.tab.o HOSTLD scripts/kconfig/conf scripts/kconfig/conf -s arch/x86/Kconfig .config:571:warning: symbol value 'm' invalid for PCCARD_NONSTATIC .config:2966:warning: symbol value 'm' invalid for MFD_WM8994 * * Restart config... * * * General setup * Prompt for development and/or incomplete code/drivers (EXPERIMENTAL) [Y/n/?] y Cross-compiler tool prefix (CROSS_COMPILE) [] (NEW) aborted! Console input/output is redirected. Run 'make oldconfig' to update configuration. make[3]: *** [silentoldconfig] Error 1 make[2]: *** [silentoldconfig] Error 2 make[1]: *** No rule to make target `include/config/auto.conf', needed by `include/config/kernel.release'. Stop. make: *** [sub-make] Error 2 make: Leaving directory `/usr/src/packages/BUILD/kernel-vanilla-2.6.34.7/linux-2.6.35' error: Bad exit status from /var/tmp/rpm-tmp.I8rPxE (%prep) [1] https://build.opensuse.org/package/rawlog?arch=x86_64&package=kernel-vanilla&project=home%3Adoiggl&repository=openSUSE_11.3 -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
On Sunday 26 September 2010 16:26:00 doiggl@velocitynet.com.au wrote:
Hello. I get the following errors in [1]. I have set CONFIG_CROSS_COMPILE=n in the .config file. Its failing on line "Cross-compiler tool prefix (CROSS_COMPILE) [] (NEW) aborted!" What else am I missing here [i.e mis-spelt parameter]. Im not cross compiling anything. Something of your other Configs is probably requiring CONFIG_CROSS_COMPILE, thus CONFIG_CROSS_COMPILE=n does not work.
If you do make oldconfig you should get prompted for such requirements? ...
Prompt for development and/or incomplete code/drivers (EXPERIMENTAL) [Y/n/?] y Not exactly sure what it's doing, but I would set this to "n".
Please read: Documentation/kbuild/kconfig.txt before asking further questions. Other files in this directory may also be helpful. This may help you understand some of your problems. Thomas -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
On Mon, 27 Sep 2010 12:06:24 +0200 Thomas Renninger <trenn@suse.de> wrote:
On Sunday 26 September 2010 16:26:00 doiggl@velocitynet.com.au wrote:
Hello. I get the following errors in [1]. I have set CONFIG_CROSS_COMPILE=n in the .config file. Its failing on line "Cross-compiler tool prefix (CROSS_COMPILE) [] (NEW) aborted!" What else am I missing here [i.e mis-spelt parameter]. Im not cross compiling anything. Something of your other Configs is probably requiring CONFIG_CROSS_COMPILE, thus CONFIG_CROSS_COMPILE=n does not work. [...] Not exactly sure what it's doing, but I would set this to "n".
No, it's a prefix, a string. Correct is: CONFIG_CROSS_COMPILE="" -- Stefan Seyfried "Any ideas, John?" "Well, surrounding them's out." -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
participants (3)
-
doiggl@velocitynet.com.au
-
Stefan Seyfried
-
Thomas Renninger