-
Notifications
You must be signed in to change notification settings - Fork 83
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
Makefile:1: /base_tools: No such file or directory #32
Comments
You need to define the DEVKITPRO and DEVKITARM environment variables. Also, don't ever try to install if the build failed - this should be a no-brainer. |
I was having this same issue, even after following the instructions closely and trying again from scratch multiple times. My DEVKITPRO and DEVKITARM environment variables were defined, so that clearly wasn't the issue. Here's what I found. The build was failing because it couldn't find the file: I haven't looked very deep into this issue, so I don't know what is responsible for creating/naming this directory, but maybe a more enlightened individual could shed some light on this matter. I will say that my OS is Manjaro (Arch) and I made sure all my software was up-to-date before starting the process. |
@BigBahss That is a problem with how you defined your environment variables. Manually renaming the directory is not the correct solution. |
I believe I've found the problem, 'pokeemerald/INSTALL.md' instructs you to define DEVKITPRO like this: After writing this I went and took a closer look at the INSTALL.md file in pokeemerald. The most recent commit on that changes it from 'devkitpro' to 'devkitPro'. So at this point I'm honestly just very confused why this inconsistency exists. Is there a purpose for this that I'm not getting? |
I'm with Ubuntu and i'm having same issue |
I met same issue in win10 wsl2 Ubuntu. It took me long time to find up how to solve it. Ubuntu needs Just using You will sucessfully complete |
Fixed in #37 |
If this issue comes up for you again, do the following if you're on Ubuntu Linux:
This will allow you to install agbcc without the need for devkitpro/devkitarm |
Hi, when I run build.sh I get the following issues at the end, and it leads me to not be able to use install.sh afterward I think because of a lack of libgcc.a and libc.a. Here's the error:
Makefile:1: /base_tools: No such file or directory
make: *** No rule to make target '/base_tools'. Stop.
make: Leaving directory '/home/marina/git/agbcc/libgcc'
Edit: To clarify, when I try running install.sh after this I get thrown:
cp: cannot stat 'libgcc.a': No such file or directory
The text was updated successfully, but these errors were encountered: