Open anyconhhv opened 3 years ago
Hey, did you initialize the submodules? :)
git submodule init
git submodule update
Wasn't in the build docs.... Thanks!
Her'e some more newuser errors :-)
`fatal: clone of 'git@github.com:stacksmashing/pdnd-lib.git' into submodule path '/home/myname/Git/pdnd-picoprobe/src/pdnd' failed Failed to clone 'src/pdnd'. Retry scheduled Cloning into '/home/myname/Git/pdnd-picoprobe/src/pdnd'... git@github.com: Permission denied (publickey). fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists. fatal: clone of 'git@github.com:stacksmashing/pdnd-lib.git' into submodule path '/home/myname/Git/pdnd-picoprobe/src/pdnd' failed Failed to clone 'src/pdnd' a second time, aborting
`
I modified .git/config tp read
url = https://github.com/stacksmashing/pdnd-lib.git
instead of url = git@github.com:stacksmashing/pdnd-lib.git
First time using pico_sdk, btw cmake failed. Just built pico-sdk and picoprobe successfully