Skip to content

Doesn't compile with docker devkitARM image #154

Answered by RodrigoDornelles
Gabryx64 asked this question in Q&A
Discussion options

You must be logged in to vote

@Gabryx64 It seems to me that the devkitpro image is not very stable, I'm working to need as few things as possible besides the compiler. A safe tag is to use 20240906, stay tuned for new updates!

docker run --rm -v $(pwd):/app -w /app devkitpro/devkitarm:20240906 bash -c "cmake -Bbuild -H. -DGAME=@pong && make -C build"

There is also an IDE for use with browser: https://playground.gamely.com.br

Replies: 2 comments

This comment has been hidden.

Comment options

You must be logged in to vote
0 replies
Answer selected by RodrigoDornelles
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
Converted from issue

This discussion was converted from issue #149 on March 12, 2025 17:59.