Page 1 of 1

error: expected compatible register, symbol or integer in range [0, 4095]

Posted: 10 Dec 2016 02:36
by rowa
When I compile the recent source code of MobileVLCKit, the command line returns an error:

Code: Select all

License: LGPL version 2.1 or later Creating configuration files ... config.h is unchanged libavutil/avconfig.h is unchanged libavcodec/bsf_list.c is unchanged libavformat/protocol_list.c is unchanged cd ffmpeg && /Applications/Xcode.app/Contents/Developer/usr/bin/make install-libs install-headers AS libavcodec/aarch64/vp9itxfm_neon.o INSTALL libavformat/libavformat.a CC libavcodec/ac3tab.o <instantiation>:8:23: error: expected compatible register, symbol or integer in range [0, 4095] add x12, x12, min_eob_idct_idct_32+2+(0)@PAGEOFF ^ /var/folders/_y/xlgjfxd10w3g8sr0b7mdsvy40000gn/T/vp9itxfm_neon-c302a0.s:1254:9: note: while in macro instantiation movrel x12, min_eob_idct_idct_32 + 2 ^ make[1]: *** [libavcodec/aarch64/vp9itxfm_neon.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [.ffmpeg] Error 2
Is anyone help me to resolve this issuse? thank you very much!

Re: error: expected compatible register, symbol or integer in range [0, 4095]

Posted: 10 Dec 2016 16:53
by ssbmaccom
what target are you building?
tvOS, iOS?

I try with tvOS and see many other issues ;-)