Hi everyone,
the problem occurred after changing from gcc on Linux to Code Composer Studio v. 5.3.0.00090 with gcc on Windows 7. Both used the compiler version 4.6.3.
The mcu is set to MSP430F5528 in the configuration of CCS.
Compiling with CCS produces the error:
Extended instruction (decx) requires 430X-based mcu
and
Extended instruction (movx) requires 430X-based mcu
This error refers to an extern located file in the Temp folder which is deleted directly after compiling.
Is there any chance to fix this problem by changing some settings?
Thanks for your help.