[meta-freescale] [meta-fsl-arm][PATCH v4 1/6] ls-base.inc: Add base configuration for Layerspace1 support

zhenhua.luo at freescale.com zhenhua.luo at freescale.com
Tue Sep 9 20:08:07 PDT 2014


Hi Otavio, 

I try to reproduce the issue, but failed to reproduce. 

I checked the configure file of libgcc, the error is thrown by the ac_cv_build pattern match, following is the procedure of the match process.  

1. ac_build_alias=$build_alias		# build_alias is passed from --build parameter of ./configure, it should be "x86_64-linux". 
2. ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias`		# ac_aux_dir on the build server should be .../build-framebuffer/tmp/work-shared/gcc-4.9.1-r0/gcc-4.9.1//libgcc/../, normally the $ac_cv_build should be something like x86_64-pc-linux-gnu
3. case $ac_cv_build in
   *-*-*) ;;
   *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
   esac

I am not sure why this is not the case on your build machine. Can you please help to attach the log.do_configure, config.log of libgcc-initial? Also can you help to rerun the build test for ls1 to see if this is an occasional case or 100% reproducible?


Best Regards,

Zhenhua

> -----Original Message-----
> From: otavio.salvador at gmail.com [mailto:otavio.salvador at gmail.com] On
> Behalf Of Otavio Salvador
> Sent: Friday, September 05, 2014 10:01 AM
> To: Luo Zhenhua-B19537
> Cc: meta-freescale at yoctoproject.org
> Subject: Re: [meta-freescale] [meta-fsl-arm][PATCH v4 1/6] ls-base.inc:
> Add base configuration for Layerspace1 support
> 
> On Thu, Sep 4, 2014 at 10:58 PM, zhenhua.luo at freescale.com
> <zhenhua.luo at freescale.com> wrote:
> > May I know that is the build process to reproduce this error, also the
> Linux distro of the build machine? I use the poky HEAD + meta-fsl-arm
> HEAD + the 6 patches, the build can pass.
> 
> Sure.
> 
> The log is at:
> 
> http://ci.ossystems.com.br/job/fsl-community-bsp-master/340/consoleFull
> 
> --
> Otavio Salvador                             O.S. Systems
> http://www.ossystems.com.br        http://code.ossystems.com.br
> Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


More information about the meta-freescale mailing list