Hello, everybody,
I want to call a method in a C++ class from an event in ESP-IDF in an xTask.
Here is the class and method „dispatch“ I want to call:
/*
* Display.h
*
* Created on: 01.11.2019
* Author: arne
*/
#ifndef COMPONENTS_HARDWARE_DISPLAY_H_
#define COMPONENTS_HARDWARE_DISPLAY_H ...
Search found 8 matches
- Sat Nov 02, 2019 7:52 pm
- Forum: General Discussion
- Topic: Calling a C++ class-method
- Replies: 1
- Views: 4345
- Thu May 09, 2019 8:16 pm
- Forum: General Discussion
- Topic: Eclipse still showing "unresolved inclusion" and "Symbol couldn't be resolved"
- Replies: 19
- Views: 43288
Re: Eclipse still showing "unresolved inclusion" and "Symbol couldn't be resolved"
I agree with you - There are two issues here:
1. Eclipse not building
The #Issue 3443 sounds very promising. :) Everything depends just on this problem in my opinion for now.
2. Eclipse not parsing compiler output
That was a nice reward for me after this long troubleshooting for today. After ...
1. Eclipse not building
The #Issue 3443 sounds very promising. :) Everything depends just on this problem in my opinion for now.
2. Eclipse not parsing compiler output
That was a nice reward for me after this long troubleshooting for today. After ...
- Thu May 09, 2019 12:43 pm
- Forum: General Discussion
- Topic: Eclipse still showing "unresolved inclusion" and "Symbol couldn't be resolved"
- Replies: 19
- Views: 43288
Re: Eclipse still showing "unresolved inclusion" and "Symbol couldn't be resolved"
Now that I am able to easily reproduce the error, I noticed that make runs in Eclipse when the file "/home/<User>/dev/mqtts/build/include/config/auto.conf" is present.
So a workaround for this problem is to find a make target that creates this file.
I found the following:
$ make defconfig
So if ...
So a workaround for this problem is to find a make target that creates this file.
I found the following:
$ make defconfig
So if ...
- Thu May 09, 2019 11:10 am
- Forum: General Discussion
- Topic: Eclipse still showing "unresolved inclusion" and "Symbol couldn't be resolved"
- Replies: 19
- Views: 43288
Re: Eclipse still showing "unresolved inclusion" and "Symbol couldn't be resolved"
If you open a CMD shell under Windows, and set all environment parameters from the Eclipse project, you can reproduce the error there as well.
C:\Users\Arne>cd C:\msys32\home\Arne\dev\mqtts\
C:\msys32\home\Arne\dev\mqtts>make -j6 all
Makefile:9: /make/project.mk: No such file or directory
make ...
C:\Users\Arne>cd C:\msys32\home\Arne\dev\mqtts\
C:\msys32\home\Arne\dev\mqtts>make -j6 all
Makefile:9: /make/project.mk: No such file or directory
make ...
- Wed May 08, 2019 7:23 pm
- Forum: General Discussion
- Topic: Eclipse still showing "unresolved inclusion" and "Symbol couldn't be resolved"
- Replies: 19
- Views: 43288
Re: Eclipse still showing "unresolved inclusion" and "Symbol couldn't be resolved"
I did it the way you said and found some strainge effects.
I can build the project in mingw32-Console. Than I am able to clean it in eclipse but after that I can't build it in eclipse. See the Log-File mqtts.build.log :(
Kconfig.projbuild is in place:
$ ls -al /home/Arne/esp/esp-idf/components ...
I can build the project in mingw32-Console. Than I am able to clean it in eclipse but after that I can't build it in eclipse. See the Log-File mqtts.build.log :(
Kconfig.projbuild is in place:
$ ls -al /home/Arne/esp/esp-idf/components ...
- Tue May 07, 2019 1:16 pm
- Forum: General Discussion
- Topic: Eclipse still showing "unresolved inclusion" and "Symbol couldn't be resolved"
- Replies: 19
- Views: 43288
Re: Eclipse still showing "unresolved inclusion" and "Symbol couldn't be resolved"
I deleted everything again (workspace and the project itself) and recreated it according to the instructions. https://docs.espressif.com/projects/esp-idf/en/latest/get-started/eclipse-setup.html
Here is the log-File I found in the workspace
.log
Here are the settings you would like to see
2019 ...
Here is the log-File I found in the workspace
.log
Here are the settings you would like to see
2019 ...
- Tue May 07, 2019 12:35 pm
- Forum: General Discussion
- Topic: Eclipse still showing "unresolved inclusion" and "Symbol couldn't be resolved"
- Replies: 19
- Views: 43288
Re: Eclipse still showing "unresolved inclusion" and "Symbol couldn't be resolved"
Thanks for your effords!
Here are the informations you want to have:
2019-05-07 14_08_32-Properties for app_main.c.png
The main-file I'm trying to edit is the mqtts-example in githubs esp-idf see
https://github.com/espressif/esp-idf/blob/master/examples/protocols/mqtt/ssl/main/app_main.c ...
Here are the informations you want to have:
2019-05-07 14_08_32-Properties for app_main.c.png
The main-file I'm trying to edit is the mqtts-example in githubs esp-idf see
https://github.com/espressif/esp-idf/blob/master/examples/protocols/mqtt/ssl/main/app_main.c ...
- Mon May 06, 2019 8:36 pm
- Forum: General Discussion
- Topic: Eclipse still showing "unresolved inclusion" and "Symbol couldn't be resolved"
- Replies: 19
- Views: 43288
Re: Eclipse still showing "unresolved inclusion" and "Symbol couldn't be resolved"
Hi there,
I have the same problems. I did every step described in the doc with copy&paste. Controlled it 1000times. No luck.
Here are the settings I use: What am I am doing wrong?
Please help
Yours
Arne
I have the same problems. I did every step described in the doc with copy&paste. Controlled it 1000times. No luck.
Here are the settings I use: What am I am doing wrong?
Please help
Yours
Arne