Hello José Miguel, I'm only using the mspgcc binary (latest version), provided in sourceforge, to run msp430-gdb and msp430-gdbproxy.
There is an historical error due to GCC and nesC. nesC uses '$' signs as separators, but the GCC compiler does not recognize them and you have the assembler messages you posted. To solve it, you have to mount and build binutils and gcc by hand. I'm using CygWin. See this website: http://sourceforge.net/apps/mediawiki/mspgcc/index.php?title=Building_MSPGCC_from_Source_Code * * Download binutils version 2.19 and patch it doing the following: Modify the file /binutils-xx-xx/gas/config/tc-msp430.h, BEFORE DOING MAKE, with the following: #define LEX_DOLLAR 0 add the new line *#undef LEX_DOLLAR* The build and compile GCC as says in the website. Hope this helps :) Regards, Aldo * * * *
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
