Hi All,

I was trying to build x264 for FreeScale PowerPc and it getting 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=/home/vmprodev/QorIQ-SDK-V1.7-20141218-yocto/build_t1040rdb_release/tmp/sysroots/
       t1040rdb -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
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to