当前位置: 代码迷 >> 单片机 >> iar for arm 6.1有关问题
  详细解决方案

iar for arm 6.1有关问题

热度:154   发布时间:2016-04-28 15:59:28.0
iar for arm 6.1问题
Cstartup.s79代码如下:
Assembly code
        PROGRAM    ?RESET        RSEG    INTRAMSTART_REMAP        RSEG    INTRAMEND_REMAP        RSEG    ICODE:CODE:ROOT(2)        CODE32    ; Always ARM mode after reset            org    0    


用IAR for arm 4.41编译没问题,
用iar for arm 6.10编译时报错:
RSEG INTRAMSTART_REMAP 报 Error[116]:Section type missing
RSEG INTRAMEND_REMAP 报 Error[116]:Section type missing
org 0 报 Error[40]:Bad instruction

请问是怎么回事?

------解决方案--------------------
感觉像是伪指令改了

大概你看一下,当前你用的那个版本都支持啥相关的伪指令
  相关解决方案