Skip to main content
Visitor II
September 19, 2005
Question

From Debug to Release - problems with INTVEC.

  • September 19, 2005
  • 2 replies
  • 786 views
Posted on September 19, 2005 at 09:53

From Debug to Release - problems with INTVEC.

    This topic has been closed for replies.

    2 replies

    johnsimAuthor
    Visitor II
    September 16, 2005
    Posted on September 16, 2005 at 14:03

    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.

    johnsimAuthor
    Visitor II
    September 19, 2005
    Posted on September 19, 2005 at 09:53

    Thanks ibtiss, that did the trick!

    John.