Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] mkfs.jffs2 error
@ 2008-02-16 14:38 Steve Heflin
  2008-02-18 15:33 ` Darik Horn
  0 siblings, 1 reply; 2+ messages in thread
From: Steve Heflin @ 2008-02-16 14:38 UTC (permalink / raw)
  To: buildroot

I installed a recent copy of Buildroot2 on 2/14/2008, and attempted a 
build for the powerpc platform.  After tweaking the version 
configuration for a couple of packages, I make it all the way to the 
attempt to build a jffs2 filesystem. I get an error 
"..../default.script" file not found.  Can somebody point me to 
instructions on how to properly configure this?

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

* [Buildroot] mkfs.jffs2 error
  2008-02-16 14:38 [Buildroot] mkfs.jffs2 error Steve Heflin
@ 2008-02-18 15:33 ` Darik Horn
  0 siblings, 0 replies; 2+ messages in thread
From: Darik Horn @ 2008-02-18 15:33 UTC (permalink / raw)
  To: buildroot

 > I get an error "..../default.script" file not found.

The filesystem scripts sometimes try to pack the udhcp files even if 
CONFIG_APP_UDHCPC is not set, which is a bug.

The quick fix is:

$ mkdir -p project_build_*/*/root/usr/share/udhcpc/
$ touch project_build_*/*/root/usr/share/udhcpc/default.script

You should provide more of the error transcript to get better help sooner.

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

end of thread, other threads:[~2008-02-18 15:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-16 14:38 [Buildroot] mkfs.jffs2 error Steve Heflin
2008-02-18 15:33 ` Darik Horn

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