From Debug to Release - problems with INTVEC.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2005-09-19 12:53 AM
Posted on September 19, 2005 at 09:53
From Debug to Release - problems with INTVEC.
Labels:
- Labels:
-
Legacy Products
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2005-09-16 5:03 AM
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.Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2005-09-19 12:53 AM
Posted on September 19, 2005 at 09:53
Thanks ibtiss, that did the trick!
John.