You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem isn't that it's returning None. The problem is that it can't find crti.o in your object files.
You may find the CMake build system a little easier to approach if your looking to keep things simple for your user base. I say this mainly due to some not having any previous Python knowledge to even make proper use of Scons
You may find the CMake build system a little easier to approach if your looking to keep things simple for your user base. I say this mainly due to some not having any previous Python knowledge to even make proper use of Scons
I agree with you that SCons might be a bit much for a beginner. But having used CMake before, I don't find it any easier. I think moving away from make was the right decision, the more a project evolves, makefiles tend to get more unmaintainable and harder to understand, and any complex operation (like generating the disk image files) ends up as a shell script.
I kept getting
everywhere because
should be...
in build_scripts/utility.py
The text was updated successfully, but these errors were encountered: