Skip to content
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

Files not found (missing dhserver.h) #4

Open
DatanoiseTV opened this issue Nov 14, 2022 · 2 comments
Open

Files not found (missing dhserver.h) #4

DatanoiseTV opened this issue Nov 14, 2022 · 2 comments

Comments

@DatanoiseTV
Copy link

https://github.com/luigifcruz/pico-stuff/blob/main/lib/networking gives me a 404.

fatal error: dhserver.h: No such file or directory
   31 | #include "dhserver.h"
@DatanoiseTV DatanoiseTV changed the title Files not found Files not found (missing dhserver.h) Nov 14, 2022
@luigifcruz
Copy link
Owner

Are you using the patched version of the Pico SDK? The standard one doesn't include the necessary headers for this app in particular.

@mordae
Copy link

mordae commented Mar 18, 2023

If anyone else stumbles here, this is what worked for me. After raspberrypi/pico-sdk#334 has been resolved, it won't be needed anymore.

Fetch the patched SDK:

git submodule set-branch --branch patch-piccolosdr pico-sdk
git submodule update --remote
git submodule update --init --recursive

Then continue as usual.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants