s00500 / ESPUI

A simple web user interface library for ESP32 and ESP8266
https://valencia.lbsfilm.at/midterm-presentation/
Other
898 stars 166 forks source link

completeExample doesn't compile #245

Open Greece2 opened 1 year ago

Greece2 commented 1 year ago

When trying to compile the example "completeExample", I get the error message:

C:\Users\XYZ\AppData\Local\Temp\ccyksZ49.s: Assembler messages:
C:\Users\XYZ\AppData\Local\Temp\ccyksZ49.s:6410: Internal error in expression_maybe_register at /workdir/repo/binutils-gdb-gnu/gas/config/tc-xtensa.c:1938.
Please report this bug.

No matter if IDE 2.1.1 or IDE 1.8.19 is used. Board is "Generic ESP8266 module", same problem with "NodeMCU1.0" and other ESP8266 variants.

Lib version is 2.2.2

iangray001 commented 1 year ago

That is an error from within the C++ compiler itself, so I am tempted to say "not our fault!". :)

Can you compile other things? What about if you use PlatformIO instead?

Greece2 commented 1 year ago

Yes, all other ESPUI examples and other projects compile fine. No, don't think I'll try PIO, too much stuff on the PC already ;-)

iangray001 commented 1 year ago

Well it is still a compiler bug. If you are feeling public-spirited you could report it, but I would assume that the Arduino IDE is probably using an old compiler anyway. I've not seen that error before.