Toolchain with GCC 5.x series for QorIQ powerpc 32bit arch.

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Toolchain with GCC 5.x series for QorIQ powerpc 32bit arch.

ソリューションへジャンプ
1,272件の閲覧回数
surendradhobale
Contributor III

Hello,

   We are using T1042 QorIq PPC arch processors. Currently we are using GCC4.9.3 compiler toolchain.

We are looking to upgrade the compiler for 5.x series. Is this available in any SDK?

Or How we can get that ?

Thanks,

Surendra

タグ(3)
0 件の賞賛
1 解決策
804件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

Hello Surendra,

In the latest released QorIQ SDK, GCC4.9.x is still used as the default for PowerPC Architecture.

However in Linux SDK 2.0, GCC 5.2 recipes are provided, you could install SDK 2.0 and use yocto to build the binary Toolchain if necessary.

Please modify the variable GCCVERSION_qoriq-ppc as "5.2" in meta-freescale/conf/distro/fsl-qoriq.conf.

Then create a build project for T1042, and use the command "bitbake fsl-toolchain" to build the binary Toolchain.

The Toolchain is deployed in build_<board>/tmp/sysroots/sysroots/x86_64-fslsdk-linux/usr/bin/powerpc-fsl-linux/powerpc-fsl-linux-gcc, if the building is performed successfully.


Have a great day,
Yiping

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

元の投稿で解決策を見る

0 件の賞賛
2 返答(返信)
805件の閲覧回数
yipingwang
NXP TechSupport
NXP TechSupport

Hello Surendra,

In the latest released QorIQ SDK, GCC4.9.x is still used as the default for PowerPC Architecture.

However in Linux SDK 2.0, GCC 5.2 recipes are provided, you could install SDK 2.0 and use yocto to build the binary Toolchain if necessary.

Please modify the variable GCCVERSION_qoriq-ppc as "5.2" in meta-freescale/conf/distro/fsl-qoriq.conf.

Then create a build project for T1042, and use the command "bitbake fsl-toolchain" to build the binary Toolchain.

The Toolchain is deployed in build_<board>/tmp/sysroots/sysroots/x86_64-fslsdk-linux/usr/bin/powerpc-fsl-linux/powerpc-fsl-linux-gcc, if the building is performed successfully.


Have a great day,
Yiping

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
804件の閲覧回数
surendradhobale
Contributor III

Thanks Yiping !!!

0 件の賞賛