Hello guy's,
I would like to build POCO for angstrom linux to use on beagle board xm. I get no errors on build process but if I build my application. My application runs perfectly on the host PC but I can not test it on the board. I use the compiler from http://www.angstrom-distribution.org/to ... in.tar.bz2.
My hello world applications runs on the beagle board but without libPoco*
The errors are:
/usr/local/angstrom/arm/lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/../../../../arm-angstrom-linux-gnueabi/bin/ld: Warning: /usr/local/angstrom/arm/lib/poco-1.4.3p1/lib/libPocoNet.so: Unknown EABI object attribute 34
/usr/local/angstrom/arm/lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/../../../../arm-angstrom-linux-gnueabi/bin/ld: Warning: /usr/local/angstrom/arm/lib/poco-1.4.3p1/lib/libPocoXML.so: Unknown EABI object attribute 34
/usr/local/angstrom/arm/lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/../../../../arm-angstrom-linux-gnueabi/bin/ld: Warning: /usr/local/angstrom/arm/lib/poco-1.4.3p1/lib/libPocoFoundation.so: Unknown EABI object attribute 34
/usr/local/angstrom/arm/lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/../../../../arm-angstrom-linux-gnueabi/bin/ld: Warning: /usr/local/angstrom/arm/lib/poco-1.4.3p1/lib/libPocoDataSQLite.so: Unknown EABI object attribute 34
/usr/local/angstrom/arm/lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/../../../../arm-angstrom-linux-gnueabi/bin/ld: Warning: /usr/local/angstrom/arm/lib/poco-1.4.3p1/lib/libPocoUtil.so: Unknown EABI object attribute 34
/usr/local/angstrom/arm/lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/../../../../arm-angstrom-linux-gnueabi/bin/ld: Warning: /usr/local/angstrom/arm/lib/poco-1.4.3p1/lib/libPocoData.so: Unknown EABI object attribute 34
/usr/local/angstrom/arm/lib/poco-1.4.3p1/lib/libPocoNet.so: undefined reference to `__aeabi_atexit@CXXABI_ARM_1.3.3'
/usr/local/angstrom/arm/lib/poco-1.4.3p1/lib/libPocoXML.so: undefined reference to `std::_List_node_base::_M_unhook()@GLIBCXX_3.4.14'
/usr/local/angstrom/arm/lib/poco-1.4.3p1/lib/libPocoXML.so: undefined reference to `std::_List_node_base::_M_hook(std::_List_node_base*)@GLIBCXX_3.4.14'
/usr/local/angstrom/arm/lib/poco-1.4.3p1/lib/libPocoFoundation.so: undefined reference to `std::ctype<char>::_M_widen_init() const@GLIBCXX_3.4.11'
collect2: ld returned 1 exit status
make: *** [CentralServer] Error 1





