X LINK ERROR in IAR for MSP430 family

Status
Not open for further replies.

suryakant

Member level 5
Joined
Mar 10, 2005
Messages
90
Helped
6
Reputation
12
Reaction score
0
Trophy points
1,286
Location
India
Activity points
2,171
error[e16]: segment cstr

hi all,

I m using IAR tool for my software
i m debugging 1 code where after few modifications i encounered following problem
while linking.

Please help me to overcome it.
Thanks.


Making target Debug...
Linking...
Error[e16]: Segment CSTR (size: 0x28d align: 0x1) is too long for segment definition. At least 0x52 more bytes needed. The problem occurred while processing the segment placement command "-Z(CODE)CODE,CDATA0,CONST,CSTR,CCSTR#2A00-FFDF", where at the moment of placement the available memory ranges were "2a00-2c3b"

Total number of errors: 1
Total number of warnings: 0
 

segment cstr is too long

check that your memory did not exceed the target MSP430 mcu . You can check it by choosing bigger mcu from same family and try to compile your code again .
 

segment cstr is too long

Hi,

Te most easy way to find out your problem, is to try and add one line at a time and compile. At the end you will find out what is causing the problem.
It looks like you are having a problem with your interupt vectors.
See the same problem from this user:
**broken link removed**

Good luck.
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…