Part Number: LAUNCHCC3220MODASF
Tool/software: TI C/C++ Compiler
Hey guys,
I'm currently trying to compile some code using Code Composer Studio and a Makefile. It's currently working fine with .c and .cpp files, but I'm trying to include the PowerCC32XX_asm.asm file in the makefile and I've been having issues. I assume the tool I want to use to compile assembly files is armcl.exe? Or do I want to use armar.exe or armasm.exe? Also, what is the format for compiling using any of these. I've been using gcc and g++ for the c and c++ files, so I don't have much experience with these executables yet.
Thank you in advance!
Charles