Hello Jonathan,
>> ./mypgm: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found
>> (required by ./mypgm)
>> ./mypgm: /usr/lib/libstdc++.so.6: version `CXXABI_ARM_1.3.3' not found
>> (required by ./mypgm)
>> root@arm:~# ls /usr/lib/libstdc\+\+.
>> /usr/lib/libstdc++.a /usr/lib/libstdc++.so.6
>> /usr/lib/libstdc++.la /usr/lib/libstdc++.so.6.0.10
>> /usr/lib/libstdc++.so
>>
>> I have libstdc++.so.6 and it seems it was already used.
>> But somehow libstdc++ does not contain GLIBCXX_3.4.14 nor
>> CXXABI_ARM_1.3.3.
>> I already tried to update libstdc++, but i already have latest version.
>
>This means the libstdc++.so on your ARM board is from an older GCC
>than you used to compile and link with. The program (or mysql++)
>requires the newer libstdc++.so that matches the compiler it was built
>with.
>libstdc++.so.6.0.10 is from GCC 4.3.0, the symbol version
>GLIBCXX_3.4.14 is from GCC 4.5.0
>http://gcc.gnu.org/onlinedocs/libstdc++/manual/abi.html#abi.versioning
just want to say "thank you" again ! Your help is great !
I have installed libstdc++.so.6.0.16 (which was delivered with the compiler)
on ARM board.
Now program is running and can access the MySQL database.
Best regards,
Martin
| Thread |
|---|
| • Need help for cross-compiling mysql++-3.1.0 on Ubuntu (32 bit, x86) for ARM Linux | Martin Maurer | 13 Jan |
| • Re: Need help for cross-compiling mysql++-3.1.0 on Ubuntu (32 bit,x86) for ARM Linux | Jonathan Wakely | 13 Jan |
| • Re: Need help for cross-compiling mysql++-3.1.0 on Ubuntu (32 bit, x86) for ARM Linux | Martin Maurer | 13 Jan |
| • Re: Need help for cross-compiling mysql++-3.1.0 on Ubuntu (32 bit,x86) for ARM Linux | Jonathan Wakely | 13 Jan |
| • Re: Need help for cross-compiling mysql++-3.1.0 on Ubuntu (32 bit, x86) for ARM Linux | Martin Maurer | 13 Jan |
| • Re: Need help for cross-compiling mysql++-3.1.0 on Ubuntu (32 bit,x86) for ARM Linux | Jonathan Wakely | 13 Jan |
| • Re: Need help for cross-compiling mysql++-3.1.0 on Ubuntu (32 bit, x86) for ARM Linux | Martin Maurer | 14 Jan |
| • Re: Need help for cross-compiling mysql++-3.1.0 on Ubuntu (32 bit,x86) for ARM Linux | Jonathan Wakely | 14 Jan |
| • Re: Need help for cross-compiling mysql++-3.1.0 on Ubuntu (32 bit, x86) for ARM Linux | Martin Maurer | 15 Jan |
| • Re: Need help for cross-compiling mysql++-3.1.0 on Ubuntu (32 bit, x86) for ARM Linux | Paul | 15 Jun |
| • Re: Need help for cross-compiling mysql++-3.1.0 on Ubuntu (32 bit,x86) for ARM Linux | Warren Young | 15 Jun |