-
Notifications
You must be signed in to change notification settings - Fork 134
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 Used Make in MSYS, But There Are Some Issues #164
Comments
The issue is you didn't read the front page. Forget the fact that you typed "make.switch" instead of "make switch", nothing here tells you to type that in the first place. It's "make nro". It does seem that the front page doesn't actually mention "make nds", but building all of them does nds, 3dsx, nro, and linux. Unless you want the classic versions, whatever that means. Assuming you've setup your dev environment, including setting up pacman with the devkitpro repo and keyring, all you need to do is install the dependencies (don't forget |
On second thought, this is valid, because with the latest tools and libraries, 3dsx is broken. Most likely have to install the ctrulib version that was around during the last update of ftpd. |
ftpd is building fine for me with latest tools and libraries. Please don't recommend people messing with their installation of devkitPro tools & libraries, it causes way more issues than it ever solves. The usual cause of segfaults when building on windows is antivirus software and some logitech camera drivers. Whitelist the devkitPro folder and/or uninstall any logitech camera software if you have any. |
This still doesn't build 3dsx in msys with the latest tools. \msys64\opt\devkitpro\devkitarm\arm-none-eabi\include\c++\12.2.0\ext\string_conversions.h:84:16: error: '_errno' was not declared in this scope; did you mean 'errno'? a boatload of other "is not a member of 'std'", "expected initializer before", and "was not declared in this scope" errors. |
It builds fine with latest tools. You've broken your installation somehow. I would recommend wiping the devkitpro folder and reinstalling your tools.
|
Ok, I'm stupid, and have it figured out. Don't know about the OP though.
all sorted on my end. EDIT: |
I used the
make
command, but it errors appeared.The text was updated successfully, but these errors were encountered: