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.

OMAPL138 BOOT问题



关于OMAPL138 BOOT,我进行了如下设置

同时在程序中加入了如下汇编程序

.global _my_boot
.sect "my_boot_sect"
.align 128
.global _c_int00
_my_boot:
B _c_int00
NOP 5

编译的时候,一直是 #10062-D: entry-point symbol "_my_boot" undefined错误,明明已经定义了