Replies: 1 comment
-
There is a patched binary of fpc 3.3.1 FreeBSD AARCH64 ( with the right linker and do brandelf -t freebsd at end of compilation). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
There is a new target for MSEgui: FreeBSD on AARCH64 cpu, (Rpi 3b and >).
A binary of MSEide was added in https://github.com/mse-org/mseide-msegui/releases/tag/5.10.0
Note that compilation for FreeBSD on AARCH64 is enabled only with last fpc 3.3.1.
Also, after compilation of a project, you need to "brandelf" the binary with this:
> brandelf -t freebsd yourapp
Beta Was this translation helpful? Give feedback.
All reactions