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 problems and a LCD question #42

Open
Bob-the-Kuhn opened this issue Jan 30, 2023 · 0 comments
Open

Compile problems and a LCD question #42

Bob-the-Kuhn opened this issue Jan 30, 2023 · 0 comments

Comments

@Bob-the-Kuhn
Copy link

I am unable to compile an unmodified version of the code.

The first error I run into is:

Library Manager: Installing bitbucket-fmalpartida/LiquidCrystal @ 1.5.0
Warning! Could not find the package with 'bitbucket-fmalpartida/LiquidCrystal @ 1.5.0' requirements for your system 'windows_amd64'

Disabling REPRAP_DISCOUNT_SMART_CONTROLLER or pointing USES_LIQUIDCRYSTAL to an available library gets me a long series of undefined reference errors similar to the following:

Linking .pio\build\mks_robin_nano_v3\firmware.elf
c:/users/bobku/.platformio/packages/[email protected]/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: .pio/build/mks_robin_nano_v3/src/src/MarlinCore.cpp.o: in function `finishSDPrinting()':
C:\work\temp\Marlin-SuperRacer-MKS-Nano-V3-main_original\Marlin-SuperRacer-MKS-Nano-V3-main/Marlin\src/MarlinCore.cpp:396: undefined reference to `print_thr_adress_string(int, int, char*)'    
c:/users/bobku/.platformio/packages/[email protected]/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: C:\work\temp\Marlin-SuperRacer-MKS-Nano-V3-main_original\Marlin-SuperRacer-MKS-Nano-V3-main/Marlin\src/MarlinCore.cpp:397: undefined reference to `print_thr_adress_string(int, int, char*)'

My ultimate goal is to have this firmware talking to the Super Racer's LCD.

The LCD update info implies that this is a DGUS display. Do I need to do anything other than enable DGUS_LCD_UI_ORIGIN?

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