hi pals,
I have successfully compile VLC-1.0.1 and run on ubuntu-0.94.
Now I want to crosscompile vlc-1.0.1 on arm.
I think I can do it like on ubuntu, but I must compile tools(such as automake autoconfig libtool etc.) and shared library the VLC must used(such as libSDL libavcodec etc.)
by the way, I saw a document about crosscompile for Arm linux. the steps like I told
Files needed
binutils-2.11.2.tar.gz
linux-2.4.19.tar.bz2
patch-2.4.19-rmk4.bz2
gcc-2.95.3.tar.gz
gcc-2.95.3.diff.bz2
gcc-2.95.3.diffbis.bz2 - [File hard to find, Please post link to file]
gcc-2.95.3.diff2
glibc-2.2.5.tar.gz
glibc-linuxthreads-2.2.5.tar.gz
SDL-1.2.5.tar.gz
glib-1.2.10.tar.gz
ffmpeg.tar.gz
mad-0.14.2b.tar.gz
flac-1.1.0.tar.gz
libdvbpsi-0.1.2.tar.gz
a52dec-0.7.4.tar.gz
I doubt that it don't compile the libtool autoconfig automake tools, it can successfully when crosscompile vlc?
right? if all of this is done, can I successfully crosscompile VLC to arm? Anyone have done this before, maybe you can give me some suggestion? Thanks a lot.