Hello,
Some context; I've installed the pico toolchain using the windows installer. Next, I followed the instructions in the 'Getting Started' guide, specifically 'Chapter 8. Creating your own Project'. I'm getting stuck on the part detailing build steps:I have no issues running any of the commands up until 'make' upon which I get the following error: 'make: *** No targets specified and no makefile found. Stop.'
I've dug around a bit, but I can't find anyone encountering the same issue. The previous 'cmake' command definitely generated files though.
Does anyone have any pointers?
Some context; I've installed the pico toolchain using the windows installer. Next, I followed the instructions in the 'Getting Started' guide, specifically 'Chapter 8. Creating your own Project'. I'm getting stuck on the part detailing build steps:
Code:
$ mkdir build$ cd build$ export PICO_SDK_PATH=../../pico-sdk$ cmake ..$ makeI've dug around a bit, but I can't find anyone encountering the same issue. The previous 'cmake' command definitely generated files though.
Does anyone have any pointers?
Statistics: Posted by TomboBlombo — Tue Jan 23, 2024 1:25 am — Replies 5 — Views 142