You are not logged in.
For some reasons, I need to compile different software with different gcc toolchains, some are really old.
I have tried downgrade, but sadly, for most old package like gcc 8.3,I got errors as this:
error: '/var/cache/pacman/pkg/gcc-8.3.0-1-x86_64.pkg.tar.xz': invalid or corrupted package (PGP signature)
The oldest version I could take is about 10.1,does it mean I can't install older gcc toolchains with pacman?
Last edited by tomsmith (2021-11-04 04:24:25)
Offline
Do not downgrade these packages. Previous versions are in the AUR and can be installed along-side the current version.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
For instance gcc8.
Offline
Many thanks. I know with apt-get I could select muliple gcc toolchains with apt-get install gcc7 as so on. But I can't find a way to go with pacman.
Offline
Have you read AUR?
Offline
Sorry, just read it. Great, I am going to try it.
Many thanks.
Offline
It works. Thanks.
Offline