Skip to content

getCoreVersion reports 00000000 on Windows #3657

Closed
@tablatronix

Description

@tablatronix
Contributor

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

Activity

changed the title [-]3.4.0 getcoreversion reports 00000000?[/-] [+]2.4.0 getcoreversion reports 00000000?[/+] on Sep 26, 2017
davisonja

davisonja commented on Sep 26, 2017

@davisonja
tablatronix

tablatronix commented on Sep 26, 2017

@tablatronix
ContributorAuthor

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

So this is normal I assume

davisonja

davisonja commented on Sep 26, 2017

@davisonja
igrr

igrr commented on Sep 26, 2017

@igrr
Member
davisonja

davisonja commented on Sep 26, 2017

@davisonja

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

tablatronix commented on Sep 26, 2017

@tablatronix
ContributorAuthor

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

changed the title [-]2.4.0 getcoreversion reports 00000000?[/-] [+]getCoreVersion reports 00000000 on Windows[/+] on Jan 2, 2018
tablatronix

tablatronix commented on Jan 28, 2018

@tablatronix
ContributorAuthor

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

d-a-v

d-a-v commented on Mar 6, 2018

@d-a-v
Collaborator

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.

added this to the 2.6.1 milestone on Nov 10, 2019
d-a-v

d-a-v commented on Nov 10, 2019

@d-a-v
Collaborator

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

d-a-v

d-a-v commented on Nov 13, 2019

@d-a-v
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @davisonja@tablatronix@igrr@d-a-v@devyte

      Issue actions

        getCoreVersion reports 00000000 on Windows · Issue #3657 · esp8266/Arduino