Forums

[SOLVED] Error: Dvsdk is currently on use by another RidgeRun SDK

  • Hi there,

    I am having difficulty in running the make command. 

    Everything goes well and when I execute:

    make config

    I can easily configure everything.

    But when I execute

    make

    after compiling most dependencies and libraries, in the final step it stops with this error:

    Found a dvsdk on /home/moza/ti-dvsdk_dm365-evm_4_02_00_06, but is currently on use by another RidgeRun SDK at path:

    Does anyone know of any solution?

    Thanks in advance

    Moza


    Here is the last few lines of the terminal:

     

    Entering /home/moza/LeoSDK/toolchain...

          Build complete

        Entering arch...

          Checking dependencies for base

          Compiling and installing base...

        Entering mach...

          Checking dependencies for base

          Compiling and installing base...

        Entering proprietary_src...

          Checking dependencies for dvsdk-4_02_00_06

          Compiling and installing dvsdk-4_02_00_06...

            Error: Found a dvsdk on /home/moza/ti-dvsdk_dm365-evm_4_02_00_06, but is currently on use by another RidgeRun SDK at path:

              /home/moza/LeoSDK


    make[3]: *** [dvsdk/rrsdk_path] Error 255

    Error building dvsdk-4_02_00_06

    make[2]: *** [dependency_build] Error 1

    make[1]: *** [proprietary_src_build] Error 1

    make: *** [fs_build] Error 2


     

     

  • I even tried removing rrsdk_path in ti-dvsdk_dm365-evm_4_02_00_06.

    after issuing make command again, I get this error:


     Checking dependencies for dvsdk-4_02_00_06

     Compiling and installing dvsdk-4_02_00_06...

    Merging arch patches into the series...

       Applying quilt patches

    Applying patch arch/basic-rrsdk-integration.patch

    patching file dvsdk/Makefile

    Hunk #1 FAILED at 1.

    1 out of 1 hunk FAILED -- rejects in file dvsdk/Makefile

    Patch arch/basic-rrsdk-integration.patch does not apply (enforce with -f)

    Failed to apply patches  

    make[1]: *** [rrsdk_patched] Error 255

    Error building dvsdk-4_02_00_06

    make: *** [dependency_build] Error 1

  • Hi,

    The information at the SDK FAQ may help you:

    www.ridgerun.com/.../RidgeRun_SDK_Technical_FAQ

    Thank you

    Carlos Aguero
    Embedded Software Engineer
    RidgeRun

  • Thanks Carlos for the response.

    I managed to solve the problem in a different way.

    I Installed the DVSDK in the same directory again and everything works well after that.

    Thanks again