Tool/software: TI C/C++ Compiler
Hi, I am currently following the build from "www.ti.com/.../tidu237.pdf" or the TI Power Line Communications Developer Kit Guide appendix E on page 53. On step (d), it says to build the selected project after importing it into CCS. When I build, the build fails and I receive the message:
Building file: "../test_tx_rx_f2806x.tcf"
Invoking: TConf
"C:/ti/ccs910/xdctools_3_55_02_22_core/tconf" -b -Dconfig.importPath="C:/Program Files/Texas Instruments/bios_5_41_13_42/packages;" "../test_tx_rx_f2806x.tcf"
subdir_rules.mk:26: recipe for target 'build-12038623-inproc' failed
process_begin: CreateProcess(NULL, C:/ti/ccs910/xdctools_3_55_02_22_core/tconf -b "-Dconfig.importPath=C:/Program Files/Texas Instruments/bios_5_41_13_42/packages;" ../test_tx_rx_f2806x.tcf, ...) failed.
gmake[1]: *** [build-12038623-inproc] Error 2
gmake: *** [build-12038623] Error 2
subdir_rules.mk:23: recipe for target 'build-12038623' failed
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
How do I fix the pathing issues here so that I can continue onto the next steps of the demo? Any help would be greatly appreciated!