|
From: António O. G. <go...@kt...> - 2010-06-10 14:55:58
|
hej Andrea, I think I had a similar situation before. The reason I guess is that the size of your MAC/program is larger than the available memory. Try commenting/disabling PRINTFS. If u use arrays of data, try using shorter dimension arrays. see if it helps ____________________________________ António Gonga, ------------------------------------------------- KTH-ACL, Automatic Control Lab KTH-The Royal Institute of Technology Stockholm, SWEDEN ------------------------------------------------- ________________________________________ From: Andrea Martelli [and...@gm...] Sent: Thursday, June 10, 2010 2:14 PM To: Contiki developer mailing list Subject: [Contiki-developers] Compile error for MSP430 and Sky mote in Cooja Hello, I just ported an application and a MAC protocol to the latest Contiki release (the daily snapshot), but when I try to compile the nodes code in Cooja, I get the following error: msp430-gcc -mmcu=msp430x1611 -Wl,-Map=contiki-sky.map rgr.co<http://rgr.co> obj_sky/contiki-sky-main.o contiki-sky.a -o rgr.sky msp430-ld: region text is full (rgr.sky section .text) msp430-ld: section .vectors [0000ffe0 -> 0000ffff] overlaps section .text [00004000 -> 0001025f] msp430-ld: rgr.sky: section .vectors lma 0xffe0 overlaps previous sections make: *** [rgr.sky] Errore 1 rm rgr.co<http://rgr.co> Process returned error code 2 It seems that the Sky emulated mote memory is not enough to run my application...I really don't know how to solve this problem, maybe there's something strange in my app code? Many thanks and regards, Andrea |