Hi after 1.5 hours make operation i get this error. What can i do?
Thanks
Checking dependencies for mtdutils-1.0.0 Compiling and installing mtdutils-1.0.0... Checking dependencies for psplash Compiling and installing psplash... Checking dependencies for sysvinit Compiling and installing sysvinit... Entering /home/calypso/DM365SDK844703/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_2_10_01 Checking dependencies for xdctools_3_15_01 Compiling and installing xdctools_3_15_01... Compiling and installing dvsdk_2_10_01... Checking dependencies for gst-dmai-plugins Compiling and installing gst-dmai-plugins... Checking out the code from subversion...Error validating server certificate for 'https://gstreamer.ti.com:443': - The certificate is not issued by a trusted authority. Use the fingerprint to validate the certificate manually!Certificate information: - Hostname: gforge.ti.com - Valid: from Mon, 26 Jul 2010 13:37:21 GMT until Sat, 20 Jul 2013 21:46:26 GMT - Issuer: 07969287, http://certificates.godaddy.com/repository, GoDaddy.com, Inc., Scottsdale, Arizona, US - Fingerprint: a5:81:d1:5d:63:99:14:80:4c:1c:d7:3f:46:38:af:88:da:f4:84:02(R)eject, accept (t)emporarily or accept (p)ermanently? svn: OPTIONS of 'https://gstreamer.ti.com/svn/gstreamer_ti/branches/BRANCH_DDOMPE/gstreamer_ti/ti_build/ticodecplugin': Server certificate verification failed: issuer is not trusted (https://gstreamer.ti.com)make[3]: *** [src] Error 1Error building gst-dmai-pluginsmake[2]: *** [dependency_build] Error 1make[1]: *** [proprietary_src_build] Error 1make: *** [fs_build] Error 2calypso@calypso-desktop:~/DM365SDK844703$
you can use RidgeRun beta release 844703 with DM365
[SOLVED] it. My own bug.
My path was set to build the TI Davinci evm software.
After I reset my path to my usual "plain" path and ran "make env" , I got to the kernel configuration menu.
# first, set your default path to something generic
export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
# then execute
make env
Thanks, anyway. Hope this helps the next guy.
Wes
This is the 3rd time this error has been posted. Did you first check other postings to see if there answer is available?
I get very confused i bought leopard board dm365 3 days ago. Still i can not run development sdk. Which sdk should i download LeopardBoard DM365 or DM365 EVM or LeopardBoard DM355 from ridgerun website? When i read Installing RR Evaluation SDK for Leopard Board DM365 manual Why it shows DM355SDK786811 instead of DM365? Should i download leopardboard dm355 SDK to use with DM365?
( ~/DM355SDK786811$)
Hi,
I have downloaded EVAL SDK for DM365 leopardboard. I tried to compile SDK on ubuntu 10.04 and getting following error:
The system is ubuntu-10.04 running in a 32 bit architecture
SYSID: ubuntu-10.04_32
Checking for host packages required by the SDK build system:
buildsystem (build-essential) is installed
make (make) is installed
ncurses (libncurses5-dev) is installed
texinfo (texinfo) is installed
minicom (minicom) is installed
perl (perl) is installed
quilt (quilt) is installed
dc (dc) is installed
subversion (subversion) is installed
curl (curl) is installed
libusb (libusb-dev) is installed
perl-expect (libexpect-perl) is installed
mono (mono-devel) is installed
Running initial configuration to load default values...
Ridgerun Linux SDK
Board configuration: Leopard Board DM365
Processing toolchain...
Processing kernel...
Switching to kernel patchset: leopard-kernel-2.6.32
Now in patchset: leopard-kernel-2.6.32
Applying quilt patches to the kernel linux-2.6.32...
Usage: quilt [--trace[=verbose]] [--quiltrc=XX] command [-h] ...
quilt --version
Commands are:
Global options:
--trace
Runs the command in bash trace mode (-x). For internal debugging.
--quiltrc file
Use the specified configuration file instead of ~/.quiltrc (or
/etc/quilt.quiltrc if ~/.quiltrc does not exist). See the pdf
documentation for details about its possible contents.
--version
Print the version number and exit immediately.
make[2]: *** [patches] Error 255
make[1]: *** [kernel_preconfig] Error 2
make: *** [.oscheck] Error 2
I have not modified anything in the SDK. Steps I followed were:
1) Downloaded EVAL SDK
2) make (from the terminal)
3) It gave me error:
There are missing packages, please install them:
apt-get install curl mono-devel
4) I installed curl and mono package
5) make (which gives above error log)
Can anyone please tell me what is wrong here?
--
Regards,
Krunal
Hi Krunal,
I installed the SDK in another out of the box fresh install of Ubuntu 10.4 and built fine. Looks like either your SDK didn't download completely or your quilt program is somehow different.
Can you try running "make VERBOSE=1" and post the log.
Diego
Diego,
Kruna
I am having exactly the same problem as Kruna. Below are the results of running "make VERBOSE=1 config".
Is it possible the version of quilt I just downloaded (0.42) has a different syntax that is given in the make file? Ot that it won't work without a config file?
Thanks,
Wesley
==========================================================
trunk$ make VERBOSE=1 config
if [ -d toolchain ] ; then echo -e "\040" "Processing toolchain..."; export PATH="/opt/arm-linux-gnueabi"/bin:$PATH ; make -C toolchain preconfig DEVDIR=/home/armdev/Leopard/sdk/trunk TABINDEX="\040\040\040" ; fi
make[1]: Entering directory `/home/armdev/Leopard/sdk/trunk/toolchain'
make[1]: Leaving directory `/home/armdev/Leopard/sdk/trunk/toolchain'
if [ -d kernel ] ; then echo -e "\040" "Processing kernel..."; export PATH="/opt/arm-linux-gnueabi"/bin:$PATH ; make -C kernel preconfig DEVDIR=/home/armdev/Leopard/sdk/trunk TABINDEX="\040\040\040" ; fi
make[1]: Entering directory `/home/armdev/Leopard/sdk/trunk/kernel'
# Appling quilt patches to the kernel...
if ! test /home/armdev/Leopard/sdk/trunk/bsp/mach/leopard-kernel-2.6.32 -ef linux-2.6.32/patches ; then \
echo -e "\040\040\040" Switching to kernel patchset: leopard-kernel-2.6.32 ; \
cd linux-2.6.32 ; \
if [ -d patches ] ; then \
test -d .pc && echo -e "\040\040\040" " Removing previous patches..." && \
quilt pop -a -q ; \
mv patches patches.orig; \
fi ; \
test -L patches && rm patches ; \
ln -s /home/armdev/Leopard/sdk/trunk/bsp/mach/leopard-kernel-2.6.32 patches; \
echo -e "\040\040\040" Now in patchset: leopard-kernel-2.6.32 ; \
fi
cd linux-2.6.32; \
if [ ! -L include/asm ] ; then \
ln -s asm-arm include/asm ; \
if [ -d patches ] && \
[ ! -f .pc/applied-patches ] ; then \
echo -e "\040\040\040" "Applying quilt patches to the kernel linux-2.6.32..." ;\
echo -e "\040\040\040" ; \
quilt push -a -q || exit -1; \
fi; \
make[1]: *** [patches] Error 255
make[1]: Leaving directory `/home/armdev/Leopard/sdk/trunk/kernel'
make: *** [kernel_preconfig] Error 2
Hi i m having this error while executing the make command... Kindly suggest a way out...
sbin/ldconfig.real: Can't open cache file /var/cache/ldconfig/aux-cache: No such file or directorymake[1]: *** [build] Error 1make: *** [fs_build] Error 2
Thanks in advance...