Dears,
I built the HelloWorld program and executed it on my AM1808 development kit.
(Refer http://processors.wiki.ti.com/index.php/How_to_create_GCC_projects_in_CCSv5)
But it would occur the below error message.
./GCC_Hello: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
The below are my environment:
- CCS Version: 5.1.0.09000
- CodeSourcery Version: arm-2009q1-203-arm-none-linux-gnueabi
- Target OS: the default for ti-sdk-am180x-evm-05.03.02.00-Linux-x86
How can I do to solve it?
Thanks a lot.
Carl