|
Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
|
0001522 |
[buildroot] Architecture Specific |
minor |
always |
10-05-07 04:11 |
10-05-07 04:11 |
|
|
Reporter |
tklas |
View Status |
public |
|
|
Assigned To |
buildroot |
|
Priority |
normal |
Resolution |
open |
|
|
Status |
assigned |
|
Product Version |
|
|
|
Summary |
0001522: ARM11 VFP (Vector Floating Point coprocessor) support |
|
Description |
GCC 4.2.1 (and others versions) VFP support is broken. It can be enabled by this:
BR2_EXTRA_GCC_CONFIG_OPTIONS="--with-float=softfp --with-fpu=vfp"
After this, compiling fails due to "missing" -lfloat library. But there is no float library needed. Attached patch solves this problem. (Save as buildroot/toolchain/gcc/4.2.1/999_gcc-4.2.1_linux-elf-softfp.patch.)
|
|
Additional Information |
|
|
|
Attached Files |
999_gcc-4.2.1_linux-elf-softfp.patch [^] (338 bytes) 10-05-07 04:11 |
|
|