You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my case, on Raspberry OS Lite 32bit, it automatically wrongly detects the aarch64 architecture (it is an armhf) caused by the CMAKE_SYSTEM_PROCESSOR value. I have partially solved by forcing the _ARCH variable of the CMakeLists.txt to arm32 before the if (MSVC) line:
Im attempting to build on raspbian bullseye (both 32/64 versions have been tried)
Trying to build on a raspberry pi 4 triggers a bunch of assembly errors:
The text was updated successfully, but these errors were encountered: