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
I'm trying to get it working on my raspberry pi. It compiles just fine on raspian but immediately seg faults when I run the code. Not sure if it's the difference in architecture or what but it doesn't work.
The text was updated successfully, but these errors were encountered:
It has been about 8 years since I have compiled C++ code for Raspbrerry PI. It requires setting a few compiler flags to prevent illegal instruction errors. "march" and "mcpu" flags need to be set. It also uses hard floating point.
I'm trying to get it working on my raspberry pi. It compiles just fine on raspian but immediately seg faults when I run the code. Not sure if it's the difference in architecture or what but it doesn't work.
The text was updated successfully, but these errors were encountered: