2005-09-19 12:53 AM
From Debug to Release - problems with INTVEC.
2005-09-16 05:03 AM
Hi,
changing from Debug to Release mode in IAR Embedded Workbench, using a the LED_DIMMER example as a starting point, I'm getting the following error when linking: Error[e16]: Segment INTVEC (size: 0x428 align: 0x2) is too long for segment definition. At least 0x3e8 more bytes needed. The problem occurred while processing the segment placement command ''-Z(CODE)INTVEC=00-3F'', where at the moment of placement the available memory ranges were ''CODE:0-3f'' Reserved ranges relevant to this placement: 0-3f INTVEC Basic project is the same, but I've added in XTI and EIC files for my project. I've also commented out the in 71x_conf.h to change the library to release mode from debug. Any suggestions what this is and how to fix it? I can only find one reference to INTVEC in Inkarm.xcl Thanks, John.2005-09-19 12:53 AM
Thanks ibtiss, that did the trick!
John.