How build MPC5748G gcc cross compiler

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

How build MPC5748G gcc cross compiler

ソリューションへジャンプ
2,188件の閲覧回数
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,128件の閲覧回数
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,129件の閲覧回数
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