Sloeber V4.4 Linux - Trying to compile debug configuration #1464
Unanswered
doughaliburton55
asked this question in
Q&A
Replies: 1 comment
-
That video is old and the esp8266 platform version it worked on is old as well. FYI The reason this works is because gcc compile options later in the command line overwrite the previous ones. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have followed the video for Sloeber V4.2 esp8266 debug configuration. I am able to compile the Release version of a sketch without errors. When I change the configuration to a debug build and change the platform folder to jantje/hardware/esp8266/1.0.0, the compile fails. It appears that there are some include files missing. One path that is missing is the one for the sdk/include.
This path is in the release configuration, but not in the debug configuration. Something to do with the platform folder being different I assume.
What is the best way to compile a debug version? If the sdk/include path must be added, how is this done?
It looks like it should work in the video. I followed along but maybe something has changed from V4.2 to V4.4?
Beta Was this translation helpful? Give feedback.
All reactions