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.

TMS570LS1224: [compile error] #10010 errors encountered during linking; "TMS570LS1224.out" not built

Part Number: TMS570LS1224

I am new to CCS and TI MCU.
I proceeded as follows, but a compilation error occurs.
I'd like to know the cause. Thank you for your reply.

1. Made project SafeTILib

2. Set config Debug_TMS570LS12_BE [Active]

3. Rebuild project (made SafeTILib_TMS570LS12_BE.lib)

4. copy lib file to my project location

5. insert code "sys_startup.c"

6. Set include options

7. Set predefined symbols (insert _VFP_SUPPORT_=1, _TMS570LS12x_)

8. Set file search path (insert SafeTILib_TMS570LS12_BE.lib)

9. compile result (10 errors)