gl wrote:
Daily 20060212:
I've just enabled a logf build (only option chosen). Now when I
compile, I get this error:
CC dsp.c
dsp.c: In function `apply_crossfeed':
dsp.c:487: error: can't find a register in class `ADDR_REGS' while
reloading `as
m'
make[1]: ***
[/cygdrive/n/_projects/rockbox/rockbox-daily-20060212/_out/apps/dsp
.o] Error 1
make: *** [all] Error 2
The problem goes away when I configure to a Normal build again.
--
gl
Known problem... edit the apps/dsp.c file to use the C version of
apply_crossfeed(), not the assembly optimized one (play a little with
the #ifs)