os-series icon indicating copy to clipboard operation
os-series copied to clipboard

Makefile "No rule to make build-x86_64"

Open wrgeekhead opened this issue 1 year ago • 1 comments

Whenever I try and run my code, it gives me the "no rule to make build-x86_64" Screenshot (83)

wrgeekhead avatar Apr 08 '23 15:04 wrgeekhead

Try running it in docker: docker run --rm -it -v "${pwd}:/root/env" myos-buildenv

and then make build-x86_64

Florian-Mahlberg avatar Sep 02 '23 17:09 Florian-Mahlberg