Since latest CCSV6 tools updates my project fails to compile properly.
It gives the following error
C:\ti\ccsv6\utils\bin\gmake: *** No rule to make target `|', needed by `configPkg/compiler.opt'. RM3118_TIVA Unknown C/C++ Problem
How do I track down what has caused this error?
"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
C:\ti\ccsv6\utils\bin\gmake: *** No rule to make target `|', needed by `configPkg/compiler.opt'.
'Building file: ../RM3118.cfg'
'Invoking: XDCtools'
"c:/ti/xdctools_3_30_06_67_core/xs" --xdcpath="C:/ti/tirtos_tivac_2_10_01_38/packages;C:/ti/tirtos_tivac_2_10_01_38/products/bios_6_41_00_26/packages;C:/ti/tirtos_tivac_2_10_01_38/products/ndk_2_24_01_18/packages;C:/ti/tirtos_tivac_2_10_01_38/products/uia_2_00_02_39/packages;C:/ti/ccsv6/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M4F -p ti.platforms.tiva:TM4C129ENCPDT -r debug -c "C:/ti/ccsv6/tools/compiler/arm_5.1.10" "../RM3118.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring RM3118.xem4f from package/cfg/RM3118_pem4f.cfg ...
generating custom ti.sysbios library makefile ...
Starting build of library sources ...
making C:/Data/projects/CCS_V6_Workspace/RM3118_TIVA/src/sysbios/sysbios.aem4f ...
gmake[1]: Entering directory `C:/Data/projects/CCS_V6_Workspace/RM3118_TIVA/src/sysbios'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `C:/Data/projects/CCS_V6_Workspace/RM3118_TIVA/src/sysbios'
Build of libraries done.
clem4f package/cfg/RM3118_pem4f.c ...
'Finished building: ../RM3118.cfg'
' '
I have tried doing a clean build.
I have tried an uninstall and reinstall of CCSV6 (Version: 6.1.0.00104)
It would seem to indicate a corrupted config somewhere but I don't know where to start looking?