Error while building x264

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Error while building x264

830 Views
abhinavbipnesh
Contributor I

I was trying to build x264 for t1040rdb  and it get failed with below error log

Log data follows:

| DEBUG: Executing python function sysroot_cleansstate

| DEBUG: Python function sysroot_cleansstate finished

| DEBUG: Executing shell function do_configure

| No working C compiler found.

When I check the config.log file it reports below error

Failed commandline was:

--------------------------------------------------

powerpc-fsl-linux-gcc  -m32 -mhard-float -mcpu=e5500 --sysroot=<sysroot dir> conftest.c  -  O2 -pipe -g -feliminate-unused-debug-types -Wall -I. -I$(SRCPATH) –sysroot=<sysroot dir>  - maltivec -mabi=altivec   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed --sysroot=<sysroot dir> -lm -o conftest

conftest.c:1:0: error: AltiVec not supported in this target

  int main () {  return 0; }

  ^

--------------------------------------------------

Failed program was:

--------------------------------------------------

int main () {  return 0; }

--------------------------------------------------

DIED: No working C compiler found.

So any thoughts how to fix this issue.

Thanks,

Abhinav

Tags (3)
0 Kudos
0 Replies