2024-05-19 04:38 PM
Hello all,
I am trying to compile STM32G4xx_HAL_Driver using gcc toolchain in Alpine. I am using the cmakelist template from cmake community, below is the link:
CMakeLists.txt file for STM32 project setup compilation using VS code - Code - CMake Discourse
The compiling failed at: libraries/CMSIS/Include/cmsis_gcc.h:935: Error: no such instruction: `isb 0xF'.
The code is inline assambly:
2024-05-22 11:02 PM
After I installed newlib in Alpine docker, the problem has gone.