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

Automatic build + download not working on Windows host #45

Open
MdB-3 opened this issue Apr 3, 2021 · 5 comments
Open

Automatic build + download not working on Windows host #45

MdB-3 opened this issue Apr 3, 2021 · 5 comments
Assignees

Comments

@MdB-3
Copy link

MdB-3 commented Apr 3, 2021

On a Windows host the automatic build + download is not working. The soure/oopsy.js script performs a "make -n" i.s.o. a "make" (line 254).

@stephenhensley
Copy link
Collaborator

Hi @MdB-3, apologies for the long delay here.

We recently updated the windows installation instructions on the Wiki.

If you could share more details about the issue you were having (i.e. a screenshot of the Max Console when running oopsy in verbose mode) we can help get it sorted out.

The make -n that is done within oopsy was (and may still be) necessary due to the version of Make not functioning correctly when called from cmd.exe (the shell used when oopsy calls system commands). The output of the each line of the dry-run invocation of Make is piped out to cmd.exe individually, and should function correctly.

@MdB-3
Copy link
Author

MdB-3 commented Apr 23, 2021

Hi Stephen,

The problem I was experiencing had to do with os.EOL being used to split the make -n output into executable commands. Using '\n' instead corrects this (possibly 'cause I had my Cygwin bin in my path)..

When following the new installataion instrcutions for Windows this problem was solved.

But still a glitch remains in the build and flash sequence (see the Max console log below).

Regards,
Marcel du Bois
newtools.txt

@grrrwaaa
Copy link
Contributor

"(see the Max console log below)" -- can't see the log here.

@MdB-3
Copy link
Author

MdB-3 commented Apr 24, 2021

There's a file attached (newtools.txt) to the previous comment

@MdB-3
Copy link
Author

MdB-3 commented Apr 25, 2021

Just to clarify things: building and flashing works fine now. The remaining glitch just causes the flashing to be attempted twice.

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