Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Compiling host-mtd 1.3.1 error: ld: cannot find -lubi
@ 2010-05-19 20:06 Bill Borton
  2010-05-19 20:25 ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Bill Borton @ 2010-05-19 20:06 UTC (permalink / raw)
  To: buildroot

I am trying to build a jffs2 root file system.  I can not get
past this latest snag.  While compiling "host-mtd 1.3.1" it
errors out with this:

/usr/lib/gcc/i686-pc-linux-gnu/4.3.4/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lubi
collect2: ld returned 1 exit status
make[2]: *** [/home/drumgod/space1/atmel_linux/buildroot/from_uclibc/5-19-10/buildroot-2010.05-rc2/output/build/host-mtd-1.3.1/mkfs.ubifs/mkfs.ubifs] Error 1
rm /home/drumgod/space1/atmel_linux/buildroot/from_uclibc/5-19-10/buildroot-2010.05-rc2/output/build/host-mtd-1.3.1/mkfs.ubifs/mkfs.ubifs.o
make[2]: Leaving directory `/home/drumgod/space1/atmel_linux/buildroot/from_uclibc/5-19-10/buildroot-2010.05-rc2/output/build/host-mtd-1.3.1/mkfs.ubifs'
make[1]: *** [subdirs_mkfs.ubifs_all] Error 2
make[1]: *** Waiting for unfinished jobs....

and ultimately this:

make[1]: Leaving directory `/home/drumgod/space1/atmel_linux/buildroot/from_uclibc/5-19-10/buildroot-2010.05-rc2/output/build/host-mtd-1.3.1'
make: *** [/home/drumgod/space1/atmel_linux/buildroot/from_uclibc/5-19-10/buildroot-2010.05-rc2/output/build/host-mtd-1.3.1/.stamp_built] Error 2

I have tried many different configuration combinations but haven't
been able to get past this point.  Can someone please point me in
the right direction?

Thanks guys,
-Bill

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

* [Buildroot] Compiling host-mtd 1.3.1 error: ld: cannot find -lubi
  2010-05-19 20:06 [Buildroot] Compiling host-mtd 1.3.1 error: ld: cannot find -lubi Bill Borton
@ 2010-05-19 20:25 ` Peter Korsgaard
  2010-05-20 13:46   ` Bill Borton
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2010-05-19 20:25 UTC (permalink / raw)
  To: buildroot

>>>>> "Bill" == Bill Borton <security@conwin.com> writes:

 Bill> make[1]: Leaving directory `/home/drumgod/space1/atmel_linux/buildroot/from_uclibc/5-19-10/buildroot-2010.05-rc2/output/build/host-mtd-1.3.1'
 Bill> make: *** [/home/drumgod/space1/atmel_linux/buildroot/from_uclibc/5-19-10/buildroot-2010.05-rc2/output/build/host-mtd-1.3.1/.stamp_built] Error 2

 Bill> I have tried many different configuration combinations but haven't
 Bill> been able to get past this point.  Can someone please point me in
 Bill> the right direction?

That sounds like the parallel make issue recently reported - Does it
work for you if you change all instances of $(MAKE) in
package/mtd/mtd.mk to $(MAKE1) ?

-- 
Bye, Peter Korsgaard

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

* [Buildroot] Compiling host-mtd 1.3.1 error: ld: cannot find -lubi
  2010-05-19 20:25 ` Peter Korsgaard
@ 2010-05-20 13:46   ` Bill Borton
  0 siblings, 0 replies; 3+ messages in thread
From: Bill Borton @ 2010-05-20 13:46 UTC (permalink / raw)
  To: buildroot

On Wed, 19 May 2010 22:25:51 +0200
Peter Korsgaard <jacmet@uclibc.org> wrote:
> >>>>> "Bill" == Bill Borton <security@conwin.com> writes:
> 
>  Bill> make[1]: Leaving directory `/home/drumgod/space1/atmel_linux/buildroot/from_uclibc/5-19-10/buildroot-2010.05-rc2/output/build/host-mtd-1.3.1'
>  Bill> make: *** [/home/drumgod/space1/atmel_linux/buildroot/from_uclibc/5-19-10/buildroot-2010.05-rc2/output/build/host-mtd-1.3.1/.stamp_built] Error 2
> 
>  Bill> I have tried many different configuration combinations but haven't
>  Bill> been able to get past this point.  Can someone please point me in
>  Bill> the right direction?
> 
> That sounds like the parallel make issue recently reported - Does it
> work for you if you change all instances of $(MAKE) in
> package/mtd/mtd.mk to $(MAKE1) ?
> 
> -- 
> Bye, Peter Korsgaard


That did it. Thank you sir!

-Bill

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

end of thread, other threads:[~2010-05-20 13:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-19 20:06 [Buildroot] Compiling host-mtd 1.3.1 error: ld: cannot find -lubi Bill Borton
2010-05-19 20:25 ` Peter Korsgaard
2010-05-20 13:46   ` Bill Borton

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