pulp-platform / pulp-riscv-gnu-toolchain

Other
68 stars 50 forks source link

Gdb fails to build with Python 3.7 #8

Open byllgrim opened 5 years ago

byllgrim commented 5 years ago

Hi.

Building pulp-platform/pulp-riscv-gnu-toolchain errors out when I compile on arch linux. It seems you have the same problem as riscv/riscv-binutils-gdb has: https://github.com/riscv/riscv-binutils-gdb/issues/161

"With Python 3.7, gdb fails to build because it uses internal-only function _PyImport_FixupBuiltin whose signature has changed."

Regards Robin.