ARM的分散加载????

[复制链接]
5678|3
 楼主| areshan 发表于 2010-11-11 11:10 | 显示全部楼层 |阅读模式
ROM_LOAD 0x0000 0x4000
{
ROM_EXEC 0x0000 0x4000 ; root region at 0x0
{
vectors.o (Vect, +FIRST) ; Vector table
* (InRoot$$Sections) ; All library sections that must be in a
; root region, for example, __main.o,
; __scatter*.o, __dc*.o, and * Region$$Table
}
RAM 0x10000 0x8000
{
* (+RO, +RW, +ZI) ; all other sections
}
}

*(InRoot$$Section);这句不理解,后面翻译说的是所有的库段必须在根节点,例如,__main.o,__scatter*.o,__dc*.o,和Region$$Table。。。
库到底有哪些段了,有哪些要在分散加载文件中被包括呢?????

我在keil uvision3中建立了一个汇编文件,有了个简单的__main,编译能通过但是提示有警告:1.sct(8): warning: L6314W: No section matches pattern *(InRoot$$Sections).这个该怎么解决呢????
 楼主| areshan 发表于 2010-11-11 16:18 | 显示全部楼层
可能是加载了编译器给你定义的一些库函数,我发现给它删掉也没有多大的影响!还望高手多多指教!!!
wangkangming 发表于 2012-8-1 12:14 | 显示全部楼层
LZ,你的问题解决了吗?我遇到了和你同样的问题啊!
xukaiming 发表于 2015-5-8 09:37 | 显示全部楼层
21IC 是个水潭子了
没有高手坐镇
您需要登录后才可以回帖 登录 | 注册

本版积分规则

127

主题

728

帖子

0

粉丝
快速回复 在线客服 返回列表 返回顶部