How build MPC5748G gcc cross compiler

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

How build MPC5748G gcc cross compiler

跳至解决方案
2,185 次查看
danielnäslund
Contributor III

We're setting up our CI buildsystem and want to build the  gcc 4.9.4 cross compiler for our Linux docker container.

 

I've gotten the impression from https://community.nxp.com/t5/S32-Design-Studio/S32-Design-Studio-GCC-VLE-4-9-4-doesn-t-support-e-stm... that you have patched your gcc.

 

How can I build it using crosstool or other means?

0 项奖励
回复
1 解答
2,125 次查看
mikedoidge
NXP Employee
NXP Employee

Hello @danielnäslund ,

 

You can download the latest Power Architecture GCC sources from here:

https://www.nxp.com/lgfiles/updates/S32DS/S32DS_PA_2017.R1_GCC.tar

Extract the tarball and you'll find the build scripts are included as well.

Follow the instructions in the README in the ‘source_release’ directory.

Let us know if you have trouble, but be aware that trying to build on oddball (either too old or too new) Linux distributions could be problematic. Something in the vicinity of RH5 or 6 should be ok.

Docker itself is not a problem. You can ask docker for just about any Linux distribution – so that’s the potential problem.

Best Regards,

Mike

在原帖中查看解决方案

1 回复
2,126 次查看
mikedoidge
NXP Employee
NXP Employee

Hello @danielnäslund ,

 

You can download the latest Power Architecture GCC sources from here:

https://www.nxp.com/lgfiles/updates/S32DS/S32DS_PA_2017.R1_GCC.tar

Extract the tarball and you'll find the build scripts are included as well.

Follow the instructions in the README in the ‘source_release’ directory.

Let us know if you have trouble, but be aware that trying to build on oddball (either too old or too new) Linux distributions could be problematic. Something in the vicinity of RH5 or 6 should be ok.

Docker itself is not a problem. You can ask docker for just about any Linux distribution – so that’s the potential problem.

Best Regards,

Mike