[uClibc]gcc 3.1 & c++

David Meggy david at techsol.ca
Tue May 21 21:20:10 UTC 2002


Hi I'm trying to upgrade my toolchain to gcc 3.1.  I modified the posted
c++ toolchain to upgrade it to gcc 3.1, and I have the following
problem.

<quote>
[david at repository dave_tests]$ cat cpptest.cpp 
#include <iostream>

using namespace std;

int main() {
 cout << "a test";
 return 0;
}
[david at repository dave_tests]$ arm-linux-g++ cpptest.cpp 
/usr/local/armdev/tools/gcc3-cross/lib/gcc-lib/arm-linux/3.1/../../../../arm-linux/lib/libstdc++.so: undefined
reference to `finitef'
collect2: ld returned 1 exit status
[david at repository dave_tests]$ 
</quote>


I'm not even sure where finitef is defined.  Does anyone know how to solve
this?

Dave




More information about the uClibc mailing list