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

Compile errors with esp8266/Arduino 3.1.2 #2001

Open
igor-d-n opened this issue Jun 6, 2023 · 3 comments
Open

Compile errors with esp8266/Arduino 3.1.2 #2001

igor-d-n opened this issue Jun 6, 2023 · 3 comments

Comments

@igor-d-n
Copy link

igor-d-n commented Jun 6, 2023

Version/revision of the library used

IRremote 2.8.5
Arduino core for ESP8266 ver 3.1.2 (latest)

Describe the bug

Code can't compile. Always errors:
ccCS7VxT.s: Assembler messages
ccCS7VxT.s:11346: Error bad register name a9
ccCS7VxT.s:11346: junk at end of line, first unrecognized character valued 0x9
ccCS7VxT.s:11347: Error bad register name sp
ccCS7VxT.s:11347: junk at end of line, first unrecognized character valued 0x9
ccCS7VxT.s:11349: Error bad register name a13
.....

To Reproduce

Make project and compile

@NiKiZe
Copy link
Collaborator

NiKiZe commented Jun 6, 2023

Which program are you compiling? And what makes this point to this library?

What do I need to recreate this issue? (Assume that we know nothing of your setup, and that only platformio is installed on a clean computer)

@crankyoldgit
Copy link
Owner

The closest thing I can find to this is: esp8266/Arduino#8672
It looks like a tool chain issue. Not so much our library, as such.

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

No branches or pull requests

3 participants