Hi -
I've been able to download and link to my project the psp tools for SYS/BIOS on OMAPL138. I am trying to #include the clsr but it does not show up under /biospsp_03_00_01_00/drivers in my includes path. I figured I needed to build it as referenced in the user's guide:
Execute the following command
C:\Program Files\Texas Instruments\biospsp_xx_yy_zz_aa> gmake cslr
I've had quite the trouble trying to build this to include it in my project.
The directory I have all my packages in is C:/ti/ because the spaces in "Program Files/Texas Instruments" were not playing nicely. This is where biospsp v3.0.1.0 and xdctools v3.23.00.32 are located.
I first "set ROOTDIR=C:\ti\biospsp_03_00_01_00". I assume cygwin must be used because all the makefiles are written for UNIX. Below is the error I receive:
$ gmake cslr
# Configuring XDC packages for cslr_evm6748_example_uart:c6xdsp:debug
C:/ti/xdctools_3_23_00_32/gmake -C C:/ti/biospsp_03_00_01_00/cslr\evm6748\examples\uart xdc_configuro PLATFORM=c6748-evm CORE=c6xdsp PROFILE_c6xdsp=debug
gmake[1]: Entering directory `C:/ti/biospsp_03_00_01_00/cslr/evm6748/examples/uart'
# Invoking configuro...
a+x maketemp_configuro_cmd_c6xdsp.bat
maketemp_configuro_cmd_c6xdsp.bat
C:\ti\biospsp_03_00_01_00\cslr\evm6748\examples\uart>C:/ti/xdctools_3_23_00_32/xs xdc.tools.configuro --generationOnly -o obj/c6748-evm/c6xdsp/debug/cslr_evm6748_example_uart_configuro -t ti.targets.elf.C674 -p ti.platforms.evm6748 -r whole_program -c C:/ti/C6000C~1.1 -b C:/ti/biospsp_03_00_01_00/config.bld uartExample.cfg
making package.mak (because of package.bld) ...
js: "C:\ti\xdctools_3_23_00_32\packages\xdc\tools\configuro\template\compiler.opt.xdt", line 66: Error: template generation of 'compiler.opt' failed: Error: C:/ti/C6000C~1.1 cannot be found. Ensure that rootDir for the C674 target is set correctly in ./config.bld
"./package.bld", line 60
xdctools_3_23_00_32\gmake.exe: *** Deleting file `package.mak'
xdctools_3_23_00_32\gmake.exe: *** No rule to make target `linker.cmd'. Stop.
Warning: directory "C:/ti/edma3_lld_02_11_02_04/packages" on package path does not exist
js: "C:/ti/xdctools_3_23_00_32/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake[1]: *** [xdc_configuro] Error 1
gmake[1]: Leaving directory `C:/ti/biospsp_03_00_01_00/cslr/evm6748/examples/uart'
gmake: *** [cslr_evm6748_example_uart] Error 2
I can't find any clues in config.bld or the C6000 folder in xdctools on what needs to be done next. This all seems very unusual to be jumping through all these hoops to get CSLR in my project - am I even on the right track here?
//edit for formatting, this was not very user friendly :(
Thanks,
Marshall