arm - linaro/gcc-aarch64-none-elf/4.9-2015.03 issue with NEON -
i'm compiling arm code doesn't support neon, i'm getting exception, because 1 of c-library "printf" trying access neon register q0 "str q0, [x29,#112]".
i used lot of options in order prevent compiler calling neon registers, seems issue not obvious. used : -march=armv8-a+nofp, -mgeneral-regs-only, -mcpu=cortex-a53+nofp...
any idea on how deal that?
Comments
Post a Comment