Other Parts Discussed in Thread: SYSCONFIG
I'm trying to run a little test using pinStandby.c but I can't get it to spit out ti_drivers_config files from SysConfig. It looks like the compiler isn't invoking SysConfig at the start:
**** Build of configuration Debug for project pinStandby_CC2652RB_LAUNCHXL_tirtos_ccs **** /Applications/ti/ccs1010/ccs/utils/bin/gmake -k -j 7 all -O Building file: "../pinStandby.c" Invoking: ARM Compiler "/Applications/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.4.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="/Users/matt/ti/workspaces/ESLO_dev/pinStandby_CC2652RB_LAUNCHXL_tirtos_ccs" --include_path="/Users/matt/ti/workspaces/ESLO_dev/pinStandby_CC2652RB_LAUNCHXL_tirtos_ccs/Debug" --include_path="/Users/matt/ti/simplelink_cc13x2_26x2_sdk_4_30_00_54/source" --include_path="/Users/matt/ti/simplelink_cc13x2_26x2_sdk_4_30_00_54/source/ti/posix/ccs" --include_path="/Applications/ti/ccs1010/ccs/tools/compiler/ti-cgt-arm_20.2.4.LTS/include" --define=DeviceFamily_CC26X2 -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --preproc_with_compile --preproc_dependency="pinStandby.d_raw" --include_path="/Users/matt/ti/workspaces/ESLO_dev/pinStandby_CC2652RB_LAUNCHXL_tirtos_ccs/Debug/syscfg" --cmd_file="/Users/matt/ti/workspaces/ESLO_dev/tirtos_builds_cc13x2_cc26x2_release_ccs/Debug/configPkg/compiler.opt" "../pinStandby.c" >> Compilation failure subdir_rules.mk:7: recipe for target 'pinStandby.obj' failed "../pinStandby.c", line 43: fatal error #1965: cannot open source file "ti_drivers_config.h" 1 catastrophic error detected in the compilation of "../pinStandby.c". Compilation terminated. gmake: *** [pinStandby.obj] Error 1 gmake: Target 'all' not remade because of errors. **** Build Finished ****
I also have a small question mark next to my file:
I'm using SysConfig 1.6. I assume I'm missing something straight forward. Thanks,