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

[BUG] FTDI EVE fails to build with AUTO_BED_LEVELING_BILINEAR #20582

Closed
Lino77 opened this issue Dec 28, 2020 · 4 comments · Fixed by #20657
Closed

[BUG] FTDI EVE fails to build with AUTO_BED_LEVELING_BILINEAR #20582

Lino77 opened this issue Dec 28, 2020 · 4 comments · Fixed by #20657

Comments

@Lino77
Copy link

Lino77 commented Dec 28, 2020

BOARD_FYSETC_S6_V2_0
LCD_FYSETC_TFT81050
S6_TFT_PINMAP

Marlin.zip

Linking .pio/build/FYSETC_S6/firmware.elf
/home/lino/.platformio/packages/toolchain-gccarmnoneeabi@1.90201.191206/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld: .pio/build/FYSETC_S6/src/src/lcd/extui/lib/ftdi_eve_touch_ui/marlin_events.cpp.o: in function ExtUI::onMeshUpdate(signed char, signed char, float)': /home/lino/Drucker/fysetc_s6/Firmware/Marlin_2.0.8/Marlin/src/lcd/extui/lib/ftdi_eve_touch_ui/marlin_events.cpp:144: undefined reference to BedMeshScreen::onMeshUpdate(signed char, signed char, float)'
/home/lino/.platformio/packages/toolchain-gccarmnoneeabi@1.90201.191206/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld: .pio/build/FYSETC_S6/src/src/lcd/extui/lib/ftdi_eve_touch_ui/screens/screens.cpp.o:(.rodata._ZN9ScreenRef13functionTableE+0x340): undefined reference to BedMeshScreen::onEntry()' /home/lino/.platformio/packages/toolchain-gccarmnoneeabi@1.90201.191206/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld: .pio/build/FYSETC_S6/src/src/lcd/extui/lib/ftdi_eve_touch_ui/screens/screens.cpp.o:(.rodata._ZN9ScreenRef13functionTableE+0x350): undefined reference to BedMeshScreen::onRedraw(draw_mode_t)'
/home/lino/.platformio/packages/toolchain-gccarmnoneeabi@1.90201.191206/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld: .pio/build/FYSETC_S6/src/src/lcd/extui/lib/ftdi_eve_touch_ui/screens/screens.cpp.o:(.rodata._ZN9ScreenRef13functionTableE+0x354): undefined reference to BedMeshScreen::onTouchStart(unsigned char)' /home/lino/.platformio/packages/toolchain-gccarmnoneeabi@1.90201.191206/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld: .pio/build/FYSETC_S6/src/src/lcd/extui/lib/ftdi_eve_touch_ui/screens/screens.cpp.o:(.rodata._ZN9ScreenRef13functionTableE+0x35c): undefined reference to BedMeshScreen::onTouchEnd(unsigned char)'
collect2: error: ld returned 1 exit status
*** [.pio/build/FYSETC_S6/firmware.elf] Error 1
================================================================================== [FAILED] Took 42.47 seconds ==================================================================================

Environment Status Duration


FYSETC_S6 FAILED 00:00:42.472
============================================================================= 1 failed, 0 succeeded in 00:00:42.472 =============================================================================
The terminal process "pio 'run', '--environment', 'FYSETC_S6'" terminated with exit code: 1.

Terminal will be reused by tasks, press any key to close it.

@sjasonsmith sjasonsmith linked a pull request Dec 31, 2020 that will close this issue
@sjasonsmith
Copy link
Contributor

@Lino77 can you try the change from the above PR?

This does disable the mesh edit screen entirely for your build using Bilinear. An early change restricted it to only be enabled with UBL, but the change wasn't quite complete.

@sjasonsmith
Copy link
Contributor

A fix for this has been merged. I'm closing this, but please reply if you still have issues compiling.

@Lino77
Copy link
Author

Lino77 commented Jan 6, 2021

it works thanks

@github-actions
Copy link

github-actions bot commented Mar 7, 2021

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked and limited conversation to collaborators Mar 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants