Thank you.
I have set these flags -mcpu=cortex-a8 -mfloat-abi=hard -mfpu=neon -H in CMake project settings in CFLAG and CXXFLAGS fields, but I got the same error as I do not believe that the compiler ‘sees’ these flags.
Is there a way to see what flags are applied when the compiler is trying to produce the .o file and the executable ?
Eli