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

VSCode Marlin qr_encode.h compile error #17

Open
Moxie1776 opened this issue May 11, 2021 · 1 comment
Open

VSCode Marlin qr_encode.h compile error #17

Moxie1776 opened this issue May 11, 2021 · 1 comment

Comments

@Moxie1776
Copy link

Problem

I am a Linux user and Linux is case sensitive. I fixed this error by executing the following from the root directory where the Marline code is (the source code directory, MKS-Robin-E3P-master/Source-code);

Solution

  • cp ./.pio/libdeps/mks_robin_e3p/qr_encode/QR_Encode.h ./.pio/libdeps/mks_robin_e3p/qr_encode/qr_encode.h

Error

Compiling .pio/build/mks_robin_e3p/src/src/lcd/extui/lib/mks_ui/draw_encoder_settings.cpp.o
Marlin/src/lcd/extui/lib/mks_ui/draw_cloud_bind.cpp:36:10: fatal error: qr_encode.h: No such file or directory

#include "qr_encode.h"
^~~~~~~~~~~~~
compilation terminated.
*** [.pio/build/mks_robin_e3p/src/src/lcd/extui/lib/mks_ui/draw_cloud_bind.cpp.o] Error 1

Environment Status Duration


mks_robin_e3p FAILED 00:00:38.202

@uendelflavio
Copy link

uendelflavio commented Sep 26, 2021

go to the code line to change
#include "qr_encode.h" to #include "QR_Encode.h"

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

2 participants