Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - tmanev

Pages: [1]
1
FreescaleTM MC9S12NE64 / Compiling uTakser 1.3 MC9S12NE64 in IAR
« on: April 09, 2009, 12:09:53 PM »
When I try to compile uTasker in IAR 3.11A for the first time everything compiles but there are some linker errors.
I get the linker error.
Fatal Error[e72]: Segment DBG_CODE must be defined in a segment definition option (-Z, -b or -P)
If I difine the DBG_CODE segment in the linker file  with -Z(CODE)DBG_CODE

I get the next linker error:
Error[e16]: Segment FILE_ROUTINE (size: 0x91 align: 0) is too long for segment definition. At least 0x11 more bytes needed. The problem occurred while 
processing the segment placement command "-Z(CODE)FILE_ROUTINE=FILE_ROUTINESTART-FILE_ROUTINEEND", where at the moment of 
placement the available memory ranges were "CODE:4000-407f"
   Reserved ranges relevant to this placement:
   4000-407f            FILE_ROUTINE

Any ideo on linking the project in iar.

BR,
Todor Manev

Pages: [1]