Closed Walkline80 closed 8 months ago
Providing the wrong path in the PICO_SDK_PATH will make CMakeCache.txt cache it, I think you can provide --fresh if you want it to update the variable.
pico sdk is now bundled and you no longer need to provide sdk path variable, so considering resolved.
Thanks for the update, this improves a lot of efficiency and also saves a lot of hard drive space.
Here is my operation steps:
The
deskhop
andesp32
folders are in sibling directories.Of cause the cmake give me an error message:
And then correct the wrong path:
But, the cmake still give me an error message, exactly the same as the above, even the
~
not appears.Then, I have to remove the
build
folder insidedeskhop
and execute the command again:This time the cmake will success, I think it's a cmake script issue?