Dear all,

I am trying to run the BLIP implementation for 6LowPAN in TinyOS for the Z1
motes I have a problem and the following error appears.

/opt/msp430-47/bin/../lib/gcc/msp430/4.7.0/../../../../msp430/bin/ld:
region `ram' overflowed by 400 bytes
collect2: error: ld returned 1 exit status

make: *** [exe0] Error 1

Now I followed this link to reduce the size of the BLIP for Z1 motes here (
http://zolertia.sourceforge.net/wiki/index.php/Blip_v2.0)

but still the compiler gives above error. Can anyone tell what
modifications were there to run that on TELOS ?? Is there any better
hardware to support this??? I don't know what is the problem. As indicated
on the page (http://zolertia.sourceforge.net/wiki/index.php/Blip_v2.0) I
did modifications as

// UDP shell on port 2000// components UDPShellC;
 // prints the routing table// components RouteCmdC;

in PppRouterC.nc file and added defines in make

#define MAX_PARENT 1#define ROUTE_TABLE_SZ 3

Still having same problem. Can anyone please help out??
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to