Skip to content

.... at ??:? #7

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

Closed
amir-hg opened this issue Dec 5, 2018 · 3 comments
Closed

.... at ??:? #7

amir-hg opened this issue Dec 5, 2018 · 3 comments

Comments

@amir-hg
Copy link

amir-hg commented Dec 5, 2018

hi
I could decode the stack but the end of all of my results is like at ??:?

ubuntu 18.04 LTS
PlatformIO 3.6.2
espressif8266 1.8.0
ESP8266

@janLo
Copy link
Owner

janLo commented Dec 5, 2018

This sounds like the (debug-)information is just missing from the binary.

@amir-hg
Copy link
Author

amir-hg commented Dec 5, 2018

Do you have any suggestion to fix it ?

@janLo
Copy link
Owner

janLo commented Dec 5, 2018

In your platformio.ini in the environemt put:

build_flags = -ggdb3

or at least:

build_flags = -g

This should not affect the built firmware as this gets stripped anyway.

@amir-hg amir-hg closed this as completed Apr 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants