Start of topic | Skip to actions
BfJpgTn
aboutfor whatever reason i need to be able to resize images on the fly on a blackfin SBC. This may eventually be part of the BalloonSatellite or my future mars rover or something. At the moment I need this functionality for a demo I'm doing at work. I'll flesh this out as it comes about but for now I just need to keep notes will I get it built.
lame build
#lame build script to get jpgtn compiled for the blackfin running uClinux bfin-uclinux-gcc -DHAVE_CONFIG_H -I/home/cpepe/working/uClinux-dist-adi/lib/libjpeg/ -g -O2 -c jpgtn.c bfin-uclinux-gcc -DHAVE_CONFIG_H -I/home/cpepe/working/uClinux-dist-adi/lib/libjpeg/ -g -O2 -c readjpeg.c bfin-uclinux-gcc -DHAVE_CONFIG_H -I/home/cpepe/working/uClinux-dist-adi/lib/libjpeg/ -g -O2 -c writejpeg.c bfin-uclinux-gcc -DHAVE_CONFIG_H -I/home/cpepe/working/uClinux-dist-adi/lib/libjpeg/ -g -O2 -c resizepic.c bfin-uclinux-gcc -Wl,-elf2flt -L/home/cpepe/working/uClinux-dist-adi/lib/libjpeg/ -g -O2 -o jpgtn jpgtn.o readjpeg.o writejpeg.o resizepic.o -ljpeg
| |||||||||||||||||||||||||