| Anonymous | Login | Signup for a new account | 11-10-2008 11:03 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 | ||||
| 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 |
|
||||||||
|
|
|||||||||
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 |
| Copyright © 2000 - 2006 Mantis Group |