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.

RTSC工程中如何定义section段?

Other Parts Discussed in Thread: SYSBIOS

请问基于RTSC的工程无法用cmd文件来实现Memory 段的定义,但能否用cmd文件实现section的定义呢?

如果我想定义.myboot 段(已经在cfg文件中增加了BOOT_CORE0段的定义)如下:

.myboot

{

    *.*(.text)

} > BOOT_CORE0

应该如何通过cfg文件来定义呢?

现在我在cfg文件中定义Memory 段,用cmd文件定义section段,编译时依然报“*.*<boot.obj>(.text)”这一行“warning #10068-D: no matching section”,而我不使用RTSC cfg文件时则编译正常

麻烦请指点一下问题所在,谢谢!!