Gurus,
I've built cross toolchain (on Linux) with binutils-2.18 and gcc-4.3.3 as described.
Building chdk for ixus980, I now get the failure that the processor would not support the "BLX R12" assembly instruction (in boot.c).
Is passing mcpu=arm946e-s -mfpu=fpa the right remedy? As I don't know the hardware, I'm especially doubtful on -mfpu=fpa ... Does the processor have an FPU? If so, shouldn't it be an vfp9?