From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.free-electrons.com (top.free-electrons.com [176.31.233.9]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 854B7E0150A for ; Tue, 17 Sep 2013 07:24:50 -0700 (PDT) Received: by mail.free-electrons.com (Postfix, from userid 106) id 269D3802; Tue, 17 Sep 2013 16:24:57 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.free-electrons.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT, URIBL_BLOCKED shortcircuit=ham autolearn=disabled version=3.3.2 Received: from [192.168.1.55] (128-79-216-144.hfc.dyn.abo.bbox.fr [128.79.216.144]) by mail.free-electrons.com (Postfix) with ESMTPSA id D3E2374F; Tue, 17 Sep 2013 16:24:56 +0200 (CEST) Message-ID: <52386630.2080207@free-electrons.com> Date: Tue, 17 Sep 2013 16:24:48 +0200 From: Alexandre Belloni Organization: Free Electrons User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: Otavio Salvador References: In-Reply-To: X-Enigmail-Version: 1.4.6 Cc: "meta-freescale@yoctoproject.org" Subject: Re: imx-bootlets build failure 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, 17 Sep 2013 14:24:50 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 17/09/2013 16:03, Otavio Salvador wrote: > Hello Alexandre, > > I've put current master in autobuilder and got following build failure: > > | make[1]: Entering directory > `/home/otavio/hacking/fsl-community-bsp/build-2013-09-17/tmp/work/cfa10036-poky-linux-gnueabi/imx-bootlets/10.12.01-r4/imx-bootlets-src-10.12.01/linux_prep' > | arm-poky-linux-gnueabi-gcc -c -Wall -I./include -nostdinc > -fno-builtin -O -DMX28 -DBOARD_CFA10036 -D__ASSEMBLY__ -o core/entry.o > core/entry.S > | arm-poky-linux-gnueabi-gcc -c -Wall -I./include -nostdinc > -fno-builtin -O -DMX28 -DBOARD_CFA10036 -D__ASSEMBLY__ -o > core/resume.o core/resume.S > | arm-poky-linux-gnueabi-gcc -c -Wall -I./include -nostdinc > -fno-builtin -O -DMX28 -DBOARD_CFA10036 > -DCMDLINES_FILE=\"./output-target/command_lines_stripped.txt\" > -D__ASSEMBLY__ -o core/cmdlines.o core/cmdlines.S > | arm-poky-linux-gnueabi-gcc -c -Wall -I./include -nostdinc > -fno-builtin -O -DMX28 -DBOARD_CFA10036 -o core/setup.o core/setup.c > | arm-poky-linux-gnueabi-gcc -c -Wall -I./include -nostdinc > -fno-builtin -O -DMX28 -DBOARD_CFA10036 -o core/keys.o core/keys.c > | arm-poky-linux-gnueabi-gcc -c -Wall -I./include -nostdinc > -fno-builtin -O -DMX28 -DBOARD_CFA10036 -o board/cfa10036.o > board/cfa10036.c > | arm-poky-linux-gnueabi-gcc -c -Wall -I./include -nostdinc > -fno-builtin -O -DMX28 -DBOARD_CFA10036 -o hw/lradc-buttons.o > hw/lradc-buttons.c > | arm-poky-linux-gnueabi-cpp -P -DBASE_ADDR=0x00002000 -o > output-target/linux_prep.ld linux_prep.ld.in > | arm-poky-linux-gnueabi-ld -o output-target/linux_prep ./core/entry.o > ./core/resume.o ./core/cmdlines.o ./core/setup.o ./core/keys.o > ./board/cfa10036.o ./hw/lradc-buttons.o -static -nostdlib -T > ./output-target/linux_prep.ld -L./ -lgcc > | arm-poky-linux-gnueabi-ld: cannot find -lgcc > | make[1]: *** [output-target/linux_prep] Error 1 > | make[1]: Leaving directory > `/home/otavio/hacking/fsl-community-bsp/build-2013-09-17/tmp/work/cfa10036-poky-linux-gnueabi/imx-bootlets/10.12.01-r4/imx-bootlets-src-10.12.01/linux_prep' > | make: *** [linux_prep] Error 2 > | ERROR: oe_runmake failed > | WARNING: /home/otavio/hacking/fsl-community-bsp/build-2013-09-17/tmp/work/cfa10036-poky-linux-gnueabi/imx-bootlets/10.12.01-r4/temp/run.do_compile.13439:1 > exit 1 from > | exit 1 > | ERROR: Function failed: do_compile (log file is located at > /home/otavio/hacking/fsl-community-bsp/build-2013-09-17/tmp/work/cfa10036-poky-linux-gnueabi/imx-bootlets/10.12.01-r4/temp/log.do_compile.13439) > > > Can you take a look at this? > Hum, weird, I built master this morning and it worked fine. Is that the only board using the bootlets failing ? I seem to get the same log but it is not failing: arm-poky-linux-gnueabi-gcc -c -Wall -I./include -nostdinc -fno-builtin -O -DMX28 -DBOARD_CFA10036 -o hw/lradc-buttons.o hw/lradc-buttons.c arm-poky-linux-gnueabi-cpp -P -DBASE_ADDR=0x00002000 -o output-target/linux_prep.ld linux_prep.ld.in arm-poky-linux-gnueabi-ld -o output-target/linux_prep ./core/entry.o ./core/resume.o ./core/cmdlines.o ./core/setup.o ./core/keys.o ./board/cfa10036.o ./hw/lradc-buttons.o -static -nostdlib -T ./output-target/linux_prep.ld -L/home/alex/Projects/crystalfontz/fsl/cfa10058/tmp/sysroots/cfa10058/usr/lib/a rm-poky-linux-gnueabi/4.8.1/ -lgcc arm-poky-linux-gnueabi-objcopy -R -S -O binary output-target/linux_prep output-target/linux_prep.rom make[1]: Leaving directory `/home/alex/Projects/crystalfontz/fsl/cfa10058/tmp/work/cfa10058-poky-linux-gnueabi/imx-bootlets/10.12.01-r4/imx-bootlets-sr c-10.12.01/linux_prep' I'll try to update my tree again and see if I can reproduce. -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com