Skip to content
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

build error #12

Open
trufae opened this issue Jul 15, 2024 · 2 comments
Open

build error #12

trufae opened this issue Jul 15, 2024 · 2 comments

Comments

@trufae
Copy link

trufae commented Jul 15, 2024

doesnt build

$ make
make: hare-arch.sh: Command not found
Makefile:11: makefiles/darwin..mk: No such file or directory
make: *** No rule to make target `makefiles/darwin..mk'.  Stop.
2$
@seruman
Copy link

seruman commented Jul 16, 2024

i was able to build it by linking/copying hare-build.sh as in darwin build task;

sudo cp rt/+darwin/build.sh /usr/local/bin/hare-build.sh
for f in arch qbe as ld cc; do
sudo ln -sf ./hare-build.sh /usr/local/bin/hare-$f.sh
done

@abradley2
Copy link

You can get around this currently by modifying the ARCH variable here and just hardcode it to be your correct system architecture.

The Makefile for darwin.aarch64 is currently broken as far as I can tell so you may have issues after that.

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

No branches or pull requests

3 participants