| Anonymous | Login | Signup for a new account | 11-10-2008 11:21 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 | ||||
| 0001588 | [buildroot] Architecture Specific | crash | always | 11-12-07 20:36 | 03-27-08 12:38 | ||||
| Reporter | glikely | View Status | public | ||||||
| Assigned To | buildroot | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0001588: undefined reference to fmsub when using ppc405 + soft-float + c++ | ||||||||
| Description |
C++ seems to be brpken on ppc405 toolchains using softfloat and uClibc. Issue seen on current buildroot top-of-tree. I see the error on the iperf configure script. Here's the relevant error message: configure:1936: checking for C++ compiler default output file name configure:1939: /home/grant/hacking/buildroot/build_powerpc/staging_dir/usr/bin/powerpc-linux-uclibc-g++ -Os -pipe -I/home/grant/hacking/buildroot/build_powerpc/staging_dir/usr/include -I/home/grant/hacking/buildroot/build_powerpc/staging_dir/include --sysroot=/home/grant/hacking/buildroot/build_powerpc/staging_dir/ -isysroot /home/grant/hacking/buildroot/build_powerpc/staging_dir -mtune=405 -msoft-float conftest.cc >&5 /home/grant/hacking/buildroot/build_powerpc/staging_dir/usr/bin-ccache/../lib/gcc/powerpc-linux-uclibc/4.2.1/../../../../powerpc-linux-uclibc/lib/libgcc_s.so: undefined reference to `fmsub' collect2: ld returned 1 exit status configure:1942: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Iperf" | #define PACKAGE_TARNAME "iperf" | #define PACKAGE_VERSION "2.0.2" | #define PACKAGE_STRING "Iperf 2.0.2" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "iperf" | #define VERSION "2.0.2" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:1981: error: C++ compiler cannot create executables See `config.log' for more details. I've attached my .config file |
||||||||
| Additional Information | |||||||||
| Attached Files |
|
||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |