You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm currently trying to run the console example on a Raspberry Pi CM4 (Raspbian 11). I initially tried to use a Makefile in examples/Console/ to compile main.cpp, but I eventually ran into the error output seen in issue #300 (or something very similar) and was unable to move forward.
For reference, here is the Makefile I was testing with:
I then tried to follow the instructions for using CMAKE to build everything, but no build folder is generated:
As a reminder, my main goal is to compile examples/Console/main.cpp
If anyone sees what I'm doing wrong or is otherwise able to point me in the right direction, that would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
Hi, I'm currently trying to run the console example on a Raspberry Pi CM4 (Raspbian 11). I initially tried to use a Makefile in examples/Console/ to compile main.cpp, but I eventually ran into the error output seen in issue #300 (or something very similar) and was unable to move forward.
For reference, here is the Makefile I was testing with:
I then tried to follow the instructions for using CMAKE to build everything, but no build folder is generated:
As a reminder, my main goal is to compile examples/Console/main.cpp
If anyone sees what I'm doing wrong or is otherwise able to point me in the right direction, that would be greatly appreciated!
The text was updated successfully, but these errors were encountered: