Hi,
I have installed the CCS v4.2.4.00033 and BIOS PSP v02.10.01 on Windows 7sp1 x64.
When I try compile any of PSP examples for OMAP-L138 platform, I see several errors in the console. For example:
**** Build of configuration Debug for project gpioSample_configuration ****
C:\Texas Instruments\ccsv4\utils\gmake\gmake -k all
'Building target: configPkg/linker.cmd'
'Invoking: XDCtools'
"C:/Texas Instruments/xdctools_3_22_01_21/xs" --xdcpath="C:/Texas Instruments/bios_6_32_02_39/packages;C:/Texas Instruments/ipc_1_23_02_27/packages;/packages;/packages;" xdc.tools.configuro -o "configPkg" -t ti.targets.C674 -p ti.platforms.evmOMAPL138 -r debug -c "C:/Texas Instruments/ccsv4/tools/compiler/c6000" --compileOptions "-DCHIP_OMAPL138" "../gpioSample.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring gpioSample.p674 from package/cfg/gpioSample_p674.cfg ...
js: "C:/Texas Instruments/pspdrivers_02_10_01/packages/ti/psp/examples/evmOMAPL138/gpio/config/gpioSample.cfg", line 2: Error: utils.loadCapsule: can't find 'ti/psp/platforms/evmOMAPL138/gpio.cfg' along the path 'C:\Texas Instruments\pspdrivers_02_10_01\packages\ti\psp\examples\evmOMAPL138\gpio\config;C:/TEXASI~1/bios_6_32_02_39/packages;C:/TEXASI~1/ipc_1_23_02_27/packages;C:/packages;C:/TEXASI~1/xdctools_3_22_01_21/packages;..;'
"./package/cfg/gpioSample_p674.cfg", line 196
"./package/cfg/gpioSample_p674.cfg", line 275
"./package/cfg/gpioSample_p674.cfg", line 183
gmake.exe: *** [package/cfg/gpioSample_p674.xdl] Error 1
Warning: directory "C:/packages" on package path does not exist
js: "C:/Texas Instruments/xdctools_3_22_01_21/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 complete for project gpioSample_configuration
