zbar cross compilation for i.MX6 platform

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

zbar cross compilation for i.MX6 platform

1,267 Views
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.

Labels (5)
0 Kudos
1 Reply

711 Views
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 Kudos