Hi All, My code size exceeds upto 42k on telosb platform. During code execution I was facing some memory overlap problems, during the process of debuging, I tried compiling my code with safe deputy i.e. make telosb safe and suddenly I encoured this error:
msp430-ld: region text is full (build/telosb/main.exe section .text) msp430-ld: section .vectors [0000ffe0 -> 0000ffff] overlaps section .text [00004000 -> 000102ef] msp430-ld: build/telosb/main.exe: section .vectors lma 0xffe0 overlaps previous sections aparently memory full, but m code size is 42K. What could possibly go wring here? I dont think "safe" consumes 6k memory? -- Wasif Masood
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
