Part Number: CODECOMPOSER
I installed processor sdk rtos and ccs under the same directory. I extracted the example projects using the batch file under the pdk folder. But I get the "recipe to build failed" for many projects and I have attached one:
**** Build of configuration Debug for project NIMU_BasicExample_bbbAM335x_armExampleproject ****
"C:\\ti\\ccs930\\ccs\\utils\\bin\\gmake" -k -j 4 all -O
Building file: "C:/ti/pdk_am335x_1_0_17/packages/ti/transport/ndk/nimu/example/am335x/armv7/bios/nimu_bbbam335x.cfg"
Invoking: XDCtools
"C:/ti/xdctools_3_55_02_22_core/xs" --xdcpath="C:/ti/bios_6_76_03_01/packages;C:/ti/pdk_am335x_1_0_17/packages;" xdc.tools.configuro -o configPkg -t gnu.targets.arm.A8F -p ti.platforms.evmAM3359 -r debug -c "C:/ti/ccs930/ccs/tools/compiler/gcc-arm-none-eabi-7-2017-q4-major-win32" "C:/ti/pdk_am335x_1_0_17/packages/ti/transport/ndk/nimu/example/am335x/armv7/bios/nimu_bbbam335x.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring nimu_bbbam335x.xa8fg from package/cfg/nimu_bbbam335x_pa8fg.cfg ...
subdir_rules.mk:40: recipe for target 'build-1386366943-inproc' failed
js: "C:/ti/pdk_am335x_1_0_17/packages/ti/transport/ndk/nimu/example/am335x/armv7/bios/nimu_bbbam335x.cfg", line 100: xdc.services.global.XDCException: xdc.PACKAGE_NOT_FOUND: can't locate the package 'ti.ndk.config' along the path: 'C:/ti/bios_6_76_03_01/packages;C:/ti/pdk_am335x_1_0_17/packages;C:/ti/xdctools_3_55_02_22_core/packages;..;'. Ensure that the package path is set correctly.
"./package/cfg/nimu_bbbam335x_pa8fg.cfg", line 192
gmake.exe: *** [package.mak:218: package/cfg/nimu_bbbam335x_pa8fg.xdl] Error 1
js: "C:/ti/xdctools_3_55_02_22_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-1386366943-inproc] Error 1
gmake: *** [build-1386366943] Error 2
subdir_rules.mk:37: recipe for target 'build-1386366943' failed
gmake: Target 'all' not remade because of errors.
**** Build Finished ****