Hi,

your application uses too much RAM (remember that the TelosB platform
has 10KiB of RAM, a common cause for this error is using arrays too
big for the platform's specifications)

Regards.
--
Giuseppe Cardone



On Thu, Apr 22, 2010 at 2:11 PM, Pamela Perera <[email protected]> wrote:
> Hi
> when i have implemented my compression code i have this problem, but i'm not
> understand it...please tell me what can i do to resolve this
> problem....thanks in advance.
> $ make telosb install
> mkdir -p build/telosb
>     compiling TestSerialAppC to a telosb binary
> ncc -o build/telosb/main.exe  -Os -O -mdisable-hwmul -Wall -Wshadow
> -Wnesc-all -target=telosb -fnesc-cfile=build/telosb/app.c -board= -DDEFI
> NED_TOS_AM_GROUP=0x22 -I/opt/tinyos-2.x/tos/lib/T2Hack
> -I/opt/tinyos-2.x/tos/lib/printf -DIDENT_APPNAME=\"TestSerialAppC\"
> -DIDENT_USERNAME=
> \"Administrateur\" -DIDENT_HOSTNAME=\"v8fmk15ebx5la4b\"
> -DIDENT_USERHASH=0xf17b64ddL -DIDENT_TIMESTAMP=0x4bd0382eL
> -DIDENT_UIDHASH=0xd777d03
> 3L  TestSerialAppC.nc -lm
> msp430-ld: address 0xb614 of build/telosb/main.exe section .bss is not
> within region data
> msp430-ld: address 0xb614 of build/telosb/main.exe section .noinit is not
> within region data
> msp430-ld: section .bss [0000313a -> 0000b613] overlaps section .text
> [00004000 -> 000070c3]
> make: *** [exe0] Error 1
> Best regard.
>
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>

_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to