Open GoogleCodeExporter opened 9 years ago
Alright... I noticed that Padavan changed the source of libdisk, so I tried it
today again and it compiled. Gcc 4.8.2 works now! Thanks Andy! Спасибо :)
Original comment by moonman...@gmail.com
on 29 Apr 2014 at 10:30
BTW the main reason for me trying to get it to work was the new optimizations,
specifically:
- GCC now generates better DSP code for MIPS 74k cores thanks to further
scheduling optimizations.
It might be the placebo effect, but the f/w does seem a little snappier.
Original comment by moonman...@gmail.com
on 29 Apr 2014 at 10:33
Just some info for anyone trying to accomplish the same:
Kernel needs patching. I found the patch for 3.5 which works for 3.4. I had to
create a similar patch for 3.0 myself. Both are located here:
https://github.com/moonman/rt-n56u/tree/master/trunk/patches
Patches for gcc are located here:
https://github.com/moonman/rt-n56u/tree/master/toolchain-rt3883/src/mipsel-linux
-uclibc-toolchain/patches
I left CFLAGS += -fno-aggressive-loop-optimizations commented because without
it there is more optimization by gcc and in my testing I didn't notice any
breakage.
Original comment by moonman...@gmail.com
on 1 May 2014 at 4:33
Original issue reported on code.google.com by
moonman...@gmail.com
on 4 Apr 2014 at 11:20