Page 1 of 1

asm error when building VLC

Posted: 03 Oct 2012 00:56
by cozydroid
Hey there,

I'm trying to build the VLC fro android (as explained in the wiki), but it fails prompting the next error:

Code: Select all

make[1]: Entering directory `/home/user/dev/vlc-android/vlc/contrib/android/ffmpeg' make[1]: Leaving directory `/home/user/dev/vlc-android/vlc/contrib/android/ffmpeg' make[1]: Entering directory `/home/user/dev/vlc-android/vlc/contrib/android/ffmpeg' INSTALL libavformat/libavformat.a AS libavresample/arm/audio_convert_neon.o ./libavutil/arm/asm.S: Assembler messages: ./libavutil/arm/asm.S:55: Error: expected <tag> , <value> make[1]: *** [libavresample/arm/audio_convert_neon.o] Error 1 make[1]: Leaving directory `/home/user/dev/vlc-android/vlc/contrib/android/ffmpeg' make: *** [.ffmpeg] Error 2 user@computer:~/dev/vlc-android (master)$
I've googled, but I haven't found anything interesting. I'm using the android-ndk-r8. Has anyone experienced the same issue? Any suggestion?

Cheers,

Re: asm error when building VLC

Posted: 03 Oct 2012 16:53
by Jean-Baptiste Kempf
What do you have at that line?

Re: asm error when building VLC

Posted: 03 Oct 2012 21:34
by cozydroid
At that line you can find this:

ELF .eabi_attribute Tag_ABI_align_preserved, 1

Apparently that was added yesterday: http://permalink.gmane.org/gmane.comp.v ... evel/35691

I just commented out that line, and I was able to build without problems.

Re: asm error when building VLC

Posted: 03 Oct 2012 22:49
by Jean-Baptiste Kempf
It was changed later on. Please update.