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编译UBL 出错

大家好!我在用CCS编译UBL的时候出现了这样的错误:

**** Build of configuration BOOT_NAND for project UBL ****

"c:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
'Building target: C:/Users/FlashLong/Desktop/flash-utils/DM36x/CCS/UBL/UBL/../../../../DM36x/CCS/UBL/NAND/UBL_DM36x_NAND.out'
'Invoking: ARM Linker'
"c:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.0.LTS/bin/armcl" -mv5e -me -O3 --advice:power=all --symdebug:none --define="UBL_NAND" --diag_wrap=off --display_error_number --abi=eabi --obj_directory="C:/Users/FlashLong/Desktop/flash-utils/DM36x/CCS/UBL/NAND" --asm_directory="C:/Users/FlashLong/Desktop/flash-utils/DM36x/CCS/UBL/NAND" -z -m"C:/Users/FlashLong/Desktop/flash-utils/DM36x/CCS/UBL/NAND/UBL_DM36x_NAND.map" -i"c:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.0.LTS/lib" -i"c:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.12.0.LTS/include" -i"C:/Users/FlashLong/Desktop/flash-utils/DM36x/CCS/UBL/UBL" -i"C:/Users/FlashLong/Desktop/flash-utils/DM36x/CCS/UBL" --reread_libs --warn_sections --diag_wrap=off --display_error_number --xml_link_info="UBL_linkInfo.xml" --retain="*(.selfcopy)" --rom_model --fill_value=0xFF -o "C:/Users/FlashLong/Desktop/flash-utils/DM36x/CCS/UBL/UBL/../../../../DM36x/CCS/UBL/NAND/UBL_DM36x_NAND.out" "C:/Users/FlashLong/Desktop/flash-utils/DM36x/CCS/UBL/UBL.cmd" "C:/Users/FlashLong/Desktop/flash-utils/DM36x/CCS/UBL/NAND/boot.obj" "C:/Users/FlashLong/Desktop/flash-utils/DM36x/CCS/UBL/NAND/debug.obj" "C:/Users/FlashLong/Desktop/flash-utils/DM36x/CCS/UBL/NAND/device.obj" "C:/Users/FlashLong/Desktop/flash-utils/DM36x/CCS/UBL/NAND/device_nand.obj" "C:/Users/FlashLong/Desktop/flash-utils/DM36x/CCS/UBL/NAND/nand.obj" "C:/Users/FlashLong/Desktop/flash-utils/DM36x/CCS/UBL/NAND/nandboot.obj" "C:/Users/FlashLong/Desktop/flash-utils/DM36x/CCS/UBL/NAND/selfcopy.obj" "C:/Users/FlashLong/Desktop/flash-utils/DM36x/CCS/UBL/NAND/uart.obj" "C:/Users/FlashLong/Desktop/flash-utils/DM36x/CCS/UBL/NAND/uartboot.obj" "C:/Users/FlashLong/Desktop/flash-utils/DM36x/CCS/UBL/NAND/ubl.obj" "C:/Users/FlashLong/Desktop/flash-utils/DM36x/CCS/UBL/NAND/util.obj"
<Linking>
remark #10371-D: (ULP 1.1) Detected no uses of low power mode state changing instructions
error #10008-D: cannot find file "rtsv4_A_le_eabi_eh.lib"
warning #10247-D: creating output section ".cinit" without a SECTIONS specification

>> Compilation failure

undefined first referenced
symbol in file
--------- ----------------
__TI_zero_init
__aeabi_uidivmod C:/Users/FlashLong/Desktop/flash-utils/DM36x/CCS/UBL/NAND/device.obj

error #10234-D: unresolved symbols remain
warning #10063-D: entry-point symbol other than "_c_int00" specified: "boot"
error #10010: errors encountered during linking; "C:/Users/FlashLong/Desktop/flash-utils/DM36x/CCS/UBL/UBL/../../../../DM36x/CCS/UBL/NAND/UBL_DM36x_NAND.out" not built
gmake: *** [C:/Users/FlashLong/Desktop/flash-utils/DM36x/CCS/UBL/UBL/../../../../DM36x/CCS/UBL/NAND/UBL_DM36x_NAND.out] Error 1
gmake: Target `all' not remade because of errors.

**** Build Finished ****

不知道怎么回事?希望大家帮忙解决一下!