-
Notifications
You must be signed in to change notification settings - Fork 13
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
PlatformIO can not compile espfs_image.c not found #29
Comments
Thanks for the report. First, please provide some info about your setup: Also please write a short step-by-step instruction of how you setup and build this example on Platformio and I'll give it a try. When we get it working I'll add your instructions to our readme. |
I am on an esp32doit devkit v1 with the latest espressif 32 1.12.1
I am not really experienced with the ESP-IDF so I might have forgotten or overlooked something major... |
I see. Well it seems this example project (esphttpd-freertos) is not setup like a platformio project. Are you dead-set on using platformio? |
Ok I can confirm I get the same error as you when trying to build on platformio. The issue seems to be that a build step is missing, the espfs image is not generated before the build looks for it, expecting it to be espfs_image.c. I'm new to CMake so I need some help troubleshooting this. @jkent any ideas? BTW I added
When we get this working we can just add platformio.ini file to this repo and it should work out-of-the-box in that environment. |
I'll keep this in my inbox to review when I have more time. I'm not very familiar with PlatformIO; I know its an alternate environment for Arduino development though. |
Hi jkent, |
Sorry, no progress has been made on this. I'm too busy with other things at this time. |
Hi I am trying to compile your example code in platformio and get the following error
Compiling .pio\build\esp32doit-devkit-v1\esp-idf\espfs\src\espfs.c.o
*** [.pio\build\esp32doit-devkit-v1.pio\build\esp32doit-devkit-v1\esp-idf\espfs\src\espfs_image.c.o] Source
.pio\build\esp32doit-devkit-v1\esp-idf\espfs\src\espfs_image.c' not found, needed by target
.pio\build\esp32doit-devkit-v1.pio\build\esp32doit-devkit-v1\esp-idf\espfs\src\espfs_image.c.o'.I have no idea what that means and how to fix it, some guidance would be greatly appreciated
The text was updated successfully, but these errors were encountered: