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.

BIOS PSP Build Failure

Other Parts Discussed in Thread: SYSBIOS

Hi,

I am trying to build biospsp_03_00_01_00, have installed all of the required libraries and set the environment variables. When I try to build, I get the following error:

C:\temp\ti\biospsp_03_00_01_00>gmake all
# Configuring XDC packages for cslr_evm6748_example_uart:c6xdsp:debug
gmake -C C:/temp/ti/cslr\evm6748\examples\uart xdc_configuro PLATFORM=c6748-evm
CORE=c6xdsp PROFILE_c6xdsp=debug
gmake[1]: Entering directory `C:/temp/ti/cslr/evm6748/examples/uart'
# Invoking configuro...
a+x maketemp_configuro_cmd_c6xdsp.bat
maketemp_configuro_cmd_c6xdsp.bat
make (e=-1): Error -1
gmake[1]: *** [xdc_configuro] Error -1
gmake[1]: Leaving directory `C:/temp/ti/cslr/evm6748/examples/uart'
gmake: *** [cslr_evm6748_example_uart] Error 2

Any ideas what the cause of the error might be?

Thanks

Brian

 

  • C:\temp\ti\biospsp_03_00_01_00>gmake all

    # Configuring XDC packages for cslr_evm6748_example_uart:c6xdsp:debug

    gmake -C C:/temp/ti/cslr\evm6748\examples\uart xdc_configuro PLATFORM=c6748-evm

    CORE=c6xdsp PROFILE_c6xdsp=debug

    Please make sure that you have mentioned the correct location using slash "\" or "/"

    Let me also try to build and update you.

  • Dear Brian,

    I'm able to build the PSP.

    I didn't change anything in makefile but env.mk

    I attached theenv.mk file and added ROOTDIR variable (C:/ti/biospsp_03_00_01_00) in system environment settings

    Computer -> Properties -> Advanced system settings -> Advanced -> Environment Variables -> add ROOTDIR as 'variable' and C:/ti/biospsp_03_00_01_00 as  'value'

    Also please make sure that you have installed the required SW (IPC,EDMA,SYSBIOS, XDCtools and mainly C6000 DSP CGT tools) which are mentioned in env.mk file.

    7356.env.mk