From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from va3outboundpool.messaging.microsoft.com (va3ehsobe003.messaging.microsoft.com [216.32.180.13]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 6ED06E0179E for ; Tue, 29 Oct 2013 03:31:35 -0700 (PDT) Received: from mail15-va3-R.bigfish.com (10.7.14.238) by VA3EHSOBE006.bigfish.com (10.7.40.26) with Microsoft SMTP Server id 14.1.225.22; Tue, 29 Oct 2013 10:31:33 +0000 Received: from mail15-va3 (localhost [127.0.0.1]) by mail15-va3-R.bigfish.com (Postfix) with ESMTP id 56768340320 for ; Tue, 29 Oct 2013 10:31:33 +0000 (UTC) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-SpamScore: -4 X-BigFish: VS-4(zzbb2dI98dI9371Ic89bh1432Izz1f42h208ch1ee6h1de0h1fdah2073h1202h1e76h1d1ah1d2ah1fc6hzz1de098h8275dh1de097h186068hz2dh2a8h839h947hd25he5bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h1765h18e1h190ch1946h19b4h19c3h1ad9h1b0ah1b2fh1fb3h1d0ch1d2eh1d3fh1dfeh1dffh1f5fh1fe8h1ff5h209eh1155h) Received: from mail15-va3 (localhost.localdomain [127.0.0.1]) by mail15-va3 (MessageSwitch) id 1383042690924228_29378; Tue, 29 Oct 2013 10:31:30 +0000 (UTC) Received: from VA3EHSMHS040.bigfish.com (unknown [10.7.14.251]) by mail15-va3.bigfish.com (Postfix) with ESMTP id 95A582C0058; Tue, 29 Oct 2013 10:31:30 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by VA3EHSMHS040.bigfish.com (10.7.99.50) with Microsoft SMTP Server (TLS) id 14.16.227.3; Tue, 29 Oct 2013 10:31:26 +0000 Received: from az84smr01.freescale.net (10.64.34.197) by 039-SN1MMR1-004.039d.mgd.msft.net (10.84.1.14) with Microsoft SMTP Server (TLS) id 14.3.158.2; Tue, 29 Oct 2013 10:31:25 +0000 Received: from [10.29.244.63] ([10.29.244.63]) by az84smr01.freescale.net (8.14.3/8.14.0) with ESMTP id r9TAVLXW023415; Tue, 29 Oct 2013 03:31:24 -0700 Message-ID: <526F8D2F.4030209@freescale.com> Date: Tue, 29 Oct 2013 08:25:51 -0200 From: Daiane Angolini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Mattias_Sahl=E9n?= , "meta-freescale@yoctoproject.org" References: In-Reply-To: X-OriginatorOrg: freescale.com X-FOPE-CONNECTOR: Id%0$Dn%*$RO%0$TLS%0$FQDN%$TlsDn% X-FOPE-CONNECTOR: Id%0$Dn%VINNTER.SE$RO%1$TLS%0$FQDN%$TlsDn% Subject: Re: Build error fsl-alsa-plugins 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: Tue, 29 Oct 2013 10:31:35 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable On 10/29/2013 04:42 AM, Mattias Sahl=E9n wrote: > Hello list, I tried to build a new image for our custom board(based on > sabre-sd) using the new dora branch. > I ran into problems with fsl-alsa-plugins: > > | arm-poky-linux-gnueabi-libtool: compile: arm-poky-linux-gnueabi-gcc > -march=3Darmv7-a -mthumb-interwork -mfloat-abi=3Dhard -mfpu=3Dneon > -mtune=3Dcortex-a9 > --sysroot=3D/home/vinnteradm/firectrl/yocto-experimental/build/tmp/sysr= oots/imx6qsabresd > -DHAVE_CONFIG_H -I. -I.. -Wall -g > -I/home/vinnteradm/firectrl/yocto-experimental/build/tmp/sysroots/imx6q= sabresd/usr/include/alsa > -I/home/vinnteradm/firectrl/yocto-experimental/build/tmp/sysroots/imx6q= sabresd/usr/src/kernel/include > -c asrc_pair.c -fPIC -DPIC -o .libs/asrc_pair.o > | asrc_pair.c: In function 'asrc_pair_convert_s16': > | asrc_pair.c:292:32: error: storage size of 'buf_info' isn't known > | struct asrc_convert_buffer buf_info; > | ^ > | asrc_pair.c:314:36: error: 'ASRC_CONVERT' undeclared (first use in > this function) > | if ((err =3D ioctl(pair->fd, ASRC_CONVERT, &buf_info)) < 0) > | ^ > | asrc_pair.c:314:36: note: each undeclared identifier is reported only > once for each function it appears in > | asrc_pair.c:293:9: warning: variable 'err' set but not used > [-Wunused-but-set-variable] > | int err; > | ^ > | asrc_pair.c:292:32: warning: unused variable 'buf_info' > [-Wunused-variable] > | struct asrc_convert_buffer buf_info; > | ^ > | make[2]: *** [asrc_pair.lo] Error 1 It looks like kernel mismatch for me > > Anyone seen this before or have any clues to what the problem might be? > > BR, > > Mattias Sahlen > > > > _______________________________________________ > meta-freescale mailing list > meta-freescale@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-freescale > --=20 Daiane