Skip to content

Update instructions for Apple Silicon macs #61

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

fredsa
Copy link
Contributor

@fredsa fredsa commented Jun 23, 2025

Partially addresses outdated instructions mentioned in #58

@fredsa
Copy link
Contributor Author

fredsa commented Jun 23, 2025

To note, I'm not sure what the 7800 steps are, so those would need to be added to README-macos.md.

Would appreciate some help with those.

I got as far as:

git clone git@github.com:7800-devtools/7800basic.git
cd 7800basic
sed -i -e 's/dos2unix/tr -d "\\r" </' makepackages.sh
sed -i -e 's/unix2dos/tr "\\r?\\n" "\\r\\n" </' contrib/src/make_libraries_adhoc_static.sh
make

Unfortunately, the build is missing contrib/Darwin.arm64/… so the build fails here:

cc  -o 7800basic 7800bas.c statements.c keywords.c minitar.c -Lcontrib/adhoc/lib -Icontrib/adhoc/include -lpng -lz -lm -llzsa
statements.c:17:10: fatal error: 'shrink_inmem.h' file not found
   17 | #include <shrink_inmem.h>

Filed 7800-devtools/7800basic#25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant