Hi,
I just compile the test code for EWARM on SAM9-L9260 with IAR 5.4, the latest version. I got an errors where specifically on file cstartup.s79
error
;---------------------------------------------------------------
; ?RESET
; Reset Vector.
; Normally, segment INTVEC is linked at address 0.
; For debugging purposes, INTVEC may be placed at other
; addresses.
; A debugger that honors the entry point will start the
; program in a normal way even if INTVEC is not at address 0.
;-------------------------------------------------------------
PROGRAM ?RESET
X RSEG INTRAMSTART_REMAP
X XRSEG INTRAMEND_REMAP
RSEG ICODE:CODE:ROOT(2)
CODE32 ; Always ARM mode after reset
X org 0
reset
Error[116]: Section type missing
Error[116]: Section type missing
Error[40]: Bad instruction
Warning[24]:ENDMOD directive is ignored(only one module allowed)
Error while running Assembler
Anybody know the remedy?