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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

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

跳至解决方案
1,216 次查看
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 解答
748 次查看
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 回复数
749 次查看
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 项奖励
748 次查看
surendradhobale
Contributor III

Thanks Yiping !!!

0 项奖励