Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] BR 2012.02-rc1 :: WODIM issue (linking stage)
Date: Sat, 18 Feb 2012 12:36:28 +0100	[thread overview]
Message-ID: <201202181236.28445.arnout@mind.be> (raw)
In-Reply-To: <CAPEB33w1eEb5Efv+15-PG9QT4LRKSASz69tBspHWoASiV-w9hw@mail.gmail.com>

On Friday 17 February 2012 21:35:29 MERCADIER Johann wrote:
> Hi everybody!
> using the 2012.02-rc1 release of buildroot I felt into the following issue
> which concern WODIM during the linking stage. It probably miss a file or a
> directory not set in a good path. How I can find exactly what is missing?
> 
> "
> > Linking C executable wodim
> > cd
> > /media/hddPANDAdev/ARMSTUFF/LTiB/BR/buildroot/output/build/host-cdrkit-1.1.11/wodim
> > && /media/hddPANDAdev/ARMSTUFF/LTiB/BR/buildroot/workdone/usr/bin/cmake -E
> > cmake_link_script CMakeFiles/wodim.dir/link.txt --verbose=1
> > /usr/bin/gcc
> >  -I/media/hddPANDAdev/ARMSTUFF/LTiB/BR/buildroot/workdone/usr/include
> >  -L/media/hddPANDAdev/ARMSTUFF/LTiB/BR/buildroot/workdone/lib
> > -L/media/hddPANDAdev/ARMSTUFF/LTiB/BR/buildroot/workdone/usr/lib
> > -Wl,-rpath,/media/hddPANDAdev/ARMSTUFF/LTiB/BR/buildroot/workdone/usr/lib
> > CMakeFiles/wodim.dir/wodim.o CMakeFiles/wodim.dir/audiosize.o
> > CMakeFiles/wodim.dir/auinfo.o CMakeFiles/wodim.dir/cdr_drv.o
> > CMakeFiles/wodim.dir/cdtext.o CMakeFiles/wodim.dir/clone.o
> > CMakeFiles/wodim.dir/crc16.o CMakeFiles/wodim.dir/cue.o
> > CMakeFiles/wodim.dir/diskid.o CMakeFiles/wodim.dir/drv_7501.o
> > CMakeFiles/wodim.dir/drv_jvc.o CMakeFiles/wodim.dir/drv_mmc.o
> > CMakeFiles/wodim.dir/drv_philips.o CMakeFiles/wodim.dir/drv_simul.o
> > CMakeFiles/wodim.dir/drv_sony.o CMakeFiles/wodim.dir/fifo.o
> > CMakeFiles/wodim.dir/isosize.o CMakeFiles/wodim.dir/scsi_cdr_mmc4.o
> > CMakeFiles/wodim.dir/scsi_mmc4.o CMakeFiles/wodim.dir/sector.o
> > CMakeFiles/wodim.dir/subchan.o CMakeFiles/wodim.dir/wm_packet.o
> > CMakeFiles/wodim.dir/wm_session.o CMakeFiles/wodim.dir/wm_track.o
> > CMakeFiles/wodim.dir/xio.o  -o wodim -rdynamic -L../librols -L../libusal
> > -L../libedc
> > -L/media/hddPANDAdev/ARMSTUFF/LTiB/BR/buildroot/output/build/host-cdrkit-1.1.11/libusal
> > -L/media/hddPANDAdev/ARMSTUFF/LTiB/BR/buildroot/output/build/host-cdrkit-1.1.11/librols
> > -L/media/hddPANDAdev/ARMSTUFF/LTiB/BR/buildroot/output/build/host-cdrkit-1.1.11/wodim
> > -L/media/hddPANDAdev/ARMSTUFF/LTiB/BR/buildroot/output/build/host-cdrkit-1.1.11/libedc
> > ../libusal/libusal.a ../librols/librols.a -lcap libwodimstuff.a
> > ../libedc/libedc.a
> > make[3]: Leaving directory
> > `/media/hddPANDAdev/ARMSTUFF/LTiB/BR/buildroot/output/build/host-cdrkit-1.1.11'
> > /media/hddPANDAdev/ARMSTUFF/LTiB/BR/buildroot/workdone/usr/bin/cmake -E
> > cmake_progress_report
> > /media/hddPANDAdev/ARMSTUFF/LTiB/BR/buildroot/output/build/host-cdrkit-1.1.11/CMakeFiles
> >  85 86 87 88 89 90 91 92 93 94 95 96
> > [ 87%] Built target wodim
> > make[2]: Leaving directory
> > `/media/hddPANDAdev/ARMSTUFF/LTiB/BR/buildroot/output/build/host-cdrkit-1.1.11'
> > make[1]: *** [all] Error 2
> > make[1]: Leaving directory
> > `/media/hddPANDAdev/ARMSTUFF/LTiB/BR/buildroot/output/build/host-cdrkit-1.1.11'
> > make: ***
> > [/media/hddPANDAdev/ARMSTUFF/LTiB/BR/buildroot/output/build/host-cdrkit-1.1.11/.stamp_built]
> > Error 2
> > "

 There is not error message here...  Could you run again with BR2_JLEVEL=1 ?

 And maybe also do a make savedefconfig and post it.

 Regards,
 Arnout

-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
Essensium/Mind                                     http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium                BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20120218/b111e42a/attachment.html>

  reply	other threads:[~2012-02-18 11:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CAPEB33yG=-ETJSRQZgAAz45Lpu+2XWURiGRGRkzfFfaawt6d+w@mail.gmail.com>
2012-02-17 20:35 ` [Buildroot] BR 2012.02-rc1 :: WODIM issue (linking stage) MERCADIER Johann
2012-02-18 11:36   ` Arnout Vandecappelle [this message]
2012-02-20 17:00     ` MERCADIER Johann
2012-02-20 19:26       ` Samuel Martin

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=201202181236.28445.arnout@mind.be \
    --to=arnout@mind.be \
    --cc=buildroot@busybox.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox