Hudson Hsueh writes:
>
> Dears:
>
> I want to cross-compile Xvid codec(http://www.xvid.org/)(from 
> <http://www.xvid.org/%29%28from> svn) with cegcc(compiled from svn) 
> for my WM 5.0 device,
> I tried for several days and now I was stuck on some problem.
>
> Following is My configure command,
>
> ./configure CC=/opt/cegcc/bin/arm-wince-cegcc-gcc --host=arm
> configure: WARNING: If you wanted to set the --build type, don't use 
> --host.
>     If a cross compiler is detected then cross compile mode will be used.
> checking build system type... i686-pc-linux-gnuaout
> checking host system type... arm-unknown-none
> checking target system type... arm-unknown-none
>

Invoke configure like so instead:
./configure --host=arm-wince-cegcc-gcc

Cheers,
Pedro Alves



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to