gcc

Fake it until you Make it

Well that feels like multiple steps back to get in the exact same place, but this is actually progress. See what had happened was… Until discovering KDevelop I spent too much time relying on Eclipse once I configured it to just work. And it did and it does. But eventually I’d like to move away from Eclipse to KDevelop. Meanwhile, I was not able to compile using my other default build system of (GNU) Make and a Makefile. This is… Read More »Fake it until you Make it

Dwarf error

Jumping back in with troubleshooting on the Makefile and build process in my game engine project in hopes of being able to: Build on the target device (ClockworkPi GameShell) Migrate to KDevelop for my new main IDE I’ve come across a curious DWARF error. No not one of these guys: DWARF errors are simply the format that GCC debugger uses. User tuxdev on linuxquestions says that you should clean your project, check the includes and dependencies and then rebuild. Well… Read More »Dwarf error