| Anonymous | Login | Signup for a new account | 11-10-2008 11:55 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
| 0002794 | [buildroot] Architecture Specific | minor | always | 04-03-08 13:23 | 04-03-08 13:23 | |||||||
| Reporter | davidg | View Status | public | |||||||||
| Assigned To | buildroot | |||||||||||
| Priority | normal | Resolution | open | |||||||||
| Status | assigned | Product Version | ||||||||||
| Summary | 0002794: build fails on ARM arch with external toolchain (gcc-4.2.1-glibc-2.6.1 EABI) | |||||||||||
| Description |
Received following error trying to build with external toolchain: make: *** No rule to make target `/.config', needed by `/home/david/at91/buildroot/project_build_arm/at91sam9260dfc/root/boot/uclibc.config'. Stop. |
|||||||||||
| Additional Information |
.config settings: # BR2_TOOLCHAIN_BUILDROOT is not set BR2_TOOLCHAIN_EXTERNAL=y # BR2_TOOLCHAIN_EXTERNAL_SOURCE is not set # BR2_TOOLCHAIN_SOURCE is not set Needed to comment out uclibc.config target in target/linux/Makefile.in.advanced. I know this isn't the proper fix so I will paste my patch below rather than attaching it. Index: target/linux/Makefile.in.advanced =================================================================== --- target/linux/Makefile.in.advanced (revision 21626) +++ target/linux/Makefile.in.advanced (working copy) @@ -243,7 +243,7 @@ ifneq ($(BR2_LINUX_COPY_CONFIGURATION),) LINUX26_TARGETS+=$(TARGET_DIR)/boot/buildroot.config LINUX26_TARGETS+=$(TARGET_DIR)/boot/linux-$(LINUX26_VERSION).config -LINUX26_TARGETS+=$(TARGET_DIR)/boot/uclibc.config +#LINUX26_TARGETS+=$(TARGET_DIR)/boot/uclibc.config ifeq ($(BR2_PACKAGE_BUSYBOX),y) LINUX26_TARGETS+=$(TARGET_DIR)/boot/busybox.config endif |
|||||||||||
| Attached Files | ||||||||||||
|
|
||||||||||||
| There are no notes attached to this issue. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 04-03-08 13:23 | davidg | New Issue | |
| 04-03-08 13:23 | davidg | Status | new => assigned |
| 04-03-08 13:23 | davidg | Assigned To | => buildroot |
| Copyright © 2000 - 2006 Mantis Group |