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.

DVSDK 4 Installation Issue

Hi all,

I just downloaded and installed the dvsdk 4. But after install, I looked at the directory and the docs folder is empty so there is no sdg. Also, I tried to run make for dvsdk examples but it says there is no Rules.make file at dvsdk root directory and I checked the directory and there is no such file.

If you can help, I would be very pleased.

Thanks,

Fatih

  • Hi all,

    I still couldnt find a solution and looking for help.

    Also, if a moderator reads this, can you please move this to linux forum so maybe I can find an answer there.

    Regards,

    Fatih

  • Hello

    What is exactly the directory you were supposed to find? I think I have quite a similar problem on one of my computer. I run the installer, fill in the path for the toolchain and can not find the setup.sh script in the ti-dvsdk-omap3530 directory whereas I succeed a proper installation a week ago...

  • Still have the problem, it's very weird, as normal user, it creates a directory called ti-dvsdk-omap...., as a sudo it creates the directory in /usr/local/dvsdk but nothing more that an other directory called install-tools inside.

    Does someone has an idea on what is missing on a fresh install of lucid?

  • I have same problem. Few days ego I removed my DVSDK 4(dvsdk_4_01_00_009) and when  install it again, in dvsdk directory there's no Make file, Rules file and setup.sh file .  I try instal dvsdk_4_02_00_06 but there is the  same problem with one exception - there is setup.sh file in dvdsk directory. I cant finde source of this problem. Maybe someone could put there content o this three files so that we could recover our files.

  • Hi,

    From what I see, I'm guessing that the installer has crashed. This could be due a lack of Hard Disk space or lesser memory. Also, is this on a 64bit machine or a 32 bit machine?

    --Sid

  • Hi Thanks for reply nad You were right it was caused lack of hard disk space. But there is something weird. DVSDK is installed in my home directory, where I have a lot of free space, but lack of HD space was pointed in my root folder. Maby DVSDK installator creates temporary files in root folder during installation process. When i made some free space in root folder everything was installed properly.
  • Same problem for me as Jeremie, both in usr/local/ and in my home directory. My computer is running Ubuntu 10.04 LTS in 32bits on a Intel Quad Core CPU with enough disk space for both /home and /root folder with around 50Gb for each.

    Thanks in advance for any people answer!

    BR,

    Térence

  • When trying to install the DVSDK 4 in console mode by writing the command: ./dvsdk_omapl138-evm_4_02_00_06_setuplinux --mode console into a terminal, the installer prompt me that fakeroot was not installed on my computer (which it doesn't display to me in graphical installation mode).

    So a little: sudo apt-get install fakeroot into a terminal to install the fakeroot and that's it!

    Now the DVDSDK 4.0 install correctly in console mode as well as in graphical mode!

    Hope this trick can help someone ;o)