Problem as cross compile vlc-1.1.4 to MIPS
Posted: 22 Oct 2010 08:01
i want to corss compile vlc-1.1.4 to a MIPS platform, i can configure and make the source successfully,
but there is no lib*.so file generated in the modules directory, many *.la and *.lo files generated in the modules directory.
and then i execute "make install", the error message display as follow:
make[5]: Entering directory `/home/smp2/vlc/vlc-1.1.4/modules'
if test -z ""; then \
../bin/vlc-cache-gen "/usr/lib/vlc/plugins" ; \
else \
echo "Staged installation: cache generation skipped!" ; \
fi
/bin/bash: line 1: ../bin/vlc-cache-gen: cannot execute binary file
make[5]: *** [install-exec-hook] Error 126
make[5]: Leaving directory `/home/smp2/vlc/vlc-1.1.4/modules'
make[4]: *** [install-exec-am] Error 2
make[4]: Leaving directory `/home/smp2/vlc/vlc-1.1.4/modules'
make[3]: *** [install-am] Error 2
make[3]: Leaving directory `/home/smp2/vlc/vlc-1.1.4/modules'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/home/smp2/vlc/vlc-1.1.4/modules'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/smp2/vlc/vlc-1.1.4'
make: *** [install] Error 2
i don't know the reason and how to do, please somebody help me !
thanks!!!
but there is no lib*.so file generated in the modules directory, many *.la and *.lo files generated in the modules directory.
and then i execute "make install", the error message display as follow:
make[5]: Entering directory `/home/smp2/vlc/vlc-1.1.4/modules'
if test -z ""; then \
../bin/vlc-cache-gen "/usr/lib/vlc/plugins" ; \
else \
echo "Staged installation: cache generation skipped!" ; \
fi
/bin/bash: line 1: ../bin/vlc-cache-gen: cannot execute binary file
make[5]: *** [install-exec-hook] Error 126
make[5]: Leaving directory `/home/smp2/vlc/vlc-1.1.4/modules'
make[4]: *** [install-exec-am] Error 2
make[4]: Leaving directory `/home/smp2/vlc/vlc-1.1.4/modules'
make[3]: *** [install-am] Error 2
make[3]: Leaving directory `/home/smp2/vlc/vlc-1.1.4/modules'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/home/smp2/vlc/vlc-1.1.4/modules'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/smp2/vlc/vlc-1.1.4'
make: *** [install] Error 2
i don't know the reason and how to do, please somebody help me !
thanks!!!