Welcome, Guest. Please login or register.

Author Topic: Arch Linux - Cannot build amiga-gcc's debugger, what am I doing wrong?  (Read 2046 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline bonkmaykrTopic starter

  • AG Systems Pilot
  • Newbie
  • *
  • Join Date: Mar 2025
  • Posts: 1
  • Country: us
  • Gender: Male
  • America's resident WipEout fanatic. Java & C S.E.
    • Canithesis Interactive GP
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:

[ You must login or register to view this Spoiler! ]

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.