Hi,
I am interested in setting up an assembly only project in CCSV6 using the open source GCC compiler but I can't get past an error. The error is very odd as the compiler/assembler or linker, is reporting not being able to find the asm.o in my project.
I am using an asm432 launchpad board and have installed both the TI and GCC compilers. The TI compiler is giving so many errors I just removed it. The GCC compiler gets close to building the project but gets hang up on finding this main.o file.
The main.asm file I am including is extremely simple. I based it on the template main.asm for the msp430 platform. The only change I have made was to replace msp430.h with msp432.h
Any help would be highly appreciated.
Thanks