Hi,
I want to cross-compile a library for T1022 processor (powerpc). This library requires gcc version 7.1+.
But currently available toolchain contains powerpc-fsl-linux-gcc (GCC) v4.9.2.
Please let me know available options for cross-compiling such libraries for T1022 processor.
Hello,
This gcc is obsolete, you can download the gcc and compile with the flag -mpowerpc
or specifying -mpowerpc-gpopt allows GCC to use the optional PowerPC architecture instructions in the General Purpose group, including floating-point square root.
Regards
Hi,
Can you share the link of complete procedure for compiling newer gcc toolchain for powerpc t1022?
I am not getting any working procedure for this.