-
Notifications
You must be signed in to change notification settings - Fork 46
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
Include tools needed by rust-mos build #275
Comments
It looks like |
These changes LGTM, especially since we do set the default target triple explicitly. Could you make a PR with them when you get the chance? I'll merge it immediately. |
Here it is: #276 Thanks! |
Closed by #276. |
This reverts commit ca75934. This doubles our installed size to 2GiB, which just isn't acceptible for a 6502 compiler. We need to be a lot more targeted about what we include in our release in general, so this change needs to figure out exactly what must be included to build rust-mos. We also may need to split out builds into a full and user pair, if too much stuff is needed to build rust-mos.
To build rust-mos following changes to MOS.cmake are required:
The most significant change is adding X86 (host) target, I'm just investigating if it is really necessary. But even if not, host target is required for running rust build (buils.rs) scripts, which is really nice feature to have
The text was updated successfully, but these errors were encountered: