This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

用CCS对Beaglebone编程时,build会出错

Other Parts Discussed in Thread: AM3359

我用的是CCS6.0,对beaglebone进行编程,具体设置如下:

在build程序时会出现以下错误:

>> ERROR: mklib: could not unpack rtssrc.zip
warning #10207-D: automatic RTS selection: resolving index library "libc.a" to "E:\Program Files (x86)\ccs6_0\ccsv6\tools\compiler\arm_5.1.5\lib\rtsv7A8_A_le_eabi.lib", but "E:\Program Files (x86)\ccs6_0\ccsv6\tools\compiler\arm_5.1.5\lib\rtsv7A8_A_le_eabi.lib" was not found
error #10198-D: no input section is linked in
warning #10062-D: entry-point symbol "_c_int00" undefined
warning #10202-D: no suitable entry-point found; setting to 0
error #10010: errors encountered during linking; "Sanyo_4axie_EtherCat_v3.out" not built

请问是什么情况,unpack rtssrc.zip是什么回事?另外我也完全找不到rtsv7A8_A_le_eabi.lib这一个文件。