Spent my Sunday porting the Ur-Quan Masters (SC2 source port) into buildroot so I can run it on my cortex-A7 eval board: https://github.com/buildroot/buildroot/compare/master...andrewl6097:buildroot:master
I decided to just throw out the existing sort-of-build-system and put together an autotools version from scratch. I guess one is supposed to use CMake these days, but I'm too old for that nonsense
@andrew_lusk cmake is straight nonsense anyway, irrespective of age. Every time I’ve had to fix a build failure with it has been maddening. Only selling point seems to be Windows support.
@goodell I had to make this patch to fix CMake from picking the /usr/bin compiler instead of the buildroot cross-compiler...and have no idea why it worked https://github.com/andrewl6097/buildroot/blob/master/package/yaml-cpp/yaml-cpp-0001-cmake.patch
@goodell autotools all the way as far as I'm concerned