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.

DSP Link

Other Parts Discussed in Thread: OMAP-L138

About one month ago, I installed the DSP Link SW components for the OMAP-L138 processor and was successful building DSP Link with this setup.  

1) OMAP_L138_arm_1_00_00_04.tar.gz

2) bios_setuplinux_5_33_06.bin

3) ti_cgt_c6000_6.1.9_setup_linux_x86.bin

4) xdctools_setuplinux_3_15_01_59.bin

However, now that I'm trying to repeat the process, I noticed that the TI software components (http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/omap_l138/1_00/latest/index_FDS.html) have been upgraded.  Is there a repository link you can point me to for the old software packages listed above?  I had detailed notes on how to get my environment up and running with the older setup.

1)OMAP_L138_arm_1_00_00_06.tar.gz

2)bios_setuplinux_5_41_00_06.bin

3)ti_cgt_c6000_6.1.9_setup_linux_x86.bin   (same)

4)xdctools_setuplinux_3_15_01_59.bin  (same)

 

  • Using the latest software acts strangely.  When building DSPLink (http://tiexpressdsp.com/index.php/Building_The_OMAP-L137_SDK)  I get an odd message when I do the platform configuration step with the perl script. 
    This is part of the reason why I'd like to revert back to the beta version of the software.

    step 2 Configure what platform you are building DSPLink for:
    host $ cd $DSPLINK
    host $ perl config/bin/dsplinkcfg.pl --platform=OMAPL138 --nodsp=1 --dspcfg_0=OMAPL138GEMSHMEM --dspos_0=DSPBIOS5XX --gppos=ARM --comps=ponslrmc --DspTskMode=1

    Welcome to DSP/BIOS(TM) Link Configuration Utility
    ------------------------------------------------------

    !!DSPLINK will be configured for Build OS: LINUX!!

    DSPLINK variable is not set!!
    Please set it:
    On Windows:
    set DSPLINK=<path to DSPLINK base directory>
    On Linux:
    export DSPLINK=<path to DSPLINK base directory>


  • I managed to get the latest version of the Software to partially build (GPP side build fine).  Still having trouble with getting the DSP side to build. 

    -------------------------------------------------------------------------------------------------------------------------------------------------------------

    Step 5: Building the DSP-side DSPLink modules and example applications:

    Go to the source directories for the dsp and build the DSPLink modules

    host $ cd /home/<useracct>/OMAPL13#_arm_1_##_##_##/dsplink-1_6#_##-prebuilt/packages/dsplink/dsp/src
    host $ /home/<useracct>/OMAPL13#_arm_1_##_##_##/xdctools_3_1#_##_##/gmake

    Compiling failure.c...
    "failure.c", line 45: fatal error #5: could not open source file "std.h"
      #include <std.h>
                      ^

    1 fatal error detected in the compilation of "failure.c".
    Compilation terminated.

     

    -------------------------------------------------------------------------------------------------------------------------------------------------------------

    The TI guide (http://tiexpressdsp.com/index.php/Troubleshooting_DSPLink_build_issues#Problem:_DSP-side_build_error_in_std.h) talks about this error.  Can someone explain what is meant by "Ensure that the correct DSP/BIOS path has been given in the distribution makefile".  Do I have to specify a path to a certain variable?  Please advice.

     

  • Issue has been solved.  I had a space on my makefile, (did not know Makefiles were sensitive to spaces, sigh..)