注册 登录
电子工程世界-论坛 返回首页 EEWORLD首页 频道 EE大学堂 下载中心 Datasheet 专题
xian123的个人空间 https://home.eeworld.com.cn/space-uid-87911.html [收藏] [复制] [分享] [RSS]
日志

Error : L6206E: Entry point (0x80028000) lies outside the image.解决办法

已有 5263 次阅读2012-7-12 10:43 |

Error   : L6206E: Entry point (0x80028000) lies outside the image.解决办法

 

    原来,之前工程配置里面的“Image entry point”我用的地址是0x80028000,而在分散加载文件mem_a.scf中我用的地址是0x80000000,将其都改为0x80000000OK了。

 

  ROM_LOAD 0x80000000

{

    ROM_EXEC 0x80000000

    {

        Startup.o (vectors, +First)

        * (+RO)

    }

 

  arm linker里面的output options里面的ROImage entry point mem_a.scf文件配置应该是一致的。

 

评论 (0 个评论)

facelist doodle 涂鸦板

您需要登录后才可以评论 登录 | 注册

热门文章