-
Notifications
You must be signed in to change notification settings - Fork 1
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
makefile:34: *** missing separator. #1
Comments
What is in the generated Makefile around that line 34? Building has only been tested on Linux, and it may generate different Makefiles on that... |
|
Try "nmake" instead of "make" And if that does not work either you can also try using CMake as "make" alternative with: "cmake --build . --target all" |
cmake --build . --target all
|
And when using "nmake" ? |
And you do are using your own computer, and not a company computer that has been locked down? It could be that it cannot find the resource compiler "rc" because it is not in the PATH. (Or it could simply be that you have not installed the Win SDK) |
I am working on my own PC and I am able to compile the PICO C projects under VS Code. Like these Examples from the book " Programming the Raspberry Pi Pico in C" or the original PICO-Examples. |
Thanks for this cool project!
I ordered this Pico Explorer Board and followed your instructions to build/make the .uf2-file. Unfortunately in the last step with "make" I have the following error
The text was updated successfully, but these errors were encountered: