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.
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!
-----------------------------------------------------------------------------------------------------------------------