[snip]
Plugin analogtv:
[snip]
cpu_accel.c: In function Ă¢uint32_t mm_accel()': cpu_accel.c:76: error: can't find a register in class 'BREG' while reloading 'asm'
[snip]
Any ideas?
Forcing that file to be compiled with -Os instead of -O2 should work.
Nope - still have the same problem with cpu_accel.c
g++ -fPIC -g -Os -Wall -Woverloaded-virtual -c -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"analogtv"' -DHAVE_FAST_MEMCPY -DNEED_OWN_SIP -I../../../include cpu_accel.c cpu_accel.c: In function 'uint32_t mm_accel()': cpu_accel.c:76: error: can't find a register in class 'BREG' while reloading 'asm' cpu_accel.c:81: error: can't find a register in class 'BREG' while reloading 'asm' cpu_accel.c:87: error: can't find a register in class 'BREG' while reloading 'asm' cpu_accel.c:98: error: can't find a register in class 'BREG' while reloading 'asm' cpu_accel.c:102: error: can't find a register in class 'BREG' while reloading 'asm'
Any other ideas???