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

fatal error: HAL/LCD_Init.h: No such file or directory #21

Open
hellofu opened this issue Mar 15, 2022 · 1 comment
Open

fatal error: HAL/LCD_Init.h: No such file or directory #21

hellofu opened this issue Mar 15, 2022 · 1 comment

Comments

@hellofu
Copy link

hellofu commented Mar 15, 2022

im looking to resolve a fatal compiler issue
file path {Marlin-BIQUBX_ALMOST_STOCK/Marlin/src/lcd/extui/lib/btt_ui/includes.h}
line 30 calls {#include "HAL/LCD_Init.h" } "fatal error: HAL/LCD_Init.h: No such file or directory"
what does some one need to do to resolve the missing file?

@hellofu
Copy link
Author

hellofu commented Mar 15, 2022

resolved but you need to change the line 30 of
{Marlin-BIQUBX_ALMOST_STOCK/Marlin/src/lcd/extui/lib/btt_ui/includes.h} to {#include "Hal/LCD_Init.h"} from {#include "HAL/LCD_Init.h"}
or
rename the folder Hal to HAL.

the issue is one of UNIX and case sensitivity.

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