I encountered the following problem when compiling a Deluge enabled application 
with debug option
i.e.  make tmoteinvent debug

The linkage failed with the following message

msp430-ld: address 0x1045c of build/tmoteinvent/main.exe section .text is not 
within region text
msp430-ld: section .vectors [0000ffe0 -> 0000ffff] overlaps section .text 
[00004800 -> 0001045b]
msp430-ld: build/tmoteinvent/main.exe: section .vectors lma 0xffe0 overlaps 
previous sections

The same application links fine without debug or with debug and Deluge removed.

Could it just be a code size problem? Are there statistics for relative code 
size with/without debug?
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to