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.

Build errors when I add IPC

Other Parts Discussed in Thread: SYSBIOS

I'm getting build errors when I try to add IPC to a from-scratch project:


**** Clean-only build of configuration Debug for project foo ****

"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k clean
DEL /F  "foo.out"  "configPkg\linker.cmd" "configPkg\compiler.opt"  "foo.hex"
The system cannot find the file specified.
gmake: [clean] Error 1 (ignored)
RMDIR /S/Q  "configPkg\"
The system cannot find the file specified.
gmake: [clean] Error 2 (ignored)
DEL /F "main.pp"
Could Not Find C:\Users\stephen.sanders\workspace_v6_1\foo\Debug\main.pp
DEL /F "main.obj"
Could Not Find C:\Users\stephen.sanders\workspace_v6_1\foo\Debug\main.obj
'Finished clean'
' '

**** Build Finished ****

**** Build of configuration Debug for project foo ****

"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
'Building file: ../app.cfg'
'Invoking: XDCtools'
"C:/ti/xdctools_3_31_01_33_core/xs" --xdcpath="C:/ti/bios_6_45_01_29/packages;C:/ti/tirtos_c2000_2_16_00_08/packages;C:/ti/tirtos_c2000_2_16_00_08/products/tidrivers_c2000_2_16_00_08/packages;C:/ti/tirtos_c2000_2_16_00_08/products/bios_6_45_01_29/packages;C:/ti/tirtos_c2000_2_16_00_08/products/ndk_2_25_00_09/packages;C:/ti/tirtos_c2000_2_16_00_08/products/uia_2_00_05_50/packages;C:/ti/ipc_3_40_01_08/packages;C:/ti/ccsv6/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C66 -p ti.platforms.evm6670 -r release -c "C:/ti/ti-cgt-c6000_8.1.0" --compileOptions "-g --optimize_with_debug" "../app.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.xe66 from package/cfg/app_pe66.cfg ...
generating custom ti.sysbios library makefile ...
generating custom ti.sdo.utils library makefile ...
js: "C:\ti\ipc_3_40_01_08\packages\ti\sdo\utils\makefile.xdt#67(eval)", line 1: Error: template generation of 'C:\Users\stephen.sanders\workspace_v6_1\foo/src/utils/makefile' failed: xdc.services.global.XDCException: xdc.PACKAGE_NOT_FOUND: can't locate the package 'ti.bios' along the path: 'C:/ti/bios_6_45_01_29/packages;C:/ti/tirtos_c2000_2_16_00_08/packages;C:/ti/tirtos_c2000_2_16_00_08/products/tidrivers_c2000_2_16_00_08/packages;C:/ti/tirtos_c2000_2_16_00_08/products/bios_6_45_01_29/packages;C:/ti/tirtos_c2000_2_16_00_08/products/ndk_2_25_00_09/packages;C:/ti/tirtos_c2000_2_16_00_08/products/uia_2_00_05_50/packages;C:/ti/ipc_3_40_01_08/packages;C:/ti/ccsv6/ccs_base;C:/ti/xdctools_3_31_01_33_core/packages;..;'. Ensure that the package path is set correctly.
    "C:/ti/ipc_3_40_01_08/packages/ti/sdo/utils/makefile.xdt", line 67
    "C:/ti/ipc_3_40_01_08/packages/ti/sdo/utils/makefile.xdt", line 201
    "C:/ti/ipc_3_40_01_08/packages/ti/sdo/utils/Build.xdt", line 82
    "C:/ti/ipc_3_40_01_08/packages/ti/sdo/utils/Build.xdt", line 86
gmake.exe: *** [package/cfg/app_pe66.xdl] Error 1
js: "C:/ti/xdctools_3_31_01_33_core/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake: Target `all' not remade because of errors.

**** Build Finished ****

What else do I need???


Thanks.

Steve