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.

TM4C1294NCPDT: Compilation Issue TM4C1294NCPDT

Part Number: TM4C1294NCPDT
Other Parts Discussed in Thread: SYSBIOS

Hi

I am trying to compile and i am facing this issue,

I have installed all required libraries and tools and ensured the path is also correct

But still getting this issue




---------------------------------------------------------------------------------------------------------------
**** Build of configuration Debug for project IMCN_SLED_REL_FINAL_BAUD ****

/home/vvdn/ti/ccs1040/ccs/utils/bin/gmake -k -j 4 all -O

Building file: "../imcn_sled.cfg"
Invoking: XDCtools
"/home/vvdn/ti/ccs1040/xdctools_3_62_01_15_core/xs" --xdcpath="/home/vvdn/ti/tirtos_tivac_2_16_00_08/packages;/home/vvdn/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08/packages;/home/vvdn/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages;/home/vvdn/ti/tirtos_tivac_2_16_00_08/products/ndk_2_25_00_09/packages;/home/vvdn/ti/tirtos_tivac_2_16_00_08/products/uia_2_00_05_50/packages;/home/vvdn/ti/tirtos_tivac_2_16_00_08/products/ns_1_11_00_10/packages;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M4F -p ti.platforms.tiva:TM4C1294NCPDT -r release -c "/home/vvdn/ti/ccs1040/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS" --compileOptions "-mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path=\"/home/vvdn/Projects/IMCN_SLED/IMCN_SLED_REL_FINAL_BAUD_Release_71\" --include_path=\"/home/vvdn/Projects/IMCN_SLED/IMCN_SLED_REL_FINAL_BAUD_Release_71\" --include_path=\"/home/vvdn/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix\" --include_path=\"/home/vvdn/ti/ccs1040/ccs/tools/compiler/ti-cgt-arm_20.2.5.LTS/include\" --include_path=\"/home/vvdn/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b\" --define=ccs=\"ccs\" --define=PART_TM4C1294NCPDT --define=ccs --define=TIVAWARE -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi " "../imcn_sled.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring imcn_sled.xem4f from package/cfg/imcn_sled_pem4f.cfg ...
subdir_rules.mk:17: recipe for target 'build-1101161137-inproc' failed
js: "/home/vvdn/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/platforms/tiva/Platform.xs", line 202: xdc.services.global.XDCException: xdc.PACKAGE_NOT_FOUND: can't locate the package 'ti.catalog.arm.cortexm4.tiva.ce' along the path: '/home/vvdn/ti/tirtos_tivac_2_16_00_08/packages;/home/vvdn/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08/packages;/home/vvdn/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages;/home/vvdn/ti/tirtos_tivac_2_16_00_08/products/ndk_2_25_00_09/packages;/home/vvdn/ti/tirtos_tivac_2_16_00_08/products/uia_2_00_05_50/packages;/home/vvdn/ti/tirtos_tivac_2_16_00_08/products/ns_1_11_00_10/packages;/home/vvdn/ti/ccs1040/xdctools_3_62_01_15_core/packages;..;'. Ensure that the package path is set correctly.
"./package/cfg/imcn_sled_pem4f.cfg", line 158
gmake: *** [package.mak:201: package/cfg/imcn_sled_pem4f.xdl] Error 1
js: "/home/vvdn/ti/ccs1040/xdctools_3_62_01_15_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake[1]: *** [build-1101161137-inproc] Error 1
gmake: *** [build-1101161137] Error 2
subdir_rules.mk:14: recipe for target 'build-1101161137' failed
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

  • Hello Mohan,

    Which version of XDC Tools are you using?

    Do you have a linker command file included in the project? That should be a .cmd file.

    Are you compiling from a freshly made project that you added links for or from a TI-RTOS example that had initial links but you updated compiler / tools / libraries?

    Best Regards,

    Ralph Jacobi