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

fatal error: fd_forward.h: No such file or directory #3

Open
QoSi opened this issue Jul 29, 2019 · 6 comments
Open

fatal error: fd_forward.h: No such file or directory #3

QoSi opened this issue Jul 29, 2019 · 6 comments

Comments

@QoSi
Copy link

QoSi commented Jul 29, 2019

with no menuconfig changes the build was ok after i make the with idf.py menuconfig and my wifi and camera settings, face detection on, i get this error

../main/app_httpd.c:32:24: fatal error: fd_forward.h: No such file or directory
compilation terminated.
[598/601] Building C object main/CMakeFiles/main.dir/app_wifi.c.obj
ninja: build stopped: subcommand failed.
ninja failed with exit code 1

@caleb221
Copy link

caleb221 commented Dec 16, 2019

did you tell cmake to include the esp camera component? I had the same issue but after copy/pasting that component into the esp-idf directory it compiled/ran without an issue
try either:
including the component in your project folder and linking it with cmake
or
pasting the component into the esp-idf directory and it will include it automatically

@MeStuck
Copy link

MeStuck commented Nov 28, 2021

262033450_1269862603512037_8450372842454663424_n
Hi! I'm having the same error fd_forward.h: No such file or directory. I've been stuck here for more than half my day. Please, how to solve this one. I already tried copying files to my arduino\libraries and still arduino ide presented me the same issue. Please help me. I'm a student and my deadline is near. Thank you so much for regarding my message.

@caleb221
Copy link

caleb221 commented Nov 29, 2021 via email

@langketongxuan
Copy link

https://github.com/ArduCAM/ArduCAM_ESP32S_UNO_PSRAM/tree/master/tools/sdk/include/esp-face这里有解决办法

262033450_1269862603512037_8450372842454663424_n Hi! I'm having the same error fd_forward.h: No such file or directory. I've been stuck here for more than half my day. Please, how to solve this one. I already tried copying files to my arduino\libraries and still arduino ide presented me the same issue. Please help me. I'm a student and my deadline is near. Thank you so much for regarding my message.

https://github.com/ArduCAM/ArduCAM_ESP32S_UNO_PSRAM/tree/master/tools/sdk/include/esp-face这里有解决办法

@langketongxuan
Copy link

with no menuconfig changes the build was ok after i make the with idf.py menuconfig and my wifi and camera settings, face detection on, i get this error

../main/app_httpd.c:32:24: fatal error: fd_forward.h: No such file or directory compilation terminated. [598/601] Building C object main/CMakeFiles/main.dir/app_wifi.c.obj ninja: build stopped: subcommand failed. ninja failed with exit code 1

https://github.com/ArduCAM/ArduCAM_ESP32S_UNO_PSRAM/tree/master/tools/sdk/include/esp-face这里有解决办法

@langketongxuan
Copy link

Hey, I am so sorry I wasn't checking my email over the weekend. I would suggest using the ESP-IDF in combination with something else than the Arduino IDE. The reason being is that the Arduino IDE uses a precompiled version of the IDF, and adding components gets annoying to say the least. My choice for getting these things to work is VIM along with a terminal that has the IDF loaded into it. If you need help making this switch please let me know.

________________________________ From: MeStuck @.> Sent: Saturday, November 27, 2021 11:56 PM To: botofancalin/esp32_idf_camera_app @.> Cc: Caleb @.>; Comment @.> Subject: Re: [botofancalin/esp32_idf_camera_app] fatal error: fd_forward.h: No such file or directory (#3) [262033450_1269862603512037_8450372842454663424_n]https://user-images.githubusercontent.com/95159234/143731359-7b3c51b4-5bab-4439-b39f-de914599f2df.jpg Hi! I'm having the same error fd_forward.h: No such file or directory. I've been stuck here for more than half my day. Please, how to solve this one. I already tried copying files to my arduino\libraries and still arduino ide presented me the same issue. Please help me. I'm a student and my deadline is near. Thank you so much for regarding my message. — You are receiving this because you commented. Reply to this email directly, view it on GitHub<#3 (comment)>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AKXQH35FTOBO7ZFWEUMZNVLUOHABFANCNFSM4IHRX7UA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

https://github.com/ArduCAM/ArduCAM_ESP32S_UNO_PSRAM/tree/master/tools/sdk/include/esp-face这里有解决办法

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

4 participants