Hi:
Is there any way to use MSP430 header files with GCC in assembly? I haven't been able to get this to work - adding
#include <msp430.h>
results in lots of "unknown opcodes" due to stuff like 'const', 'typedef', etc. There don't appear to be any assembly guards in the include_gcc headers, and even using the include/ headers with an _ASM_HEADER_ definition still doesn't work.
Is it just not possible to use a pure assembly file at all with GCC set as the compiler?