hello;
while debugging the hyperlink example at bios5.03 there is an error
can't locate the package 'ti.drv.hyplnk' along the path: 'D:/TI/CCS5.03/ipc_1_22_03_23/packages;D:/TI/CCS5.03/bios_6_31_04_27/packages;D:/packages;D:/TI/CCS5.03/xdctools_3_22_04_46/packages;..;'. Ensure that the package path is set correctly. memoryMappedExample.cfg /hyplnk_exampleProject 37 C/C++ Problem
and there is a warning
Invalid project path: Include path not found (\packages). hyplnk_exampleProject pathentry Path Entry Problem
so can anyone helping me in solving these problems
and this is the configuration
**** Clean-only build of configuration Debug for project hyplnk_exampleProject ****
D:\TI\CCS5.03\ccsv5\utils\gmake\gmake -k clean
DEL /F "configPkg\compiler.opt" "configPkg\linker.cmd" "hyplnk_exampleProject.out"
Could Not Find D:\TI\MCSDK\pdk_C6678_1_0_0_17\packages\ti\drv\exampleProjects\hyplnk_exampleProject\Debug\hyplnk_exampleProject.out
RMDIR /S/Q "configPkg\"
DEL /F "hyplnkExample.pp" "hyplnkIsr.pp" "hyplnkLLDIFace.pp"
DEL /F "hyplnkExample.obj" "hyplnkIsr.obj" "hyplnkLLDIFace.obj"
'Finished clean'
' '
**** Build of configuration Debug for project hyplnk_exampleProject ****
D:\TI\CCS5.03\ccsv5\utils\gmake\gmake -k all
'Building file: D:/TI/MCSDK/pdk_C6678_1_0_0_17/packages/ti/drv/hyplnk/example/memoryMappedExample/memoryMappedExample.cfg'
'Invoking: XDCtools'
"D:/TI/CCS5.03/xdctools_3_22_04_46/xs" --xdcpath="D:/TI/CCS5.03/ipc_1_22_03_23/packages;D:/TI/CCS5.03/bios_6_31_04_27/packages;/packages;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C66 -p ti.platforms.evm6678 -r debug -b "D:/TI/MCSDK/pdk_C6678_1_0_0_17/packages/ti/drv/exampleProjects/hyplnk_exampleProject/.config/xconfig_memoryMappedExample/config.bld" -c "D:/TI/CCS5.03/ccsv5/tools/compiler/c6000" "D:/TI/MCSDK/pdk_C6678_1_0_0_17/packages/ti/drv/hyplnk/example/memoryMappedExample/memoryMappedExample.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring memoryMappedExample.xe66 from package/cfg/memoryMappedExample_pe66.cfg ...
js: "D:/TI/MCSDK/pdk_C6678_1_0_0_17/packages/ti/drv/hyplnk/example/memoryMappedExample/memoryMappedExample.cfg", line 37: xdc.services.global.XDCException: xdc.PACKAGE_NOT_FOUND: can't locate the package 'ti.drv.hyplnk' along the path: 'D:/TI/CCS5.03/ipc_1_22_03_23/packages;D:/TI/CCS5.03/bios_6_31_04_27/packages;D:/packages;D:/TI/CCS5.03/xdctools_3_22_04_46/packages;..;'. Ensure that the package path is set correctly.
"./package/cfg/memoryMappedExample_pe66.cfg", line 201
"./package/cfg/memoryMappedExample_pe66.cfg", line 280
"./package/cfg/memoryMappedExample_pe66.cfg", line 188
gmake.exe: *** [package/cfg/memoryMappedExample_pe66.xdl] Error 1
Warning: directory "D:/packages" on package path does not exist
js: "D:/TI/CCS5.03/xdctools_3_22_04_46/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake: *** [configPkg/compiler.opt] Error 1
gmake: Target `all' not remade because of errors.