-
Notifications
You must be signed in to change notification settings - Fork 53
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
make
command fails
#33
Comments
Try to add #include <stddef.h> in the file that has problem compiling |
Not sure what file that would be. I added |
You need to install Device Tree Compiler (DTC) |
I am facing the exactly same issues when trying 'make' on macOS Big Sur. Basically following errors:
All looked like lib compatibility issues. I've followed the suggestion from @Ebiroll and added 'include <stddef.h>' as the first line of MappedMemory.cpp but got no luck. Still the same errors. Any clues to solve these issues? Thanks. |
@jpitkanen18 Tried this but did not work. Getting the same error. Also there is a typo. If I am not wrong it should be |
I encountered this error and I solved it . |
I had the same issue and @fanzhiri workaround helped me make the project. On mac. Did not install DTC. |
I installed the compiler (dtc indeed) but ALSO renamed the version file to version.txt and forgot about it. My bad haha |
According the README I was able to execute these commands successfully
But on trying to run
make
it fails the following error traceNot sure what's the issue. Any help is appreciated
The text was updated successfully, but these errors were encountered: