Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
Dear community,
I have issues building a CCS project for my TI LAUNCHXL-F28027F.
After creating an Empty Project (with main.c), selecting Experimenter's Kit - Piccolo F28027 as the target, Texas Instruments XDS100v2 Debug Probe as the Connection, the default TI v18.12.2.LTS as the Compiler version, I get the following error when building the project:
**** Build of configuration Debug for project trySK2 **** "C:\\ti\\ccs910\\ccs\\utils\\bin\\gmake" -k -j 8 all -O subdir_rules.mk:9: recipe for target 'main.obj' failed gmake: *** [main.obj] Error -1073741819 gmake: Target 'all' not remade because of errors. **** Build Finished ****
Does anyone know how to solve this?