[Buildroot] unable to build arm926ejs toolchain with latest snapshot cp error during kernel unpack

Hebbar gururajakr at sanyo.co.in
Thu Sep 27 11:15:49 UTC 2007


Hi all,
i found the location of problem but yet to find the solution. In
buildroot\target\linux\makefile.in at 

$(LINUX26_DIR)/.configured: $(LINUX26_DIR)/.patched $(LINUX26_KCONFIG)
	cp -dpf $(LINUX26_KCONFIG) $(LINUX26_DIR)/.config          --------->
bug/error for me
	$(SED) '/CONFIG_AEABI=y/d' $(LINUX26_DIR)/.config
ifeq ($(BR2_ARM_EABI),y)

$(LINUX26_KCONFIG) ---> is not getting set/defined.


# Linux kernel configuration file
# Has to be set by the target/device
# If it is not set by the target/device, then pick the one from .config
ifndef LINUX26_KCONFIG
ifneq ($(strip $(subst ",,$(BR2_PACKAGE_LINUX_KCONFIG))),)
LINUX26_KCONFIG=$(strip $(subst ",,$(BR2_PACKAGE_LINUX_KCONFIG)))
#"))
#"))
else
# LINUX26_KCONFIG=$(BOARD_PATH)/linux26.config
endif
endif


Kindly let me know how to set. 

also when i tries make linux26-

Regards
Gururaja



-- 
View this message in context: http://www.nabble.com/unable-to-build-arm926ejs-toolchain-with-latest-snapshot-cp-error-during-kernel-unpack-tf4527671.html#a12919161
Sent from the BuildRoot mailing list archive at Nabble.com.




More information about the buildroot mailing list