2023-01-09 08:44 PM
I used stm32f469i-disco and lvgl to work with the lcd. but when i am using lvgl 8.30, error appear and says "dirent.h" and "unistd.h" not found. where i can found the library? pls help
Solved! Go to Solution.
2023-01-24 12:35 AM
with another method that dont use unistd.h and dirent.h
2023-01-10 12:27 AM
You have given very little information, but I'll try to break it down: if you get an error message from your compiler that "dirent.h" and "unistd.h" cannot be found, you are using a compiler where these header files are not included by default. The STM32CubeIDE, on the other hand, is based on GCC and already contains these files.
So you could either use STM32CubeIDE as GUI/compiler, or contact the manufacturer of your current compiler with the question.
Does it answer your question?
Regards
/Peter
2023-01-24 12:24 AM
Yes sir, thank you for the answer, i made it
2023-01-24 12:33 AM
Great!
The users of the community would be very happy to know how you solved the problem, so that they can solve theirs as well?
If the problem is solved, please mark this thread as answered by selecting Select as best, as also explained here. This will help other users find that answer faster.
Regards
/Peter
2023-01-24 12:35 AM
with another method that dont use unistd.h and dirent.h