Switching my project to GNU compiler, ran thru the gauntlet of switching the packages and xdc paths.
Then it runs into an issue where it cannot find *.h files in declared paths. I've even gone as far to include the path in the computer system variables. I can change the <> notation in #include to "" and provide the whole path. Then the next file found has the same issue.
Below is my output, since in my search the always want. Would like to know how CCS does not do a basic path search in define paths. I have the paths declared in compiler directories, XDS packages and the system computer. Even tried to put path in linker library paths, which should have no effect anyway.
**** Build of configuration Debug__GNU for project empty_CC2650STK_TI_CC2650F128 ****
"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
'Building file: ../empty.cfg'
'Invoking: XDCtools'
"C:/ti/xdctools_3_32_00_06_core/xs" --xdcpath="C:/ti/ccsv6/ccs_base;C:/ti/tirtos_cc13xx_cc26xx_2_16_01_14/packages;C:/ti/tirtos_cc13xx_cc26xx_2_16_01_14/products/tidrivers_cc13xx_cc26xx_2_16_01_13/packages;C:/ti/tirtos_cc13xx_cc26xx_2_16_01_14/products/bios_6_45_02_31/packages;C:/ti/tirtos_cc13xx_cc26xx_2_16_01_14/products/uia_2_00_05_50/packages;C:/ti/tirtos_cc13xx_cc26xx_2_16_01_14/products/cc26xxware_2_23_02_16941;" xdc.tools.configuro -o configPkg -t gnu.targets.arm.M3 -p ti.platforms.simplelink:CC2650F128 -r release -c "C:/ti/ccsv6/tools/compiler/gcc-arm-none-eabi-4_8-2014q3" "../empty.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring empty.xm3g from package/cfg/empty_pm3g.cfg ...
generating custom ti.sysbios library makefile ...
Starting build of library sources ...
making C:/Users/Burke/Clean_Workspace/empty_CC2650STK_TI_CC2650F128/src/sysbios/sysbios.am3g ...
gmake[1]: Entering directory `C:/Users/Burke/Clean_Workspace/empty_CC2650STK_TI_CC2650F128/src/sysbios'
asmm3g C:/ti/tirtos_cc13xx_cc26xx_2_16_01_14/products/bios_6_45_02_31/packages/ti/sysbios/family/arm/m3/Hwi_asm_gnu.sv7M ...
asmm3g C:/ti/tirtos_cc13xx_cc26xx_2_16_01_14/products/bios_6_45_02_31/packages/ti/sysbios/family/arm/m3/Hwi_asm_switch_gnu.sv7M ...
asmm3g C:/ti/tirtos_cc13xx_cc26xx_2_16_01_14/products/bios_6_45_02_31/packages/ti/sysbios/family/arm/m3/IntrinsicsSupport_asm_gnu.sv7M ...
asmm3g C:/ti/tirtos_cc13xx_cc26xx_2_16_01_14/products/bios_6_45_02_31/packages/ti/sysbios/family/arm/m3/TaskSupport_asm_gnu.sv7M ...
clm3g C:/ti/tirtos_cc13xx_cc26xx_2_16_01_14/products/bios_6_45_02_31/packages/ti/sysbios/BIOS.c ...
clm3g C:/ti/tirtos_cc13xx_cc26xx_2_16_01_14/products/bios_6_45_02_31/packages/ti/sysbios/knl/Clock.c ...
clm3g C:/ti/tirtos_cc13xx_cc26xx_2_16_01_14/products/bios_6_45_02_31/packages/ti/sysbios/knl/Idle.c ...
clm3g C:/ti/tirtos_cc13xx_cc26xx_2_16_01_14/products/bios_6_45_02_31/packages/ti/sysbios/knl/Intrinsics.c ...
clm3g C:/ti/tirtos_cc13xx_cc26xx_2_16_01_14/products/bios_6_45_02_31/packages/ti/sysbios/knl/Queue.c ...
clm3g C:/ti/tirtos_cc13xx_cc26xx_2_16_01_14/products/bios_6_45_02_31/packages/ti/sysbios/knl/Semaphore.c ...
clm3g C:/ti/tirtos_cc13xx_cc26xx_2_16_01_14/products/bios_6_45_02_31/packages/ti/sysbios/knl/Swi.c ...
clm3g C:/ti/tirtos_cc13xx_cc26xx_2_16_01_14/products/bios_6_45_02_31/packages/ti/sysbios/knl/Swi_andn.c ...
clm3g C:/ti/tirtos_cc13xx_cc26xx_2_16_01_14/products/bios_6_45_02_31/packages/ti/sysbios/knl/Task.c ...
clm3g C:/ti/tirtos_cc13xx_cc26xx_2_16_01_14/products/bios_6_45_02_31/packages/ti/sysbios/hal/Hwi.c ...
clm3g C:/ti/tirtos_cc13xx_cc26xx_2_16_01_14/products/bios_6_45_02_31/packages/ti/sysbios/hal/Hwi_stack.c ...
clm3g C:/ti/tirtos_cc13xx_cc26xx_2_16_01_14/products/bios_6_45_02_31/packages/ti/sysbios/hal/Hwi_startup.c ...
clm3g C:/ti/tirtos_cc13xx_cc26xx_2_16_01_14/products/bios_6_45_02_31/packages/ti/sysbios/family/arm/m3/Hwi.c ...
clm3g C:/ti/tirtos_cc13xx_cc26xx_2_16_01_14/products/bios_6_45_02_31/packages/ti/sysbios/family/arm/m3/TaskSupport.c ...
clm3g C:/ti/tirtos_cc13xx_cc26xx_2_16_01_14/products/bios_6_45_02_31/packages/ti/sysbios/rts/gnu/ReentSupport.c ...
clm3g C:/ti/tirtos_cc13xx_cc26xx_2_16_01_14/products/bios_6_45_02_31/packages/ti/sysbios/rts/gnu/SemiHostSupport.c ...
clm3g C:/ti/tirtos_cc13xx_cc26xx_2_16_01_14/products/bios_6_45_02_31/packages/ti/sysbios/gates/GateHwi.c ...
clm3g C:/ti/tirtos_cc13xx_cc26xx_2_16_01_14/products/bios_6_45_02_31/packages/ti/sysbios/gates/GateMutex.c ...
clm3g C:/ti/tirtos_cc13xx_cc26xx_2_16_01_14/products/bios_6_45_02_31/packages/ti/sysbios/heaps/HeapMem.c ...
clm3g C:/ti/tirtos_cc13xx_cc26xx_2_16_01_14/products/bios_6_45_02_31/packages/ti/sysbios/family/arm/cc26xx/Boot.c ...
C:/ti/tirtos_cc13xx_cc26xx_2_16_01_14/products/bios_6_45_02_31/packages/ti/sysbios/family/arm/cc26xx/Boot.c:36:32: fatal error: driverlib/sys_ctrl.h: No such file or directory
#include <driverlib/sys_ctrl.h>
^
compilation terminated.
gmake[1]: *** [cc26xx_Boot.o] Error 1
gmake[1]: Leaving directory `C:/Users/Burke/Clean_Workspace/empty_CC2650STK_TI_CC2650F128/src/sysbios'
gmake: *** [C:/Users/Burke/Clean_Workspace/empty_CC2650STK_TI_CC2650F128/src/sysbios/sysbios.am3g] Error 2
Build of libraries failed.
error: xdc.cfg.SourceDir: "C:/ti/xdctools_3_32_00_06_core/packages/xdc/cfg/SourceDir.xs", line 209: xdc.cfg.SourceDir : Build of generated source libraries failed: exit status = 2:
js: "C:/ti/xdctools_3_32_00_06_core/packages/xdc/cfg/Main.xs", line 160: Error: Configuration failed!
gmake.exe: *** [package/cfg/empty_pm3g.xdl] Error 1
gmake.exe: *** Deleting file `package/cfg/empty_pm3g.xdl'
gmake.exe: *** [package/cfg/empty_pm3g.xdl] Deleting file `package/cfg/empty_pm3g.h'
gmake.exe: *** [package/cfg/empty_pm3g.xdl] Deleting file `package/cfg/empty_pm3g.c'
js: "C:/ti/xdctools_3_32_00_06_core/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake: Target `all' not remade because of errors.
**** Build Finished ****