Kai Ruottu kirjoitti 23.2.2024 klo 10.35:
yuucyf via Gcc-help kirjoitti 23.2.2024 klo 10.05:
hi, all:
On the PPC platform, when using gcc, an error is reported: cc1:
error: '-m32' not supported in this configuration.
Which configuration parameter should be enabled in the source code to
build gcc in a way that the resulting gcc supports the -m32 option?
thanks.
Little Endian target? 32-binaries don't seem to be used in
'powerpc64le-linux-gnu' configuration.
For instance :
https://stackoverflow.com/questions/76587311/how-to-build-a-32-bit-application-on-a-powerpc64-target-power8-system