Am 16.07.2014 05:04, schrieb:
first: a missing subject is rude and deserves no answer
> Hello sir!This is the error in config.log.What wrong with '-mcpu='?
it is mentioned in the message
* it is deprecated and you should use -mtune
* missing argument to '-mcpu=' clearly says no value provided for the param
> heck_cpp_condition stddef.h defined __ARM_ARCH_8A__ || defined
> __TARGET_ARCH_8_A -mcpu=
> check_cpp -mcpu=
> BEGIN /tmp/ffconf.ZH2Liqwh.c
> 1 #include <stddef.h>
> 2 #if !(defined __ARM_ARCH_8A__ || defined __TARGET_ARCH_8_A)
> 3 #error "unsatisfied condition: defined __ARM_ARCH_8A__ || defined
> __TARGET_ARCH_8_A"
> 4 #endif
> END /tmp/ffconf.ZH2Liqwh.c
> gcc -mcpu= -E -o /tmp/ffconf.w8tRgw1E.o /tmp/ffconf.ZH2Liqwh.c
> gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
> gcc: error: missing argument to '-mcpu='
> check_ld cc
> check_cc
> BEGIN /tmp/ffconf.ZH2Liqwh.c
> 1 int main(void){ return 0; }
> END /tmp/ffconf.ZH2Liqwh.c
> gcc -mcpu= -c -o /tmp/ffconf.w8tRgw1E.o /tmp/ffconf.ZH2Liqwh.c
> gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
> gcc: error: missing argument to '-mcpu='
> C compiler test failed.
this is seriously the only information you provide?
* nobody knows your environment
* nobody knows your configure string
* nobody knows the version you try to build
come back after you finished read the following link
http://www.catb.org/esr/faqs/smart-questions.html#beprecise
signature.asc
Description: OpenPGP digital signature
_______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
