All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Carlos Salvador Pérez Salgado" <carlosalvatore@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Problem compiling u-boot for microblaze, libpost.a not found
Date: Thu, 01 Jul 2010 16:18:08 -0500	[thread overview]
Message-ID: <4C2D0610.6040507@gmail.com> (raw)

first petalinux:
...petalinux-v0.40-rc4$ source ./settings.sh
PetaLinux environment set to '/media/disk/uClinux/petalinux-v0.40-rc4'
next uboot:
...u-boot-microblaze$ alias ubmake="make ARCH=microblaze 
CROSS_COMPILE=microblaze-uclinux- -j4"
...u-boot-microblaze$ ubmake O="../uboot_test/" distclean
rm -rf /media/disk/uClinux/uboot_test/*
...u-boot-microblaze$ ubmake O="../uboot_test/" microblaze-generic_config
Configuring for microblaze-generic board...
...u-boot-microblaze$ ubmake O="../uboot_test/" all
make[1]: Entering directory `/media/disk/uClinux/u-boot-microblaze/post'
(echo create /media/disk/uClinux/uboot_test/post/libpost.a; for lib in   ; \
      do echo addlib $lib; done; echo save) \
     | microblaze-uclinux-ar -M
*microblaze-uclinux-ar: Can't open output archive 
tmp-/media/disk/uClinux/uboot_test/post/libpost.a*
make[1]: *** [/media/disk/uClinux/uboot_test/post/libpost.a] Error 9
make[1]: Leaving directory `/media/disk/uClinux/u-boot-microblaze/post'
make: *** [/media/disk/uClinux/uboot_test/post/libpost.a] Error 2
make: *** Waiting for unfinished jobs....

I want to know how could I fix this. Thank you!

             reply	other threads:[~2010-07-01 21:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-01 21:18 Carlos Salvador Pérez Salgado [this message]
2010-07-06  6:06 ` [U-Boot] Problem compiling u-boot for microblaze, libpost.a not found Michal Simek

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=4C2D0610.6040507@gmail.com \
    --to=carlosalvatore@gmail.com \
    --cc=u-boot@lists.denx.de \
    /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.