Hi all,
i am using CCS 6.1.1.00022 for MSP430F4538A (own developed Demo Board). I am also using FreeRTOS and it works fine as long as i use the TI compiler.
Due to the fact that i using the CCS with the TI comiler just for demos i want to switch to the GNU Compiler 4.9.1.
Unfortunately FreeRTOS does not build because the asm file portext.asm will not be compiled/assembled (there are some discussions available)
Is there any work around ? Is it possible to use the obj file from the TI compiler and copy it into the GCC project?
My environment is:
Windows7, CCSv6.1.1, FreeRTOS 8.2.1
Any help is appreciated
Thomas