Skip to content

getCoreVersion reports 00000000 on Windows #3657

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
tablatronix opened this issue Sep 26, 2017 · 10 comments
Closed

getCoreVersion reports 00000000 on Windows #3657

tablatronix opened this issue Sep 26, 2017 · 10 comments
Assignees
Labels
Milestone

Comments

@tablatronix
Copy link
Contributor

Is this normal ? Is there something wrong with my platform environment ?

@tablatronix tablatronix changed the title 3.4.0 getcoreversion reports 00000000? 2.4.0 getcoreversion reports 00000000? Sep 26, 2017
@davisonja
Copy link

davisonja commented Sep 26, 2017 via email

@tablatronix
Copy link
Contributor Author

ahhhhh, I am using platformio staging, which uses repo not release.

So this is normal I assume

@davisonja
Copy link

davisonja commented Sep 26, 2017 via email

@igrr
Copy link
Member

igrr commented Sep 26, 2017 via email

@davisonja
Copy link

Ah, okay. The version I currently have in operation has ## windows-compatible version may be added later which is why it's not done that for me using Windows :)

@tablatronix
Copy link
Contributor Author

I see the hook, let me see if i can figure something out with platformio

@igrr igrr changed the title 2.4.0 getcoreversion reports 00000000? getCoreVersion reports 00000000 on Windows Jan 2, 2018
@igrr igrr added component: core help wanted Help needed from the community type: enhancement labels Jan 2, 2018
@tablatronix
Copy link
Contributor Author

Looks like I am having issues with this on osx platformio with release
ARDUINO_ESP8266_GIT_VER

@d-a-v
Copy link
Collaborator

d-a-v commented Mar 6, 2018

I ran into this too.
I just discovered that, from inside core/esp8266/*.cpp
#include <core_version.h> is well behaving
#include "core_version.h" is not
The default file with generic default value lives in the same directory, the other one is generated by platform.txt's recipes in arduino's os-dependant temporary directory. I don't know details about platformio.

@devyte devyte added this to the 2.6.1 milestone Nov 10, 2019
@d-a-v
Copy link
Collaborator

d-a-v commented Nov 10, 2019

Can you try my alpha release channel to check if this issue is fixed ?

@d-a-v
Copy link
Collaborator

d-a-v commented Nov 13, 2019

This issue has received multiple corrections over time, latest related ones are: #6735, #6745 already fixed in git master, verified on the alpha release channel.
Closing. Please wait for core-2.6.1.

@d-a-v d-a-v closed this as completed Nov 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants