配置交叉编译
1 source /opt/fsl-imx-x11/4.1.15-2.1.0/environment-setup-cortexa7hf-neon-poky-linux-gnueabi
ubuntu下编译jpej图片.c命令
1 ${CC} -o show_jpeg_image show_jpeg_image.c -I/home/zwl/linux/tool/jpeg/include -L/home/zwl/linux/tool/jpeg/lib -ljpeg -Wl,-rpath,/home/zwl/linux/tool/jpeg/lib
ubuntu下编译png图片.c命令
1 ${CC} -o show_png_image show_png_image.c -I/home/zwl/linux/tool/png/include -L/home/zwl/linux/tool/png/lib -L/home/zwl/linux/tool/zlib/lib -lpng -lz
编译freetype
1 ${CC} -o freetype_test freetype_test.c -I/home/zwl/linux/tool/freetype/include/freetype2 -L/home/zwl/linux/tool/freetype/lib -lfreetype -L/home/zwl/linux/tool/zlib/lib -lz -L/home/zwl/linux/tool/png/lib -lpng -lm
编译v4l2,使用MJPG格式需要
1 ${CC} -o video_show video_show.c -I/home/zwl/linux/tool/jpeg/include -L/home/zwl/linux/tool/jpeg/lib -ljpeg -Wl,-rpath,/home/zwl/linux/tool/jpeg/lib