Dear CCS community,
I am working on linux user application for Sitara AM335x processors and I am using external compiler arm-linux-gnueabihf-gcc (Linaro GCC 4.9-2015.05) 4.9.3 20150413 which was provided with mainline linux sdk from TI.
I would like to involve NEON intrinsics.
Here are copilation flags -O3 -time -g3 -Wall -c -mcpu=cortex-a8 -mfloat-abi=hard -mfpu=neon.
My code compiles but I still get semantic errors e.g. "Type int16x4_t could not be resolved".
Any ideas?
Best regards,
Ilja.