-
Notifications
You must be signed in to change notification settings - Fork 12
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
Improved Windows support in Makefile #99
Conversation
@nateinaction I don't know why I keep getting this error after running make install BOARD_MOUNT_POINT=/d/ I did do this: and had to use sudo on the first line. After that I ran this: But I keep on getting the same error. I ran make clean, and then make with the adafruit line back in requirements but It did not like that so I had to remove it and run make like that. After I attach the board in PowerShell to WSL, and run 'findmnt' it doesn't show anything starting with '|-media' so that's a little weird on my end. Unsure on how to proceed after this. |
@Alandlt15 It looks like you're missing zip. Hmm not sure on findmnt. Will have to see it in the lab or on video. |
Disregard my last comment. This time, I did the entire process through git bash and 'make install BOARD_MOUNT_POINT=/d/' worked perfectly.
|
I'm encountering an error when I run
Deleting EDIT: I was successfully able to run all make commands on the Linux machine in the lab without any modifications. |
This guide is confirmed working on 3 windows machines but not working with 1 windows setup. This is a good start I will work on supporting a docker-based workflow in the near future so we might resolve some of the "works on my machine issues." Merging for now. |
This PR ensures Makefile compatibility with a native Windows workflow. This PR also creates new development guides on how to get started working in the repo for MacOS, Linux, and Windows users.
Tested all make commands on Windows, Mac and Linux machines.