|
From: Andrea M. <and...@gm...> - 2010-06-10 14:54:45
|
The same application worked perfectly on the previous stable version of Contiki. It's very strange. Someone can help me? 2010/6/10 Andrea Martelli <and...@gm...> > 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.coobj_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 > 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 > > |