Hi there
I'm using the IAR compiler and have a project in which I use some EEPROM memory. The output format I'm using is intel-standard. I'm trying to get the linker to spit out two hex files one for CODE and one for XDATA which is the segment EEPROM memory gets placed.
The XLINK manual says to to use:
-Ointel-standard,(CODE)=filename
but this gives the following error:
syntax error near unexpected token '-Ointel-standard,(C'
I'm also using variant 0 for the output format which is given as:
-Ointel-standard,0=filename
This must have been done may times but i'm unable to locate anything which yields clues as to the correct syntax to produce an intel-standard out file using variant '0' and restricted to a single memory space.