Skip to content
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

I can't create gba file using make on Debian #65

Closed
fortnite2015 opened this issue Apr 24, 2024 · 4 comments
Closed

I can't create gba file using make on Debian #65

fortnite2015 opened this issue Apr 24, 2024 · 4 comments

Comments

@fortnite2015
Copy link

Whenever I try to change directory to varooom 3d and use sudo make -j8 I get the error

/home/mystuff/butano/butano/butano.mak:10: *** "DEVKITARM and WONDERFUL_TOOLCHAIN not found". Stop

@copyrat90
Copy link
Contributor

Have you been following Getting started guide step by step?
If so, I believe you have to set the DEVKITPRO and DEVKITARM environment variables manually.

@GValiente
Copy link
Owner

If so, I believe you have to set the DEVKITPRO and DEVKITARM environment variables manually.

At least I've never needed to do that (on Windows and Ubuntu).

@fortnite2015
Copy link
Author

fortnite2015 commented Apr 25, 2024

I figured it out and it started to build now. I just overlooked a step in the guide.

Specify python3 as the Python interpreter path in the Makefile of the project you are trying to build.
Install python-is-python3: sudo apt-get install python-is-python3.

I had to do the last step which was Sudo apt-get install python-is-python3

@GValiente
Copy link
Owner

Nice.

Can you close the issue if it has been resolved, please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants