[mythtv-users] xbox compile error...

William Munson wmunson at rochester.rr.com
Tue Oct 24 15:48:59 UTC 2006


A JM wrote:
> Making some progress compiling on my xbox but getting the following 
> error can anyone shed some light on how to get past this one?
>
> Thanks,
>
> distcc gcc -c -pipe -march=pentiumpro -w -O3 -Wall -Wno-switch 
> -fomit-frame-pointer -D_REENTRANT -DPIC -fPIC  -DMMX -Di386 -D_GNU_SOURCE 
The first error I see is that you are compiling for the wrong processor. 
Pentiumpro op codes will not run on a xbox processor. Try compiling with 
--enable-proc-opt which should result in a march=pentium3 or xbox 
depending on your system.



More information about the mythtv-users mailing list