Good evening,
I cannot compile gdb from the
amiga-gcc Github repository on my Linux system.
I have made sure that I have all of the dependencies, tried compiling both as sudo and my user, and all other makefile targets compile and install correctly (I have to do them individually myself or else the SDK does not fully install, learned that the hard way when I couldn't compile a basic hello world... but that's fixed now).
The error seems to be with gdb's python integration:
I wanted to ask here first if anyone else knows what I'm doing wrong before submitting a bug to the issue tracker. Since I didn't find anything about this on there and I figured it would have been reported by now if it wasn't my fault, so I want to rule out any mistakes on my part... I know nothing about Python either. Luckily, it's not a huge deal since I got the rest of the tools to mostly work.
Thank you in advance.