Skip to content

error: 'ARDUINO_ESP8266_GIT_VER' was not declared in this scope #8134

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
Links2004 opened this issue Jun 17, 2021 · 1 comment · Fixed by #8138
Closed

error: 'ARDUINO_ESP8266_GIT_VER' was not declared in this scope #8134

Links2004 opened this issue Jun 17, 2021 · 1 comment · Fixed by #8138
Assignees
Milestone

Comments

@Links2004
Copy link
Collaborator

The latest master has build problems with ARDUINO_ESP8266_GIT_VER

WARNING: Category 'Network' in library lwIP_PPP is not valid. Setting to 'Uncategorized'
WARNING: Category 'Network' in library lwIP_enc28j60 is not valid. Setting to 'Uncategorized'
WARNING: Category 'Network' in library lwIP_w5500 is not valid. Setting to 'Uncategorized'
WARNING: Category 'Network' in library lwIP_w5500 is not valid. Setting to 'Uncategorized'
/home/runner/arduino_ide/hardware/esp8266com/esp8266/cores/esp8266/core_esp8266_main.cpp:76:78: error: 'ARDUINO_ESP8266_GIT_VER' was not declared in this scope; did you mean 'ARDUINO_ESP8266_GIT_DESC'?
   76 | extern const uint32_t __attribute__((section(".ver_number"))) core_version = ARDUINO_ESP8266_GIT_VER;
      |                                                                              ^~~~~~~~~~~~~~~~~~~~~~~
      |                                                                              ARDUINO_ESP8266_GIT_DESC
exit status 1
Error compiling for board Generic ESP8266 Module.

the full log can be found in the here:
https://github.com/Links2004/arduinoWebSockets/runs/2851579051?check_suite_focus=true

the code change that broke the master build needs to be in the last 7 days since before the the pipeline where running fin.
https://github.com/Links2004/arduinoWebSockets/actions

the core installation steps are here:
https://github.com/Links2004/arduinoWebSockets/blob/c897f605679d41aeb4f09325ab8070ad09d4cc15/travis/common.sh#L96-L103

if more info or tests are needed feel free to ask.

@Links2004
Copy link
Collaborator Author

confirmed working, thanks.

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

Successfully merging a pull request may close this issue.

2 participants