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

Compilation issues with Arduino IDE #24

Closed
andrivet opened this issue Nov 18, 2017 · 3 comments
Closed

Compilation issues with Arduino IDE #24

andrivet opened this issue Nov 18, 2017 · 3 comments
Labels
bug A bug (confirmed or not yet confirmed)

Comments

@andrivet
Copy link
Owner

Bug Report

  • Description: It is not possible to compile version 2.0.0 Beta 1 with Arduino IDE
  • Expected behaviour: Compilation working
  • Actual behaviour: Errors such as:
ccVQHPBh.ltrans0.o:(.text+0xe32): undefined reference to `advi3pp::LCD::has_status()'
ccVQHPBh.ltrans0.o:(.text+0xe40): undefined reference to `advi3pp::LCD::set_status_PGM(char const*, signed char)'
ccVQHPBh.ltrans0.o:(.text+0x10a4): undefined reference to `advi3pp::LCD::refresh()'
ccVQHPBh.ltrans0.o:(.text+0x1be2): undefined reference to `advi3pp::LCD::set_status_PGM(char const*, signed char)'
  • Steps to reproduce:
    • Open the project with Arduino IDE
    • Verify
@andrivet andrivet added the bug A bug (confirmed or not yet confirmed) label Nov 18, 2017
@Bosbessenbasje
Copy link

I second this. As I have a different thermocouple arrangement, I need to fine tune the marlin software and recompile. I got the same errors as Andrivet reported.

@andrivet
Copy link
Owner Author

Temporary workaround: If you take the current content of the repository (https://github.com/andrivet/ADVi3pp-Marlin/archive/advi3++.zip), it compiles. Another workaround is to use a more recent version of Arduino IDE.

@andrivet
Copy link
Owner Author

I now compiles with Arduino IDE 1.8.5 or 1.9 (Beta)

@andrivet andrivet added the done label Mar 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug (confirmed or not yet confirmed)
Projects
None yet
Development

No branches or pull requests

2 participants