All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hebbar <gururajakr@sanyo.co.in>
To: buildroot@busybox.net
Subject: [Buildroot] DirectFB Fails with wrong File Format erro rfor libsysfs
Date: Wed, 1 Aug 2007 23:57:39 -0700 (PDT)	[thread overview]
Message-ID: <11959410.post@talk.nabble.com> (raw)
In-Reply-To: <11959125.post@talk.nabble.com>


Hi All,
 

  After i renamed the libsysfs.* from my root /usr/lib/libsysfs to something
else, compileation continued. but later got struct at 

cp -dpf
/home/guru/project/original/toolchains/buildroot/build_arm/staging_dir/usr/lib/libdirect*
/home/guru/project/original/toolchains/buildroot/build_arm/staging_dir/usr/lib/libfusion*
/home/guru/project/original/toolchains/buildroot/project_build_arm/uclibc/root/usr/lib/
cp: cannot stat
`/home/guru/project/original/toolchains/buildroot/build_arm/staging_dir/usr/lib/libdirect*':
No such file or directory
cp: cannot stat
`/home/guru/project/original/toolchains/buildroot/build_arm/staging_dir/usr/lib/libfusion*':
No such file or directory
make: ***
[/home/guru/project/original/toolchains/buildroot/project_build_arm/uclibc/root/usr/lib/libdirectfb.so]
Error 1

  
   I looked through the $(BUILD_DIR)/staging_dir/usr/lib & found that the
files are actually copied to $(BUILD_DIR)/staging_dir/lib/. Find attached
the details of directfb.mk file & let me know what changes i shld make.


Regards
Gururaja

**********directfb.mk*****************************

<snip>
<snip>

$(STAGING_DIR)/usr/lib/libdirectfb.so: $(DIRECTFB_DIR)/.compiled
	$(MAKE) DESTDIR=$(STAGING_DIR) -C $(DIRECTFB_DIR) install
	touch -c $(STAGING_DIR)/lib/libdirectfb.so

$(TARGET_DIR)/usr/lib/libdirectfb.so: $(STAGING_DIR)/usr/lib/libdirectfb.so
	cp -dpf $(STAGING_DIR)/usr/lib/libdirect* $(STAGING_DIR)/usr/lib/libfusion*
$(TARGET_DIR)/usr/lib/
	cp -rdpf $(STAGING_DIR)/usr/lib/directfb-* $(TARGET_DIR)/usr/lib/
	-$(STRIP) --strip-unneeded \
		$(TARGET_DIR)/usr/lib/libdirectfb.so \
		$(TARGET_DIR)/usr/lib/libdirect.so \
		$(TARGET_DIR)/usr/lib/libfusion.so

directfb: uclibc jpeg libpng freetype libsysfs
$(TARGET_DIR)/usr/lib/libdirectfb.so
<snip>


-- 
View this message in context: http://www.nabble.com/DirectFB-Fails-with-wrong-File-Format-erro-rfor-libsysfs-tf4204376.html#a11959410
Sent from the BuildRoot mailing list archive at Nabble.com.

  reply	other threads:[~2007-08-02  6:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-02  6:25 [Buildroot] DirectFB Fails with wrong File Format erro rfor libsysfs Hebbar
2007-08-02  6:57 ` Hebbar [this message]
2007-08-02  8:00 ` Benjamin Tietz
  -- strict thread matches above, loose matches on Subject: below --
2007-08-02  8:01 Benjamin Tietz

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=11959410.post@talk.nabble.com \
    --to=gururajakr@sanyo.co.in \
    --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 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.