Other Parts Discussed in Thread: CC2650, , CC2640
Tool/software: Code Composer Studio
Hii
I made a fresh project to run only UART but some compilaton error are coming..
**** Build of configuration Debug for project Uart_sample ****
"C:\\ti\\ccsv7\\utils\\bin\\gmake" -k -j 3 all -O
'Building file: "../app_ble.cfg"'
'Invoking: XDCtools'
"C:/ti/xdctools_3_32_02_25_core/xs" --xdcpath="C:/ti/ccsv7/ccs_base;C:/ti/tirtos_cc32xx_2_16_01_14/packages;C:/ti/tirtos_cc32xx_2_16_01_14/products/tidrivers_cc32xx_2_16_01_13/packages;C:/ti/tirtos_cc32xx_2_16_01_14/products/bios_6_45_02_31/packages;C:/ti/tirtos_cc32xx_2_16_01_14/products/ns_1_11_00_10/packages;C:/ti/tirtos_cc32xx_2_16_01_14/products/uia_2_00_05_50/packages;C:/ti/ccsv7/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M3 -p ti.platforms.simplelink:CC2650F128 -r debug -c "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS" "../app_ble.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring app_ble.xem3 from package/cfg/app_ble_pem3.cfg ...
subdir_rules.mk:19: recipe for target 'build-1167396913-inproc' failed
js: "C:/ti/tirtos_cc32xx_2_16_01_14/products/tidrivers_cc32xx_2_16_01_13/packages/ti/mw/Config.xs", line 59: xdc.services.global.XDCException: xdc.PACKAGE_NOT_FOUND: can't locate the package 'ti.mw.display' along the path: 'C:/ti/ccsv7/ccs_base;C:/ti/tirtos_cc32xx_2_16_01_14/packages;C:/ti/tirtos_cc32xx_2_16_01_14/products/tidrivers_cc32xx_2_16_01_13/packages;C:/ti/tirtos_cc32xx_2_16_01_14/products/bios_6_45_02_31/packages;C:/ti/tirtos_cc32xx_2_16_01_14/products/ns_1_11_00_10/packages;C:/ti/tirtos_cc32xx_2_16_01_14/products/uia_2_00_05_50/packages;C:/ti/xdctools_3_32_02_25_core/packages;..;'. Ensure that the package path is set correctly.
gmake.exe: *** [package/cfg/app_ble_pem3.xdl] Error 1
js: "C:/ti/xdctools_3_32_02_25_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-1167396913-inproc] Error 1
gmake: *** [build-1167396913] Error 2
subdir_rules.mk:16: recipe for target 'build-1167396913' failed
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
Problem Shown By :-
Description Resource Path Location Type
can't locate the package 'ti.mw.display' along the path: 'C:/ti/ccsv7/ccs_base;C:/ti/tirtos_cc32xx_2_16_01_14/packages;C:/ti/tirtos_cc32xx_2_16_01_14/products/
tidrivers_cc32xx_2_16_01_13/packages;C:/ti/tirtos_cc32xx_2_16_01_14/products/bios_6_45_02_31/packages;C:/ti/tirtos_cc32xx_2_16_01_14/products/ns_1_11_00_10/packages;
C:/ti/tirtos_cc32xx_2_16_01_14/products/uia_2_00_05_50/packages;C:/ti/xdctools_3_32_02_25_core/packages;..;'. Ensure that the package path is set correctly. .xdchelp
/Uart_sample line 59 C/C++ Problem
How to add 'ti.mw.display' in my project ??Since my i am not using the display functions ,so why this error is coming ??
Best regards
Devendra