Hi All. I just upgraded my avr-gcc to version 3.4 which makes my screen blow up with errors (presumably from the "dollars-in-identifiers" problem). Everything worked perfectly with gcc 3.3. I'm using a Debian testing system with the debian gcc-avr packages.
I've tried to convince ncc to make gcc call the appropriate "as" in /usr/local/lib/ncc/avr/3.4.1/ by suplying ncc with a "-B" argument with the path above, but with no success. If I replace the as under "/usr/avr/bin" everything seems to work again. There was a discussion on tinyos-help with the topic "mica2 problem with IntOutput.output" in may of last year in which Joe Polastre explained that ncc should run it's own as and it shouldn't be necessary to replace as. However this still doesn't work for me. The errors look something like this: ... /tmp/ccafbjVb.s:2802: Error: missing size expression /tmp/ccafbjVb.s:2802: Error: unknown opcode `count' ... -- Regards Martin Leopold. Dept. of Computer Science, University of Copenhagen _______________________________________________ Tinyos-users mailing list [EMAIL PROTECTED] http://mail.Millennium.Berkeley.EDU/mailman/listinfo/tinyos-users
