[Buildroot] [buildroot 0003994]: Default ngw100-base config fails with invalid directory when compiling gcc

bugs at busybox.net bugs at busybox.net
Thu Jul 10 05:01:47 UTC 2008


The following issue has been CLOSED 
====================================================================== 
http://busybox.net/bugs/view.php?id=3994 
====================================================================== 
Reported By:                mpfj
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   3994
Category:                   Architecture Specific
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     closed
Resolution:                 open
Fixed in Version:           
====================================================================== 
Date Submitted:             07-08-2008 03:02 PDT
Last Modified:              07-09-2008 22:01 PDT
====================================================================== 
Summary:                    Default ngw100-base config fails with invalid
directory when compiling gcc
Description: 
Checked out latest svn copy

# make atngw100-base_defconfig
# make

Fails with the following ...

# Apply any files named gcc-*.patch from the source directory to gcc
toolchain/patch-kernel.sh
/usr/local/dev/avr32/buildroot-cvs/toolchain_build_avr32/gcc-4.2.2-avr32-2.1.5
Atmel/avr32/gcc-4.2.2-avr32-2.1.5 \*.patch
Aborting.  'Atmel/avr32/gcc-4.2.2-avr32-2.1.5' is not a directory.
make: ***
[/usr/local/dev/avr32/buildroot-cvs/toolchain_build_avr32/gcc-4.2.2-avr32-2.1.5/.patched]
Error 1

This can be temporarily fixed with ...

# mkdir Atmel
# cd Atmel
# ln -s ../toolchain_build_avr32 avr32

====================================================================== 

---------------------------------------------------------------------- 
 UlfSamuelsson - 07-09-08 22:01  
---------------------------------------------------------------------- 
User did not set sysroot, which made buildroot use the
gcc-uclibc-3.x.mk file instead of gcc-uclibc-4.x.mk.
gcc-uclibc-3.x.mk has now been updated to use
the right path. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
07-08-08 03:02  mpfj           New Issue                                    
07-08-08 03:02  mpfj           Status                   new => assigned     
07-08-08 03:02  mpfj           Assigned To               => buildroot       
07-09-08 22:01  UlfSamuelsson  Status                   assigned => closed  
07-09-08 22:01  UlfSamuelsson  Note Added: 0009114                          
======================================================================




More information about the buildroot mailing list