Newer toolchain gcc version

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Newer toolchain gcc version

173 Views
mk123
Contributor I

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.

Labels (1)
Tags (3)
0 Kudos
Reply
2 Replies

155 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

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

0 Kudos
Reply

135 Views
mk123
Contributor I

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.

0 Kudos
Reply