The development data of a company's development Board ti_tools/cgt_a8/ there was a problem with the arm cross-compilation tool in the folder, .. /bin/ld:cannot find-lgcc_s
Lookup does not find the existence of a dynamic link library libgcc_s.so, so this cross-compilation toolset may not be available or complete
Download New cross-compilation tool, install, problem solving
Download link (version 4.3.3) Link: http://pan.baidu.com/s/1kTHUJv5
sudo tar-jxvf arm-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2
After executing the above command, the ARM-NONE-LINUX-GNUEABI-GCC installation package is extracted to a arm-2009q1 directory under the current directory, Ok,enjoy yourself!
Correct:
The original compressed package again after decompression, the problem solved, no library file also appeared ... Sweat......
Cause: A problem may occur when extracting from a shared folder between a virtual machine and a PC