* Rannouna Rania [2009-05-01 05:11 -0700]: > when I compile my application on a real mote using make telosb I have this > output: [...] > msp430-ld: address 0x17d78 of build\telosb\main.exe section .text is not > within > region text > msp430-ld: section .vectors [0000ffe0 -> 0000ffff] overlaps section .text > [00004 > 800 -> 00017d77] > msp430-ld: build\telosb\main.exe: section .vectors lma 0xffe0 overlaps > previous > sections > make: *** [exe0] Error 1 > > I can't recognize this problem, please have any idea about this problem?
I encountered a very similar error a few weeks ago. My guess is that the application is simply too big to fit into the flash memory of the telosb. The application in my case took about 60kB of ROM on the micaz platform. bye _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
