quic / toolchain_for_hexagon

Other
18 stars 11 forks source link

Use python3.8 with QEMU configure #14

Closed quic-mathbern closed 1 year ago

quic-mathbern commented 1 year ago

QEMU no longer supports python3.6, giving the following error when we run build-toolchain.sh:

ERROR: Cannot use '/usr/bin/python3.6', Python >= 3.7 is required. Use --python=/path/to/python to specify a supported Python.

So let's update to python3.8.