50u1w4y
50u1w4y

Reputation: 121

How to get the ARM tool chain with poky?

I want to get the software arm-poky-linux-gnueabi-objdump with poky at such path /opt/poky/2.4/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-objdump

But I am not familiar with poky, how do I get this?


Add:

I have solved this question.

You can download the corresponding tool chain from http://downloads.yoctoproject.org/releases/yocto/yocto-2.4/toolchain/x86_64/.

For example you want the ARM tool chain you can download poky-glibc-x86_64-core-image-sato-armv5e-toolchain-2.4.sh.

Upvotes: 4

Views: 4210

Answers (1)

abunickabhi
abunickabhi

Reputation: 578

Download the corresponding tool chain from the site:

http://downloads.yoctoproject.org/releases/yocto/yocto-2.4/toolchain/x86_64/.

For the ARM tool-chain you can download

poky-glibc-x86_64-core-image-sato-armv5e-toolchain-2.4.sh and bash it and include it in your build environment.

Upvotes: 3

Related Questions