Keef wrote: ↑Fri Mar 24, 2023 1:11 pmBarry,
It is a Dell M4600, with an Intel(R) Core(TM) i7-2640M CPU @ 2.80GHz.
If I run Fatdog's gcc (7.3.0) while in easyOS, that runs without error, as does Fossapup's gcc 9.4.0.
Ive also just tried the binary from the devx for Easy 5.0, but same result:Code: Select all
# ./x86_64-poky-linux-gcc --version Illegal instruction
I see. It seems that you installed gcc from the package manager?
If so, that is the wrong thing to do.
Do not install any gcc package, just install the devx sfs, it has the correct gcc and everything needed for compiling.
Getting rid of a installed gcc package may not be so simple, as aufs is annoying, leaves behind whiteout files that might block an sfs underneath. You probably need to roll back to pristine first bootup, then click on "sfs" icon to install the devx sfs, to the main desktop, then you are good to go.