Hello, I'm trying to compile TinyOS to a mote using MSP430F2419. The problem is this processor has the new MSP430X architecture and the version of MSPGCC distributed with tinyos-2.1.0 does not support it. I've tried to compile the new mspgcc version from the sourceforge project webpage but the nesC compiler is returning the following error message: "/tmp/ccCtkVR3.s: Assembler messages: /tmp/ccCtkVR3.s:14: Error: junk at end of line, first unrecognized character is `$' /tmp/ccCtkVR3.s:16: Error: unrecognized symbol type "" /tmp/ccCtkVR3.s:16: Error: junk at end of line, first unrecognized character is `$' /tmp/ccCtkVR3.s:17: Error: expected comma after name `McuSleepC' in .size directive /tmp/ccCtkVR3.s:18: Error: unknown opcode `mcusleepc$dirty:'" According to one of my colleague, this was a frequent error for tinyos-1.x users and the only way to solve it was to patch the compiler. Since mspgcc is distributed under binary form, there should be no solution but to wait for a new release. Nevertheless, I've read some threads about work arounds for these new MSP430 versions. Can anyone help me, please?
Thank you in advance, -- José Miguel Catela _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
