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

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -