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.

Problems building the sources with DSP/BIOS LINK

Other Parts Discussed in Thread: OMAP3530

Hi guys!!

I have configured the environment in order to build the sources DSPLINK for GPP and DSP-side. There are errors when I try to do "make" in a prompt of Linux. I show the answer below:

Building kernel side code using kbuild
make PROFILE=DEBUG -C /home/user/omap3530/AM35x-OMAP35x-PSP-SDK-03.00.00.05/src/kernel/linux-03.00.00.05 SUBDIRS=/home/user/dsplink/gpp/src ARCH=arm CROSS_COMPILE=/home/user/toolchains/git/arm-2009q1-203/bin/arm-none-linux-gnueabi- modules
make: *** /home/user/omap3530/AM35x-OMAP35x-PSP-SDK-03.00.00.05/src/kernel/linux-03.00.00.05: No existe el fichero o el directorio.  Alto.
make: *** [debug] Error 2

The paths have been changed and revised but there are some changes that not applied...I have doutbs about that where is the problem...Any suggestion??

Thanks in advance. Regards.

Óscar

 

 

 

 

 

  • What version of DSPLINK are you trying to build ?

  • The version of dsplink is 1.65.00.03. It is the name of main folder where are the diferent sub-folders. I hope that it can help you!!Thank in advance

    Regards

    Óscar

  • Oscar Herranz said:
    make PROFILE=DEBUG -C /home/user/omap3530/AM35x-OMAP35x-PSP-SDK-03.00.00.05/src/kernel/linux-03.00.00.05 SUBDIRS=/home/user/dsplink/gpp/src ARCH=arm CROSS_COMPILE=/home/user/toolchains/git/arm-2009q1-203/bin/arm-none-linux-gnueabi- modules
    make: *** /home/user/omap3530/AM35x-OMAP35x-PSP-SDK-03.00.00.05/src/kernel/linux-03.00.00.05: No existe el fichero o el directorio.  Alto.
    make: *** [debug] Error 2

    On the surface, this error is simply stating that the Linux directory to which you point the build doesn't exist.  Does the directory
        /home/user/omap3530/AM35x-OMAP35x-PSP-SDK-03.00.00.05/src/kernel/linux-03.00.00.05
    exist?

    If not, then you need to find the location of your kernel source tree and point the DSPLINK build to that one.

    Regards,

    - Rob

  • Thanks for you answer!! The location of this path was in the rules.mk file so that solved problem, but i keep having some doubts.I am using CCSv5, the last available version, and I think that all process about how build and configure the environment and the sources could make of other mode through CCSv5. I say this because CCSv5 installed  in his root directory tools like DSPBios, DSPLink with diferent versions by default so that I wonder if there is a other mode in order to build the applications for DSP and GPP using the software of TI. In my lab, we have been working with the common method (DSPLink make system customization, setup the build environment and configuration and lastly build the sources) but with lower versions of CCS (3.3) , other OS (Windows) and through command line. Now, with CCSv5, the OS is Linux for DSP and GPP and, although the common procedure will work (I hope so!), I think that can exit other methods that using the CCSv5 help to simplify the process. I hope that understand my suggestion!! Thanks in advance!!

    Regards

    Óscar

     

  • Any suggestion guys!!! Thanks in advance

    Óscar