From: don <don_reid@comcast.net>
To: buildroot@busybox.net
Subject: [Buildroot] patch for pcmcia.mk
Date: Thu, 24 Aug 2006 15:22:35 -0700 [thread overview]
Message-ID: <20060824222235.GA12596@reid1.localdomain> (raw)
I got an error message while trying to build pcmia.
------------------------
.../buildroot/build_i486/busybox/examples/depmod.pl \
-b .../buildroot/build_i486/root/lib/modules/2.6.11.5/ \
-k .../buildroot/build_i486/linux-2.6.11.5/vmlinux \
-F .../buildroot/build_i486/linux-2.6.11.5/System.map \
> .../buildroot/build_i486/root/lib/modules/2.6.11.5/modules.dep
can't use both -k and -F
------------------------
It looks like the linux binary is just used if a system map file cannot
be found. So I changed the make file to remove it.
--- package/pcmcia/pcmcia.mk.orig 2006-08-24 13:42:37.000000000 -0700
+++ package/pcmcia/pcmcia.mk 2006-08-24 13:42:43.000000000 -0700
@@ -91,7 +91,6 @@
[ -d $(TARGET_DIR)/lib/modules/$(LINUX_VERSION) ] && \
$(BUSYBOX_DIR)/examples/depmod.pl \
-b $(TARGET_DIR)/lib/modules/$(LINUX_VERSION)/ \
- -k $(LINUX_DIR)/vmlinux \
-F $(LINUX_DIR)/System.map \
> $(TARGET_DIR)/lib/modules/$(LINUX_VERSION)/modules.dep
touch $(PCMCIA_DIR)/.modules.dep
Don Reid
next reply other threads:[~2006-08-24 22:22 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-24 22:22 don [this message]
2006-08-25 2:44 ` [Buildroot] patch for pcmcia.mk Erik Andersen
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=20060824222235.GA12596@reid1.localdomain \
--to=don_reid@comcast.net \
--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