Other Parts Discussed in Thread: MATHLIB
**** Build of configuration Debug for project omptest2 ****
/opt/ti/ccsv6/utils/bin/gmake -k all
Building file: ../omp_config.cfg
Invoking: XDCtools
"/opt/ti/xdctools_3_32_00_06_core/xs" --xdcpath="/opt/ti/ipc_3_43_01_03/packages;/opt/ti/openmp_dsp_k2x_2_03_01_00/packages;/opt/ti/bios_6_45_01_29/packages;/opt/ti/ccsv6/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C66 -p ti.platforms.evmTCI6630K2L -r release -c "/opt/ti/ccsv6/tools/compiler/ti-cgt-c6000_8.1.0" "../omp_config.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring omp_config.xe66 from package/cfg/omp_config_pe66.cfg ...
subdir_rules.mk:14: recipe for target 'configPkg/linker.cmd' failed
js: "/root/workspace_v6_1_3/omptest2/omp_config.cfg", line 90: xdc.services.global.XDCException: xdc.PACKAGE_NOT_FOUND: can't locate the package 'ti.csl' along the path: '/opt/ti/ipc_3_43_01_03/packages;/opt/ti/openmp_dsp_k2x_2_03_01_00/packages;/opt/ti/bios_6_45_01_29/packages;/opt/ti/ccsv6/ccs_base;/opt/ti/xdctools_3_32_00_06_core/packages;..;'. Ensure that the package path is set correctly.
"./package/cfg/omp_config_pe66.cfg", line 188
gmake: *** [package/cfg/omp_config_pe66.xdl] Error 1
js: "/opt/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: *** [configPkg/linker.cmd] Error 1
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
root@am:/opt/ti/openmp_dsp_k2x_2_03_01_00/packages/examples# ls hello_with_make/config.bld Makefile omp_config_bm.cfg
hello.c omp_config_api.c omp_config.cfg
I created RTSC project and copied hello.c and omp_config.cfg to the project and tried to build the project by CCSv6. How can i remove the errors?