All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandre Belloni <alexandre.belloni@free-electrons.com>
To: Otavio Salvador <otavio@ossystems.com.br>
Cc: "meta-freescale@yoctoproject.org" <meta-freescale@yoctoproject.org>
Subject: Re: imx-bootlets build failure
Date: Tue, 17 Sep 2013 16:24:48 +0200	[thread overview]
Message-ID: <52386630.2080207@free-electrons.com> (raw)
In-Reply-To: <CAP9ODKpdbhHjr_36DCRkrpwS=mO-NxpWRZfwY4ppTNOGu76Hug@mail.gmail.com>

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



  reply	other threads:[~2013-09-17 14:24 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-17 14:03 imx-bootlets build failure Otavio Salvador
2013-09-17 14:24 ` Alexandre Belloni [this message]
2013-09-17 14:38   ` Otavio Salvador
2013-09-17 15:12     ` Eric Bénard
2013-09-21  7:48     ` Alexandre Belloni
2013-09-21 21:37       ` Otavio Salvador
2013-09-22 10:48         ` Alexandre Belloni
2013-09-22 20:27           ` Otavio Salvador

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52386630.2080207@free-electrons.com \
    --to=alexandre.belloni@free-electrons.com \
    --cc=meta-freescale@yoctoproject.org \
    --cc=otavio@ossystems.com.br \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.