This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

NEON intrinsics CCS semantic errors.

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.