Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic xtensa-esp32-elf-g++*: error: ESPAsyncWebServer\AsyncEventSource.cpp.o: No such file or directory (Read 1035 times)
Christoph
Junior Member
**
Offline


Posts: 40
Joined: Sep 4th, 2020
xtensa-esp32-elf-g++*: error: ESPAsyncWebServer\AsyncEventSource.cpp.o: No such file or directory
Apr 16th, 2023 at 11:12am
Print Post  
Hello,

I hope my issue isnt wrong to mention here, but I dont know where to ask.
My current project is about an MCU who is collecting data to SPIFF and creats soft AP for downloading the data from SPIFF via smartphone.
Now some parts are successfully done. For html / css / java part I want to look through the project:

https://www.codeproject.com/Articles/5300719/ESP32-WEB-Server-with-Asynchronous-...

From the begining my first error was 
undefined reference to mbedtls_md5_starts
picture in attachment1

I found kind of solution in:
https://techoverflow.net/2022/08/06/how-to-fix-espasyncwebserver-undefined-refer...

and changed the mentioned forked libs
AsyncTCP
ESPAsyncWebServer
as described in the solution link above.

Fore the purpose not to affect other projects in my arduino directory, I created a src-FOLDER and did the include this way

#include "src/ESPAsyncWebServer/src/ESPAsyncWebServer.h"

Now its telling me 
xtensa-esp32-elf-g++*: error: ESPAsyncWebServer\AsyncEventSource.cpp.o: No such file or directory

But it is  Huh 

Can somebody help me with this issue please?
Appreciate any help and many thanks in advance,
Christoph from austria


  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint