Skip to content
Discussion options

You must be logged in to vote

Does the HelloWorld sample program work?

It's probably a question of how you invoked the compiler:
By default, stdout will be implemented as a no-op, unless you link to the RetroConsole library.
If you are invoking the compiler directly, you will need to use -lRetroConsole to link to that library, if you're using CMake, add the CONSOLE option to add_application (as is done in the HelloWorld) sample.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lazy-schemer
Comment options

Answer selected by lazy-schemer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants