I have compiled and assembled a file of C source using gcc-arm-none-eabi-5_2-2015q4-20151219-win32. I would like to link this .o file into an executable using CCS 6.1. The CCS project will be built using the TI ARM compiler v5.2.5. I have 2 questions,
-Is this possible? (with just C, no C++)
-How do I tell the linker to use my .o file?
Thanks.