What is the rationale for moving from 'make' to 'ninja' for command line builds ?it was a bug introduced when moving the script from Makefiles over to Ninja
While it shouldn't matter much which tool is actually used, Raspberry Pi's generic 'cmake' build instructions have long been -
Code:
mkdir buildcd buildcmake ..makeThat's going to be particularly so when someone manually tries to build something with 'make' when it has been configured for and built with 'ninja'. Perhaps because that's what they have previously and historically done, but especially so when that's what the Raspberry Pi documentation tells them to do.
I presume Raspberry Pi's change to using 'ninja' is a done deal and we are stuck with that. In which case I believe it is essential to get all Raspberry Pi guides and documentation updated to reflect that.
Unfortunately there's little which can be done about the huge amount of third-party stuff, including posts to these forums, which has become outdated and incorrect because of this change.
Statistics: Posted by hippy — Mon Jun 23, 2025 12:31 pm