microsoft / uf2-samdx1

USB Mass Storage bootloader (based on UF2) for SAMD21 and SAMD51
Other
243 stars 300 forks source link

Makefile echo and python errors #111

Open adityathakekar opened 1 year ago

adityathakekar commented 1 year ago
davepruitt commented 1 year ago

I had these exact same issues previously. They didn't write their makefile in a Windows-friendly manner, which is somewhat surprising given that they are Microsoft. But oh well.

Your changes pretty much match exactly what I also had to do to get the makefile to work on Windows. You may also consider changing how the "mkdir" command is called, and that way you won't have to create the "build" folder yourself.

I outline everything that I did in my response to this person's post on the adafruit fork:

https://github.com/adafruit/uf2-samdx1/issues/196