Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Testing indicated that the arm-linux-gnueabihf-gcc compiler was emitting a binary that used thumb2 directives that are illegal on raspberry pi. Using the arm-linux-gnueabi-gcc compiler appears to fix the issue. Added march directive to target v7.
- Loading branch information