ARM running executable file appears/usr/lib/libstdc++.so.6:version ' cxxabi_arm_1.3.3 ' not found resolved

Source: Internet
Author: User

1. On the Linux PC, this problem is easy to solve, download a high version of the libstdc++so.6.0.x copy to the/usr/lib, soft connect a bit better

Ln-s libstdc++.so.6.0.x libstdc++.so.6

2. However, the implementation of the executable file on the ARM board appears as the above problems, if the same as the PC on the PC directly to the high version of the file copied to the arm file system Soft connection is not possible

Let's take a look at the cause of this problem: this is caused by the low GCC version of the system, which means that the system update on the board is too slow, or it has not been updated, resulting in a higher libstdc++ for programs compiled with a newer ARM-LINUX-GCC cross compiler. so.6.0.x file to execute, so this file actually hooks up with the cross compiler

Solution: In fact, when the cross compiler installed in the cross compiler in the Lib folder will have this file, my/zjk/software/arm-linux-gcc4.4.3/opt/friendlyarm/toolschain/4.4.3/ Arm-none-linux-gnueabi/lib under the libstdc++.so.6.0.13 directly copied to the board under the Usr/lib, make a soft connection is good ln-s libstdc++.so.6.0.13 libstdc++.so.6


PS: (This problem is encountered when I compile the Jrtplib library and execute the calling library executable program in the board).

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.