Updated Support for AArch64 (markdown)

JayDDee
2023-10-29 00:54:56 -04:00
parent bd66a422d5
commit 8f7b769f09

@@ -22,7 +22,12 @@ Development environment:
* Ubuntu Mate 22.04 Raspberry Pi image * Ubuntu Mate 22.04 Raspberry Pi image
* GCC-11.4 * GCC-11.4
Follow normal Linux build procedure but add "-flax-vector-conversions" to CFLAGS. The compiler will remind you if you forget. Compile with:
`$ ./arm-build-sh`
The only change from build.sh is the addition of "-flax-vector-conversions" to CFLAGS. The compiler will remind you if you forget.
Specific achitectures and features can be compiled using examples in armbuild-all.sh.
The miner compiles and runs on Raspberry Pi 4B, and compiles for all version of armv8 with our without AES or SHA2 or both. The miner compiles and runs on Raspberry Pi 4B, and compiles for all version of armv8 with our without AES or SHA2 or both.