Build BSP with crosstool-NG

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

Build BSP with crosstool-NG

1,291件の閲覧回数
johnlaughton
Contributor I

I am trying to build the meta-fsl-bsp-release using a specific toolchain

I have installed (but not configured) crosstool-ng

I have 2 questions:

1) what do I configure ct-ng to be ?

arm-cortex_a8-linux-gnueabi

arm-unknown-linux-gnueabi

The built in cross compiler looks like cortexa9hf-vfp-neon-poky-linux-gnueabi

2) How do I tell Yocto to use my toolchain ?

Thanks

John

ラベル(4)
0 件の賞賛
返信
1 返信

780件の閲覧回数
gusarambula
NXP TechSupport
NXP TechSupport

Hello John Laughton,

You didn’t mention which processor you are using and I haven’t personally tested it but I would go with arm-unknown-linux-gnueabi unless you are indeed seeking to build a toolchain for a CortexA8. The BSP supports the i.MX6 which is a CortexA9 processor and hence cortexa9hf-vfp-neon-poky-linux-gnueabi is used.

As for how to force Yocto to use an external toolchain, please see section 3.5 of the Yocto Project Application Developer’s Guide (link below)

http://www.yoctoproject.org/docs/latest/adt-manual/adt-manual.html#optionally-using-an-external-tool...

I hope this information helps!