Helium and arm-none-eabi-gcc version 13.2.1 and 13.3.1 #56
ilyesgouta
started this conversation in
General
Replies: 1 comment 9 replies
-
Hi, I tried with the latest 13.3.rel1 release from Arm and I'm still getting the error below when building the library:
Error: bad element type for instruction -- `vstrb.u16 q7,[r1],#8 Any thoughts on how to fix this? Regards, |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm using arm-none-eabi-gcc version 13.2.1 20231009 (Arm GNU Toolchain 13.2.rel1 (Build arm-13.7)) to build Arm2D library through CMake and I'm getting the warning below during the build:
81 | # pragma GCC warning "GCC only has basic support for Helium and its
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
82 | performance might highly like disappoint you,You can define a macro
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
83 | ARM_2D_SUPPRESS_GCC_HELIUM_PERFORMANCE_WARNING to suppress this warning."
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Is this warning still actual with the GCC 13.2.1 release from Arm?
If yes, then what would be the better compiler (and version) to build Arm2D?
Regards,
Ilyes
Beta Was this translation helpful? Give feedback.
All reactions