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.

Problem in Building SDK



 

Hi,

I am trying to build and configure RidgeRun-SDK-DM8168Z3-EVAL2011Q2 (developed for Z3's DM8168 RPS board) on my UBUNTU 10.04 virtual machine following the SDK training videos provided by RidgeRun. When i run the "make" command the process halts at the step of compiling  gst-openmax-dm81xx and gives the following error:

Compiling and installing gst-openmax-dm81xx...

make[3]: *** [configured] Error 1

Error building gst-openmax-dm81xx

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

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

make: *** [fs_build] Error 2

I ran the "make VERBOSE=1" command and the last few lines of the output are:

Configure: WARNING: If you wanted to set the --build type, don't use --host.

If a cross compiler is detected then cross compile mode will be used.

configure: loading site script /home/aero/RidgeRun-SDK-DM8168Z3-EVAL2011Q2/fs/config.site

configure: error: cannot find install-sh, install.sh, or shtool in build-aux "../src"/build-aux

make[3]: *** [configured] Error 1

make[3]: Leaving directory `/home/aero/RidgeRun-SDK-DM8168Z3-EVAL2011Q2/proprietary/gst-openmax-dm81xx'

Error building gst-openmax-dm81xx

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

make[2]: Leaving directory `/home/aero/RidgeRun-SDK-DM8168Z3-EVAL2011Q2/proprietary'

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

make[1]: Leaving directory `/home/aero/RidgeRun-SDK-DM8168Z3-EVAL2011Q2/fs'

make: *** [fs_build] Error 2

It can be noticed that there is no install.sh or install-sh file or shtool in build-aux for gst-openmax-dm81xx. How can the error be resolved?

Does anybody know the link for "gst-openmax-dm81xx" so that i can try installing it manually. Thanks in advance.

Regards,

Easl Khn