From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1-g21.free.fr (smtp1-g21.free.fr [212.27.42.1]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 9FA96E01621 for ; Wed, 25 Sep 2013 14:29:13 -0700 (PDT) Received: from e6520eb (unknown [82.233.81.124]) (Authenticated sender: eukrea) by smtp1-g21.free.fr (Postfix) with ESMTPSA id D622C940188; Wed, 25 Sep 2013 23:29:05 +0200 (CEST) Date: Wed, 25 Sep 2013 23:29:04 +0200 From: Eric =?ISO-8859-1?B?QuluYXJk?= To: Gary Thomas Message-ID: <20130925232904.5a96594b@e6520eb> In-Reply-To: <5243531B.6060308@mlbassoc.com> References: <5243531B.6060308@mlbassoc.com> Organization: =?ISO-8859-1?B?RXVrculh?= Electromatique X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Cc: meta-freescale Subject: Re: Build error X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Sep 2013 21:29:18 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Gary, Le Wed, 25 Sep 2013 15:18:19 -0600, Gary Thomas a =E9crit : > Using the latest master branches, I'm getting this failure when I try to > use linux-fslc for the kernel (instead of linux-imx). >=20 > | arm-amltd-linux-gnueabi-libtool: compile: arm-amltd-linux-gnueabi-gcc = -march=3Darmv7-a -mthumb-interwork -mfloat-abi=3Dhard -mfpu=3Dneon -mtune= =3Dcortex-a9=20 > --sysroot=3D/local/imx6_new/tmp/sysroots/sabrelite -DHAVE_CONFIG_H -I. -I= .. -Wall -g -I/local/imx6_new/tmp/sysroots/sabrelite/usr/include/alsa=20 > -I/local/imx6_new/tmp/sysroots/sabrelite/usr/src/kernel/include -c rate_a= srcrate.c -fPIC -DPIC -o .libs/rate_asrcrate.o > | asrc_pair.c:28:28: fatal error: linux/mxc_asrc.h: No such file or direc= tory > | compilation terminated. > | make[2]: *** [asrc_pair.lo] Error 1 > | make[2]: *** Waiting for unfinished jobs.... > | In file included from rate_asrcrate.c:24:0: > | asrc_pair.h:28:28: fatal error: linux/mxc_asrc.h: No such file or direc= tory fslc kernel doesn't provide these headers so most Freescale specific userland needing Freescale's kernel headers won't compile when you select fscl kernel. Eric