Hello, On Fri, Oct 31, 2008 at 6:13 PM, emanuele bottegoni <emanuele.b at automaonline.com> wrote: > In detail the Error log is the following..... > > arm-none-linux-gnueabi-gcc -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 > -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -I.. -I.. -Wdisabled-optimization > -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall > -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -pipe -ffast-math > -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE > -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I. > -I/home/ema/mplayerSVN-ARM/live -c -o tscc.o tscc.c > tscc.c:44:18: error: zlib.h: No such file or directory Looks like you don't have zlib header files in the path of your cross-compiler... Please install it and it should work! Guillaume -- One should not give up hope on imbeciles. With a little training, you can make them into soldiers. -- Pierre Desproges