Archiv > Raspberry PI

Plugin fail

(1/1)

eyeamok:
I am trying to build "unnamed" plugin for rpi and I get this failure--

crypto.c:91:2: warning: #warning ** openssl lacks IDEA support. Using deprecated static support code. Update your openssl package. [-Wcpp]
cc1plus: error: unrecognized command line option â-mmmxâ
cc1plus: error: unrecognized command line option â-msseâ
cc1plus: error: unrecognized command line option â-msse2â
cc1plus: error: bad value (native) for -march switch
make[5]: *** [FFdecsa.o] Error 1
make[4]: *** [FFdecsa/FFdecsa.o] Error 2

Is there a way to fix?? have tried and failed??
Anyone??
Many thanks.

clausmuus:
Hi,

you must update the makefile of the Plugin an remove the "-mmmx", "-msse" and "-msse2" options. Also you should remove the "-march ..." switch.

Claus

eyeamok:
Thanks much, that worked after I changed Parallel to parallel 128 char, I was looking in dvbapi makefile which worked and that is the setting it uses. It failed on 64mmx.

Thank You

Navigation

[0] Message Index

Go to full version