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] TFT_LVGL_UI can not compiled with setting MKS Wifi Modul #21601

Closed
Liriel-666 opened this issue Apr 12, 2021 · 2 comments
Closed

[BUG] TFT_LVGL_UI can not compiled with setting MKS Wifi Modul #21601

Liriel-666 opened this issue Apr 12, 2021 · 2 comments

Comments

@Liriel-666
Copy link

Did you test the latest bugfix-2.0.x code?

Yes, and the problem still exists.

Bug Description

Everytime i Use TFT_LVGL_UI and try to compile it with MKS Wifi Modul it give out this error

"
Compiling .pio\build\mks_robin_nano_v3\src\src\MarlinCore.cpp.o
Compiling .pio\build\mks_robin_nano_v3\src\src\core\serial.cpp.o
In file included from Marlin\src\lcd/extui/lib/mks_ui/draw_ui.h:84,
from Marlin\src\MarlinCore.cpp:72:
Marlin\src\lcd/extui/lib/mks_ui/wifiSerial.h:38:10: fatal error: libmaple/libmaple_types.h: No such file or directory
38 | #include <libmaple/libmaple_types.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
*** [.pio\build\mks_robin_nano_v3\src\src\MarlinCore.cpp.o] Error 1
==================================================================== [FAILED] Took 813.30 seconds ====================================================================
Environment Status Duration


mks_robin_nano_v3 FAILED 00:13:33.296
=============================================================== 1 failed, 0 succeeded in 00:13:33.296 ===============================================================
The terminal process "C:\Users\Dark-.platformio\penv\Scripts\platformio.exe 'run'" terminated with exit code: 1.
"

I think it is this error
Marlin\src\lcd/extui/lib/mks_ui/wifiSerial.h:38:10: fatal error: libmaple/libmaple_types.h: No such file or directory
38 | #include <libmaple/libmaple_types.h>
this libmaple_types.h doesnt exist

Bug Timeline

04.04.2021

Expected behavior

it should compile without a problem

Actual behavior

compile stoped

Steps to Reproduce

Activate both and press build
#define TFT_LVGL_UI

#if ENABLED(TFT_LVGL_UI)
#define MKS_WIFI_MODULE // MKS WiFi module
#endif

Version of Marlin Firmware

marlin2.0.X Bugfix from 10.04.2021

Printer model

No response

Electronics

MKS Robin Nano V3

Add-ons

3d Touch (bltouch clone) and MKS Wifi Modul

Your Slicer

No response

Host Software

No response

@ellensp
Copy link
Contributor

ellensp commented Apr 13, 2021

Duplicate of #21069

@ellensp ellensp marked this as a duplicate of #21069 Apr 13, 2021
@ellensp ellensp closed this as completed Apr 13, 2021
@github-actions
Copy link

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 Jun 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants