Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Errors using buildroot-2010.11 on Fedora 14 x86_64
@ 2011-02-22 20:10 Steve Johnson
  2011-02-22 22:20 ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Steve Johnson @ 2011-02-22 20:10 UTC (permalink / raw)
  To: buildroot

I get the following error when I try to use buildroot (this is the end of
the output):

rm -rf /home//projects/embeddedlinux/
test1/build-tools/buildroot-2010.11/output/target/usr/share/gtk-doc
rmdir
/home//projects/embeddedlinux/test1/build-tools/buildroot-2010.11/output/target/usr/share
2>/dev/null
* make: [target-finalize] Error 1 (ignored)*
find
/home//projects/embeddedlinux/test1/build-tools/buildroot-2010.11/output/target
-type f -perm +111 '!' -name 'libthread_db*.so*' | \
               xargs
/home//projects/embeddedlinux/test1/tools1/usr/bin/arm-unknown-linux-uclibcgnueabi-strip
--remove-section=.comment --remove-section=.note 2>/dev/null || true
find
/home//projects/embeddedlinux/test1/build-tools/buildroot-2010.11/output/target/lib/modules
-type f -name '*.ko' | \
               xargs -r
/home//projects/embeddedlinux/test1/tools1/usr/bin/arm-unknown-linux-uclibcgnueabi-strip
--remove-section=.comment --remove-section=.note --strip-unneeded ||
true
find:
`/home//projects/embeddedlinux/test1/build-tools/buildroot-2010.11/output/target/lib/modules':
No such file or directory
mkdir -p
/home//projects/embeddedlinux/test1/build-tools/buildroot-2010.11/output/target/etc
# Mandatory configuration file and auxilliary cache directory
# for recent versions of ldconfig
touch
/home//projects/embeddedlinux/test1/build-tools/buildroot-2010.11/output/target/etc/ld.so.conf
mkdir -p
/home//projects/embeddedlinux/test1/build-tools/buildroot-2010.11/output/target/var/cache/ldconfig
if [ -x
"/home//projects/embeddedlinux/test1/tools1/usr/bin/arm-unknown-linux-uclibcgnueabi-ldconfig"
]; \
       then \

 /home//projects/embeddedlinux/test1/tools1/usr/bin/arm-unknown-linux-uclibcgnueabi-ldconfig
-r
/home//projects/embeddedlinux/test1/build-tools/buildroot-2010.11/output/target;
\
       else \
               /sbin/ldconfig -r
/home//projects/embeddedlinux/test1/build-tools/buildroot-2010.11/output/target;
\
       fi
/home//projects/embeddedlinux/test1/tools1/usr/bin/arm-unknown-linux-uclibcgnueabi-ldconfig:
*can't resolve /usr/X11R6/lib in chroot .: No such file or directory
*
/home//projects/embeddedlinux/test1/tools1/usr/bin/arm-unknown-linux-uclibcgnueabi-ldconfig:
*skipping /usr/X11R6/lib: No such file or directory
*echo 2010.11 >
/home//projects/embeddedlinux/test1/build-tools/buildroot-2010.11/output/target/etc/br-version
rm -f
/home//projects/embeddedlinux/test1/build-tools/buildroot-2010.11/output/build/.fakeroot*
$

Thanks,

Steve
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20110222/b95d11fd/attachment.html>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] Errors using buildroot-2010.11 on Fedora 14 x86_64
  2011-02-22 20:10 [Buildroot] Errors using buildroot-2010.11 on Fedora 14 x86_64 Steve Johnson
@ 2011-02-22 22:20 ` Peter Korsgaard
  2011-02-23  5:36   ` Steve Johnson
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2011-02-22 22:20 UTC (permalink / raw)
  To: buildroot

>>>>> "Steve" == Steve Johnson <sjohnson228@gmail.com> writes:

 Steve> I get the following error when I try to use buildroot (this is
 Steve> the end of the output):

 Steve> echo 2010.11 > /home//projects/embeddedlinux/test1/build-tools/
 Steve> buildroot-2010.11/output/target/etc/br-version
 Steve> rm -f /home//projects/embeddedlinux/test1/build-tools/buildroot-2010.11/output/
 Steve> build/.fakeroot*

I don't see any errors. From this output it just looks as if you didn't
enable any output images (make menuconfig -> Target filesystem options).

The warnings / ignored errors above are expected (depending on what
packages are enabled).

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] Errors using buildroot-2010.11 on Fedora 14 x86_64
  2011-02-22 22:20 ` Peter Korsgaard
@ 2011-02-23  5:36   ` Steve Johnson
  0 siblings, 0 replies; 3+ messages in thread
From: Steve Johnson @ 2011-02-23  5:36 UTC (permalink / raw)
  To: buildroot

Hi,

I expected to see a "SUCCESS" message.

I did not enable an output image.

Another question though. In my toolchain output directory I seem to have
multiple copies of the same binaries..
In directory /usr/bin I have the gcc compiler (and other binaries) and in
directory /usr/arm-linux/bin I also have gcc? Why is that?

Thanks,

On Tue, Feb 22, 2011 at 2:20 PM, Peter Korsgaard <jacmet@uclibc.org> wrote:

> >>>>> "Steve" == Steve Johnson <sjohnson228@gmail.com> writes:
>
>  Steve> I get the following error when I try to use buildroot (this is
>  Steve> the end of the output):
>
>  Steve> echo 2010.11 > /home//projects/embeddedlinux/test1/build-tools/
>  Steve> buildroot-2010.11/output/target/etc/br-version
>  Steve> rm -f
> /home//projects/embeddedlinux/test1/build-tools/buildroot-2010.11/output/
>  Steve> build/.fakeroot*
>
> I don't see any errors. From this output it just looks as if you didn't
> enable any output images (make menuconfig -> Target filesystem options).
>
> The warnings / ignored errors above are expected (depending on what
> packages are enabled).
>
> --
> Bye, Peter Korsgaard
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20110222/d68f1e67/attachment.html>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-02-23  5:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-22 20:10 [Buildroot] Errors using buildroot-2010.11 on Fedora 14 x86_64 Steve Johnson
2011-02-22 22:20 ` Peter Korsgaard
2011-02-23  5:36   ` Steve Johnson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox