BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000936 [uClibc] Architecture Specific major always 07-07-06 07:22 01-04-08 23:21
Reporter bjdooks View Status public  
Assigned To uClibc
Priority normal Resolution fixed  
Status closed   Product Version 0.9.27
Summary 0000936: arm920t build fails due to gcc not allowing `bx`
Description selecting arm920t in buildroot and allowing uClibc to use BX
causes the compiler to fail to build ldso.sO with the error
that BX is not supported by the processor.

The fix is to change ARM920T to -march=armv4t (armv4 with thumb)
as this is the correct mode for any ARM9 cpu with the T suffix.

affixed is a patch to change -march=armv4 to -march=armv4t for
ARM920T and ARM922T.
Additional Information
Attached Files  uclibc-arm-thumb.patch [^] (788 bytes) 07-07-06 07:22

- Relationships

- Notes
(0001631)
shc
09-11-06 00:09

This bug also applies to ARM720T arch.
Fixed when changing to -march=armv4t for ARM720T.
 
(0003414)
vapier
01-04-08 23:21

this should be fixed in current svn
 

- Issue History
Date Modified Username Field Change
07-07-06 07:22 bjdooks New Issue
07-07-06 07:22 bjdooks Status new => assigned
07-07-06 07:22 bjdooks Assigned To  => uClibc
07-07-06 07:22 bjdooks File Added: uclibc-arm-thumb.patch
09-11-06 00:09 shc Note Added: 0001631
10-09-06 12:22 jruere Issue Monitored: jruere
01-04-08 23:21 vapier Note Added: 0003414
01-04-08 23:21 vapier Status assigned => closed
01-04-08 23:21 vapier Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker