gcc and cmsis-dsp for helium ra8d1

I wanted to work with some examples for Helium so I created the project for ek-ra8d1 with gcc compiler, included cmsis-dsp library.

Added #include <arm_mve.h>, <arm_math_types.h>, "arm_math.h"

and I received errors Type 'uint32x4_t' could not be resolved, etc.

Does it mean that we cannot use DSP library for Helium with gcc?

When I used llvm compiler I didn't have these errors.

Jan

Parents Reply Children