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.

初学SYS/BIOS遇到问题:一个简单的SYS/BIOS工程总不能运行

Other Parts Discussed in Thread: SYSBIOS

昨天刚刚开始学习SYS/BIOS,按照SPRUEX3K:TI SYS BIOS Real-time Operating System V6.33 User's Guider.pdf 第二章:建立一个简单SYS/BIOS的工程步骤,所有步骤均依据Guider手册的要求,BIOS使用了Log Example模板。target configurations使用simulator,运行时总是提醒:No source available for "abort() at 0x8000bba0"。

log.c中的main函数也很简单:

/*
 *  ======== main ========
 */
Void main(Int argc, Char* argv[])
{
    BIOS_start();
}

我所采用的CCS5.2, BIOS V6.33。

遇到这个问题,也没法向下看了。不知问题出在什么地方。

哪位能帮忙解决一下。谢谢了