Search found 5 matches
- Wed May 13, 2020 6:54 pm
- Forum: ESP-IDF
- Topic: Eclipse showing source errors [was: Good way to initialize struct in C++]
- Replies: 8
- Views: 8268
Re: Eclipse showing source errors [was: Good way to initialize struct in C++]
If you take a look at this video around 24:15 : https://youtu.be/DqnZy4d03_s?t=1455 it suggests when you install the IDF from inside Eclipse it will set the toolchain and environment correctly. It shows where you can check those settings. Before a compile it shows errors similar to yours, the presen...
- Wed May 13, 2020 7:51 am
- Forum: ESP-IDF
- Topic: Eclipse showing source errors [was: Good way to initialize struct in C++]
- Replies: 8
- Views: 8268
Re: Eclipse showing source errors [was: Good way to initialize struct in C++]
It is difficult to keep multiple environments on the same machine. Here are some ways that can work: 1. Use a batch script to create a minimal environment - the idea is to remove references to msys etc so for example set PATH=C:\WINDOWS\system32. Then as you perform each step of the install only add...
- Tue May 12, 2020 8:32 am
- Forum: General Discussion
- Topic: Delayed ping response
- Replies: 1
- Views: 2992
Re: Delayed ping response
Hi akarg96,
Do you see the same behaviour if from the Ubuntu machine you ping a different device connected to the same AP?
Do you see the same behaviour if from the Ubuntu machine you ping a different device connected to the same AP?
- Sat May 09, 2020 6:43 pm
- Forum: ESP32 Arduino
- Topic: esp32 post multipart/form-data: Undefined index error
- Replies: 2
- Views: 5856
Re: esp32 post multipart/form-data: Undefined index error
Hello uzer123, Take a look at this answer: https://stackoverflow.com/questions/3586919/why-would-files-be-empty-when-uploading-files-to-php It mentions the empty $_FILES problem - your error message is showing an empty $_FILES array. It suggests a problem with your server configuration. We don't kno...
- Wed May 06, 2020 7:10 pm
- Forum: ESP-IDF
- Topic: Eclipse showing source errors [was: Good way to initialize struct in C++]
- Replies: 8
- Views: 8268
Re: Good way to initialize struct in C++
Hi Brazoayeye.
Your first code snippet compiles using the latest tools.
Can you post the error you are seeing?
Your first code snippet compiles using the latest tools.
Can you post the error you are seeing?