-
Notifications
You must be signed in to change notification settings - Fork 43
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
How to add g++ package? #10
Comments
I don't have any useful insight beyond the recommend approach: https://stackoverflow.com/questions/8575949/how-to-add-g-support-in-toolchain. |
Hope it's OK to ask here (as the README.md didn't explain it) - how was Python added? My process: However, when it outputs a new If I then |
I discovered I need to add However, it doesn't seem to produce a working ISO for v86, it panics with errors such as UPDATE: Figured it out. Didn't have enough RAM available at 32mb, so bumped it up to 64mb and it's working now. |
Hey @mattpass hope it's okay to ask, I have been trying to enable Python3 too but couldn't get it. Could you please give me the ISO file if you were able to generate it? |
@DeepBhat Sorry, this was work I did at a previous employer so don't have the files available anymore. Hope you end up being able to generate it using the above |
I'm able to re-config and add python, lua, qjs Ok but I can't add g++.
I select must or glibc (for qjs), select gcc version 9 -> enable C++. But it's not work.
How to add g++ compiler to the iso output? Thank you!
The text was updated successfully, but these errors were encountered: