-
Notifications
You must be signed in to change notification settings - Fork 3
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
Comments
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 |
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 unsubscribe<https://github.com/notifications/unsubscribe-auth/AKXQH35FTOBO7ZFWEUMZNVLUOHABFANCNFSM4IHRX7UA>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
|
|
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
The text was updated successfully, but these errors were encountered: