AUCOHL / Fault

A complete open-source design-for-testing (DFT) Solution
Apache License 2.0
136 stars 30 forks source link

Compilation on `aarch64` failing #47

Closed hpretl closed 3 months ago

hpretl commented 9 months ago

Compiling Fault on Ubuntu 22.04 on amd64 works, but the same installation on arm64 fails. The following code line leads to a hangup:

let python3 = "python3 -V".shOutput()
donn commented 3 months ago

I removed the build script in question