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

[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

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