I am trying to build FuseISO for riscv64 architecture.
But got a build error, it caused by outdated config.guess and config.sub file.
Could it be updated and have a new release?
(It usually helps if you post the actual build error.)
It still works for me with the most modern Linux build environments, on archs including ppc64le, s390x, aarch64. But riscv64 support isn't yet in those files.
Anyway, can you not just recreate those files yourself using autoreconf -fiv? That works fine for me, albeit with a ton of warnings, mostly about outdated syntax.
Note that this project hasn't been maintained since 2007, so don't expect any updates.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
(It usually helps if you post the actual build error.)
It still works for me with the most modern Linux build environments, on archs including ppc64le, s390x, aarch64. But riscv64 support isn't yet in those files.
Anyway, can you not just recreate those files yourself using
autoreconf -fiv
? That works fine for me, albeit with a ton of warnings, mostly about outdated syntax.Note that this project hasn't been maintained since 2007, so don't expect any updates.
Log output on riscv5: https://tpaste.us/Lydm
Near identical errors are produced on aarch64, loongarch64 and ppc64le.