-
Notifications
You must be signed in to change notification settings - Fork 91
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
Possibility of adding cmake toolchain support #268
Comments
Pinging @kiwidoggie |
There isn't much interest in updating the current toolchain with cmake support. There is a new replacement in the works that is using CMake all up. I'm very much aware (and annoyed) of the inconsistencies of the current toolchain, but I also don't feel like putting much effort into something that will be replaced. If you would want to assist on the new toolchain, there's a multitude of things that need to be done. feel free to join the discord. That being said, here's a toolchain file that I've been using in Mira to compile OOSDK stuff
|
Thanks for the response, |
Word send me a dm when you get there and I'll explain what all needs doing |
At the moment building the toolchain is not simple for average developer, or at least doesn't seem to be. On linux specifically the build.sh script doesn't seem to work correctly, a lot of paths are not local to the build directory and some files appear to be missing. Following the github workflow file is a little more promising, tho more modern linux distributions have issues with the pre-compiled PkgTool binaries.
This made me interested in the possibility of adding a proper cmake script for building entire toolchain and dependencies in a single go. It should also make prototyping sample projects simpler compared to current solution. I wonder if there would be any interest in this
The text was updated successfully, but these errors were encountered: