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
For now as the Application notes states only the LLVM -
https://www.renesas.com/en/document/apn/high-performance-ra8-mcu-using-arm-cortex-m85-core-helium?r=25456556
You might be interested in this also: community.arm.com/.../which-toolchain-should-i-use-for-helium
Thank you
This is not a build error, because the build completes fine on my side. It seems related to a missing include path.
However using LLVM over GCC is highly recommended for reasons explained on the above link.