Skip to content
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

Build fails ... "esp_is_8285" #86

Open
awardblvr opened this issue Aug 19, 2022 · 0 comments
Open

Build fails ... "esp_is_8285" #86

awardblvr opened this issue Aug 19, 2022 · 0 comments

Comments

@awardblvr
Copy link

Describe the bug
When building the example code: RemoteDebug_Basic.ino

Arduino IDE build fails with
"core_esp8266_features.h ...error: expected ',' or ';' before 'esp_is_8285'

Full line:

/Users/myself/Documents/Arduino/hardware/esp8266com/esp8266/cores/esp8266/core_esp8266_features.h:132:38: error: expected ',' or ';' before 'esp_is_8285'
  132 | bool __attribute__((const, nothrow)) esp_is_8285();
      |                                      ^~~~~~~~~~~

```I
Full build log attached.

A clear and concise description of what the bug is.
Failure to complete build

**To Reproduce**
1. Update ALL libraries, boards   (as of 2022-8-19)   (relevant versions below)
2. Build the example code., without any modifications.
3. Observe build error

**Expected behavior**
I expect the build to succeed.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Arduino Information:**
 - OS: [e.g. Windows, MacOS, Linux]
   MacOS Big Sur 11.6.8
 - IDE [e.g. Arduino IDE, Eclipse, VSCode]
   Arduino: 1.8.19 
 - IDE Version [e.g. 1.8.6]
 Arduino: 1.8.19
 - Board [e.g ESP32]
LOLIN(WeMos) D1 R1, 80 MHz        (See below)

Library   **RemoteDebug 3.0.5**

Build configuration:
Arduino: 1.8.19 (Mac OS X), Board: "LOLIN(WeMos) D1 R1, 80 MHz, Flash, Disabled (new aborts on oom), Disabled, All SSL ciphers (most compatible), 32KB cache + 32KB IRAM (balanced), Use pgm_read macros for IRAM/PROGMEM, 4MB (FS:2MB OTA:~1019KB), v2 Lower Memory, Serial, OTA, Only Sketch, 921600"


**Additional context**
Add any other context about the problem here.
[FailingBuildLog.txt](https://github.com/JoaoLopesF/RemoteDebug/files/9384976/FailingBuildLog.txt)

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

1 participant