Linaro GDB with Qt Creator?
Unsolved
3rd Party Software
-
I am trying to use Linary toolchain. I successfully build my code and deploy it to Pi with Qt Creator, GCC is working fine. Just the debugger is "not recognized" and I can't use it. Qt Docs says that GDB needs to be "python-enabled". How do I check if that's the case and what should I do if it's not? Can I use "normal" debugger instead of one paired with GCC? I tried to build it from source with the --with-python option but I don't know what other options are essential or default... build fails with just this one option, "error 2" on Makepkg line which is "$(MAKE) $(RECURSE_FLAGS_TO_PASS)
cat stage_final
-bubble". I am using KaOS (Arch Linux essentially).