[Buildroot] [buildroot 0001406]: ARM: gcc is not configured for the ARM cpu selected in the menuconfig

bugs at busybox.net bugs at busybox.net
Sun Jul 8 19:17:09 UTC 2007


The following issue has been CLOSED 
====================================================================== 
http://busybox.net/bugs/view.php?id=1406 
====================================================================== 
Reported By:                bjdooks
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   1406
Category:                   Architecture Specific
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     closed
Resolution:                 open
Fixed in Version:           
====================================================================== 
Date Submitted:             06-28-2007 04:04 PDT
Last Modified:              07-08-2007 12:17 PDT
====================================================================== 
Summary:                    ARM: gcc is not configured for the ARM cpu selected
in the menuconfig
Description: 
The CPU selected in the menuconfig is not used to configure the gcc build
to use the configured CPU. This causes code to be built that will not run
on the target due to instructions that can never be executed.

If the cpu type is not specified, then not only is the compiler producing
builds of packages that are incorrect, but it will also produce an libgcc
with invalid instructions in it.

Passing CFLAGS with -mcpu=<configured-cpu> to the package builds was
considered as a posibility, but this will not ensure that libgcc is built
with the correct architecture flags.
====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
06-28-07 04:04  bjdooks        New Issue                                    
06-28-07 04:04  bjdooks        Status                   new => assigned     
06-28-07 04:04  bjdooks        Assigned To               => buildroot       
06-28-07 04:04  bjdooks        File Added: gcc-pass-cpu-config.patch            
       
07-08-07 12:17  bernhardf      Status                   assigned => closed  
======================================================================




More information about the buildroot mailing list