This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Hello Experts,
I'm using a custom board based on EK-TM4C1294NCPDT, and using TMS320-XDS100v3 to program it. I need to modify an existing project with CCS for the target device. But while building the project, I'm getting the following error:
**** Build of configuration Debug for project PRPOS_CPU_Module ****
"C:\\ti\\ccs1271\\ccs\\utils\\bin\\gmake" -k all
Building file: "../config.cfg"
Invoking: XDCtools
"C:/ti/xdctools_3_32_00_06_core/xs" --xdcpath="C:/ti/tirtos_tivac_2_16_01_14/packages;C:/ti/tirtos_tivac_2_16_01_14/products/tidrivers_tivac_2_16_01_13/packages;C:/ti/tirtos_tivac_2_16_01_14/products/bios_6_45_02_31/packages;C:/ti/tirtos_tivac_2_16_01_14/products/ndk_2_25_00_09/packages;C:/ti/tirtos_tivac_2_16_01_14/products/uia_2_00_05_50/packages;C:/ti/tirtos_tivac_2_16_01_14/products/ns_1_11_00_10/packages;C:/ti/ccs1271/ccs/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M4F -p ti.platforms.tiva:TM4C1294NCPDT -r release -c "C:/ti/ccs1271/ccs/tools/compiler/ti-cgt-arm_20.2.7.LTS" --compileOptions "-mv7M4 --code_state=16 --float_support=FPv4SPD16 --abi=eabi -me --include_path=\"C:/ti/ccs1271/ccs/tools/compiler/ti-cgt-arm_20.2.7.LTS/include\" --include_path=\"C:/ti/Stepper Motor/PRPOS_CPU_Module\" --include_path=\"C:/ti/tirtos_tivac_2_16_01_14/products/TivaWare_C_Series-2.1.1.71b\" --include_path=\"C:/ti/tirtos_tivac_2_16_01_14/packages/ti/drivers/wifi/cc3100/Simplelink\" --include_path=\"C:/ti/tirtos_tivac_2_16_01_14/packages/ti/drivers/wifi/cc3100/Simplelink/Include\" -g --gcc --define=ccs=\"ccs\" --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on " "../config.cfg"
configuring config.xem4f from package/cfg/config_pem4f.cfg ...
subdir_rules.mk:26: recipe for target 'build-163682065-inproc' failed
js: "C:/ti/tirtos_tivac_2_16_01_14/packages/ti/tirtos/TIRTOS.xs", line 46: xdc.services.global.XDCException: xdc.MODULE_NOT_FOUND: xdc.module: no module named 'Config' in the package ti.drivers
xdctools_3_32_00_06_core\gmake.exe: *** [package/cfg/config_pem4f.xdl] Error 1
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[1]: *** [build-163682065-inproc] Error 1
gmake: *** [build-163682065] Error 2
subdir_rules.mk:23: recipe for target 'build-163682065' failed
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
Any help would be greatly appreciated.
Thanks in advance!
Akash
Hi,
You seem to have some issue related to the xdctools. This is what I will suggest you do.
1. First import a simple TI-RTOS example project. Pick a project like GPIO or another other one. Import that project to your workspace.
2. Compile the project and see if you have the same build error. Normally, it should build with no error.
3. If there is no build error then compare the build settings against your own project. Perhaps there is some build setting issues.
4. If you even have a build issue for the GPIO project then something may be wrong with your XDCtools installation. Pehaps it corrupted. I will suggest you do the following.
a. Create a new workspace.
b. Install the XDCtools version 3.32.0.06 again from https://downloads.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/rtsc/
c. Repeat 1, 2 and 3.