zbar cross compilation for i.MX6 platform

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

zbar cross compilation for i.MX6 platform

1,230 次查看
mohamedsarjoond
Contributor III

Hi team,

I want to cross compile zbar for i.MX6 processor.

I got the zbar source code from the oficial zbar website.

I would like to know whether any document is there to cross compile zbar for the i.MX6 platform.

We have done yocto build for Linux 3.10.53 kernel.

If any possible to build zbar through yocto it would be helpful also.

Please let me know if any opensource document is for zbar Cross compilation

I have surfed net a lot but cant find a one.

Please help with this.

Thanks in advance

Sarjoon.

标签 (5)
0 项奖励
1 回复

674 次查看
b36401
NXP Employee
NXP Employee

You can cross compile zbar with the commands like following:

# cd zbar

# export ARCH=arm

# export CROSS_COMPILE=arm-linux-gnueabihf-

# make

Have a great day,

Victor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 项奖励