Re: [Tinyos-help] Strange error while compiling an Application

2008-04-14 Thread Jeongyeup Paek
Your code size (ROM usage) exceeded what tmote can take.
You should make your code smaller.

Thanks

- jpaek

On Thu, Apr 10, 2008 at 9:46 AM, antonio gonga [EMAIL PROTECTED] wrote:

  Hey All, I was creating a Module that provides some useful interfaces that
 I'll need in my App.
 When I tried to compile the APP I got the following error:

 [EMAIL PROTECTED]:~/Projects/MTHESIS/Paper/SBase$ make tmote
 mkdir -p build/telosb
 compiling BSNCapC to a telosb binary
 ncc -o build/telosb/main.exe -Os -O -mdisable-hwmul -Wall -Wshadow
 -DDEF_TOS_AM_GROUP=0x7d -Wnesc-all -target=telosb
 -fnesc-cfile=build/telosb/app.c -board= -DCC2420_NO_ACKNOWLEDGEMENTS
 -DCC2420_NO_ADDRESS_RECOGNITION -I/SendBufferC
 -DIDENT_PROGRAM_NAME=\BSNCapC\ -DIDENT_USER_ID=\gonga\
 -DIDENT_HOSTNAME=\gongabgTOS\ -DIDENT_USER_HASH=0x56b2c591L
 -DIDENT_UNIX_TIME=0x47fd91cbL -DIDENT_UID_HASH=0x710c921aL  BSNCapC.nc -lm

 msp430-ld: address 0x4fee of build/telosb/main.exe section .bss is not
 within region data
 msp430-ld: section .text [4000 - 7843] overlaps section .bss
 [114a - 4fed]
 make: *** [exe0] Error 1



 Thanks in advance


 
 Invite your mail contacts to join your friends list with Windows Live
 Spaces. It's easy! Try it!
 ___
  Tinyos-help mailing list
  Tinyos-help@millennium.berkeley.edu
  https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help





-- 
Jeongyeup Paek
Ph.D. student
Embedded Networks Laboratory
Department of Computer Science
University of Southern California
http://enl.usc.edu/~jpaek
___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help


[Tinyos-help] Strange error while compiling an Application

2008-04-10 Thread antonio gonga

Hey All, I was creating a Module that provides some useful interfaces that I'll 
need in my App.
When I tried to compile the APP I got the following error:

[EMAIL PROTECTED]:~/Projects/MTHESIS/Paper/SBase$ make tmote
mkdir -p build/telosb
compiling BSNCapC to a telosb binary
ncc -o build/telosb/main.exe -Os -O -mdisable-hwmul -Wall -Wshadow 
-DDEF_TOS_AM_GROUP=0x7d -Wnesc-all -target=telosb 
-fnesc-cfile=build/telosb/app.c -board= -DCC2420_NO_ACKNOWLEDGEMENTS 
-DCC2420_NO_ADDRESS_RECOGNITION -I/SendBufferC -DIDENT_PROGRAM_NAME=\BSNCapC\ 
-DIDENT_USER_ID=\gonga\ -DIDENT_HOSTNAME=\gongabgTOS\ 
-DIDENT_USER_HASH=0x56b2c591L -DIDENT_UNIX_TIME=0x47fd91cbL 
-DIDENT_UID_HASH=0x710c921aL  BSNCapC.nc -lm 

msp430-ld: address 0x4fee of build/telosb/main.exe section .bss is not within 
region datamsp430-ld: section .text [4000 - 7843] overlaps section 
.bss [114a - 4fed]make: *** [exe0] Error 1



Thanks in advance


_
Invite your mail contacts to join your friends list with Windows Live Spaces. 
It's easy!
http://spaces.live.com/spacesapi.aspx?wx_action=createwx_url=/friends.aspxmkt=en-us___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] Strange error while compiling an Application

2008-04-10 Thread Eric Keller
It looks like your program may be too big to fit on your device.
Eric


On Thu, Apr 10, 2008 at 12:46 PM, antonio gonga [EMAIL PROTECTED] wrote:

  Hey All, I was creating a Module that provides some useful interfaces that
 I'll need in my App.
 When I tried to compile the APP I got the following error:

 [EMAIL PROTECTED]:~/Projects/MTHESIS/Paper/SBase$ make tmote
 mkdir -p build/telosb
 compiling BSNCapC to a telosb binary
 ncc -o build/telosb/main.exe -Os -O -mdisable-hwmul -Wall -Wshadow
 -DDEF_TOS_AM_GROUP=0x7d -Wnesc-all -target=telosb
 -fnesc-cfile=build/telosb/app.c -board= -DCC2420_NO_ACKNOWLEDGEMENTS
 -DCC2420_NO_ADDRESS_RECOGNITION -I/SendBufferC
 -DIDENT_PROGRAM_NAME=\BSNCapC\ -DIDENT_USER_ID=\gonga\
 -DIDENT_HOSTNAME=\gongabgTOS\ -DIDENT_USER_HASH=0x56b2c591L
 -DIDENT_UNIX_TIME=0x47fd91cbL -DIDENT_UID_HASH=0x710c921aL  BSNCapC.nc -lm

 msp430-ld: address 0x4fee of build/telosb/main.exe section .bss is not
 within region data
 msp430-ld: section .text [4000 - 7843] overlaps section .bss
 [114a - 4fed]
 make: *** [exe0] Error 1



 Thanks in advance


 
 Invite your mail contacts to join your friends list with Windows Live
 Spaces. It's easy! Try it!
 ___
  Tinyos-help mailing list
  Tinyos-help@millennium.berkeley.edu
  https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

___
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help