-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing build instructions for MacOS running MacPorts in README.md
#1332
Comments
Sorry for not responding earlier. Please go ahead and file a PR to adjust the MacOS build instructions as needed. |
Unfortunately it seems like none of the active contributors here have access to macOS hardware (Intel or Arm based) in order to analyse/investigate such issues. Until somebody with access to and knowledge of these platforms steps up to help macOS issues will remain in abeyance. In this case the issue was not followed through with a PR to address the specific issue in question. But even such issues seem piecemeal and ideally it would be better if somebody took a systematic approach to teasing out and explaining all of the issues with building the I am inclined to close this issue due to lack of activity and, in particular, the contribution of a suitable PR. |
The
README.md
file is missing instructions for building on a MacPorts MacOS system. These would be:To fetch required dependencies:
Before running
./configure
:I have added
gmake
to the install list because when building the Linux toolchaingglibc
complains that the systemmake
is too old:Maybe this issue also happens when building from Homebrew but I cannot test it.
I have tested these building both the Newlib and Linux toolchains on a MacOS 12.6.8 host.
I have added these changes to the
README.md
file here. If it looks OK I can submit a PR.The text was updated successfully, but these errors were encountered: