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.

DSPlink compilation : The system cannot find the path specified.

Other Parts Discussed in Thread: OMAPL138, OMAP3530

HI,

   During dsplink build,  When i give "gmake  -s " command inside  dsplink/dsp/src/samples folder I am getting error


[SAMPLES             ] ======= OBJECTS =============== DEBUG ==============
[LOOP_NEW            ] ------- DIRS ------------------ DEBUG --------------
[LOOP_NEW            ] ------- OBJECT ---------------- DEBUG --------------
Compiling main.c...
Compiling loop_config.c...
Compiling tskLoop.c...
Compiling swiLoop.c...
Generating DSP/BIOS configuration files ...
The system cannot find the path specified.
gmake[2]: *** [DspBios\\5.XX\\OMAPL138GEM\\loop.tcf.deb] Error 1
gmake[1]: *** [objdeb] Error 512
gmake: *** [loop.objdeb] Error 2

what could be the problem,

 

 

  • Were you able to get past this problem?

  • Hi

    I am building dsplink in WIN XP and still facing problem while building GPP and dsp side dsplink :

    ************************************8

    I checked the CFG_map.c file and I found that among the understated condition the condition for OMAPL138 is missing:

    ***************************************************************************************************

    #if defined (DM6446GEM)
    extern CFGMAP_Object  DM6446GEMMAP_Config ;
    #endif /* if defined (DM6446GEM) */

    #if defined (DM6467GEM)
    extern CFGMAP_Object  DM6467GEMMAP_Config ;
    #endif/* if defined (DM6467GEM) */

    #if defined (DM6437)
    extern CFGMAP_Object  DM6437MAP_Config ;
    #endif /* if defined (DM6437) */

    #if defined (DM642)
    extern CFGMAP_Object  DM648MAP_Config ;
    #endif /* if defined (DM642) */

    #if defined (DM648)
    extern CFGMAP_Object  DM648MAP_Config ;
    #endif /* if defined (DM648) */

    #if defined (DRX416GEM)
    extern CFGMAP_Object  DRX416GEMMAP_Config ;
    #endif /* if defined (DRX416GEM) */

    #if defined (DRA44XGEM)
    extern CFGMAP_Object  DRA44XGEMMAP_Config ;
    #endif /* if defined (DRA44XGEM) */

    #if defined (OMAP2530)
    extern CFGMAP_Object  OMAP2530MAP_Config ;
    #endif /* if defined (OMAP2530) */

    #if defined (OMAP3530)
    extern CFGMAP_Object  OMAP3530MAP_Config ;
    #endif /* if defined (OMAP3530) */

    #if defined (DA8XXGEM)
    extern CFGMAP_Object  DA8XXGEMMAP_Config ;
    #endif /* if defined (DA8XXGEM) */

    #if defined (TNETV107XGEM)
    extern CFGMAP_Object  TNETV107XGEMMAP_Config ;
    #endif /* if defined (DM6446GEM) */
    ********************************************************************************************************************8

    kindly suggest way ahead

    thanks

    hemant

  • Hi 

    I am working with OMAP L-138 with Win CE 6.0.

    I am able to move a bi ahead, now while including DSPLink in OS during building OS in VS-2005, I am facing errors because of dsplinkk.dll missing from location C:\WINCE600\OSDESIGNS\OMAPL138_AM18X_TI_DEFAULT\OMAPL138_AM18X_TI_DEFAULT\RELDIR\OMAPL138_AM18X_ARMV4I_RELEASE\DSPLINKK.DLL.

    I am using following software,

    1. WINCE 6.0 (R1, R2, R3 and platform builder) from MSDN

    2. DSP\BIOS 5.33.05

    3. CG_Tool Ver 6.1.14

    4. Active Perl

    5. DSPLink

    6. OMAP-L138_Win CE6.0 Source BSP from Adeono

    I followed all the instructions as per "InstallGuide_WinCE_OMAPL138.pdf", but still I am facing errors in VS-2005.

    The snapshot of log is as under:

    Its urgent, I have been posting it for quite some time,

    do suggest where I am wrong.

    thanks