make in boot folder fails with error#8 #562
-
|
I have just cloned master (49th step) into a new folder. Did the usual configuration, and ran ./makeall, and all is well. |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 8 replies
-
|
Oops, this is a new problem. I can confirm it on my normal Linux development host. I think it still worked about one week ago. Perhaps it's temporary? Please send a PR, if you have a solution. Thanks. |
Beta Was this translation helpful? Give feedback.
-
|
With this small patch, it should work: |
Beta Was this translation helpful? Give feedback.
-
|
The given patch is on the develop branch now. So to download the firmware files one should checkout develop now and proceed in boot/ as known. |
Beta Was this translation helpful? Give feedback.
-
|
What exactly should I be doing to checkout develop? I'm not all that familiar with git bash. I tried: git checkout develop but got the same error and set of empty downloads, ending with: Edit: I then tried downloading the new makefile, from develop, overwriting the one I had, i.e. I downloaded https://github.com/rsta2/circle/blob/develop/boot/Makefile to C:\Users\andy\Documents\circle\boot make all failed again, with the same error. From following the https://github.com/rsta2/circle/blob/master/doc/windows-build.txt, I have GNU Make 4.2 (checked with $ make --version). Is that the version I'm meant to have? Edit2: I then tried: but got the same results when I tried again. |
Beta Was this translation helpful? Give feedback.
-
|
After "git checkout develop" you should give the following command to get the
latest version of the develop branch:
git pull
|
Beta Was this translation helpful? Give feedback.
-
|
Thanks, but when I try that it just says "Already up to date.". I then get the same problem when I try make all again, in boot. |
Beta Was this translation helpful? Give feedback.
-
|
I'm not against using Linux to do it, and may switch to that, but I was following the startup guide for Windows that I linked to above, and hoping that applied to Windows 7, since it's what I'm most comfortable using and have in front of me. FWIW, it seems I had that version of wget installed but not on the path, so wget v1.7 was being picked up from WINAVR (C:\WinAVR-20100110\bin). Sadly, both versions cause similar behaviour and my single file test now shows: Never mind. I'll come back to it when I'm less tired. |
Beta Was this translation helpful? Give feedback.
-
|
I am having the same issue, but with Windows 11. I would really appreciate any help here; I am stuck. I have tried both the Master and Develop branches and get the same result. |
Beta Was this translation helpful? Give feedback.


With this small patch, it should work: