Re: [Tinyos-help] Cryptic compile error with flag avr-studio-debug

2014-05-19 Thread Roadstar Runner
Hi Phil, I tried updating my avr-gcc compiler to 4.1.2 using the rpm mentioned in http://tinyos.stanford.edu/tinyos-wiki/index.php/Installing_TinyOS_2.1 but the problem still exists. I tried implementing some other solutions by attempting to recompile the toolchain, but the gcc structure i have (wi

Re: [Tinyos-help] Cryptic compile error with flag avr-studio-debug

2014-04-10 Thread Philip Levis
This seems to be a basic avr-gcc problem: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19087 It seems the general solution people are proposing involves rebuilding the compiler/tool chain so that dwarf debugging addresses are 2 bytes rather than 4. I am wondering whether newer avr-gcc releases s

Re: [Tinyos-help] Cryptic compile error with flag avr-studio-debug

2014-04-10 Thread Roadstar Runner
Phil, Thanks once again. Is there an easy way for me to find a fix/workaround ? Lewis On Thu, Apr 10, 2014 at 12:13 PM, Philip Levis wrote: > (responded to this unicast, thought I would put it here too) > > It looks like the avr-studio-debug flag doesn't support code sizes greater > than 65,5

Re: [Tinyos-help] Cryptic compile error with flag avr-studio-debug

2014-04-10 Thread Philip Levis
(responded to this unicast, thought I would put it here too) It looks like the avr-studio-debug flag doesn't support code sizes greater than 65,535 bytes. I'm not exactly sure why. Phil On Apr 8, 2014, at 3:00 PM, Roadstar Runner wrote: > > I have been compiling my program with the 'avr-

[Tinyos-help] Cryptic compile error with flag avr-studio-debug

2014-04-08 Thread Roadstar Runner
I have been compiling my program with the 'avr-studio-debug' flag so that i can use a JTAG to debug my software. Recently, even though my program compiles normally without the debug flag, it fails when i use the avr-studio-debug flag. I get a bunch of cryptic error message that reads like this */