public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Error while executing build
@ 2002-10-20  4:04 vishal
  2002-10-23 22:14 ` Jonathan Larmour
  0 siblings, 1 reply; 2+ messages in thread
From: vishal @ 2002-10-20  4:04 UTC (permalink / raw)
  To: ecos-discuss

Hi,
Thank you for your reply regarding patch utility. Now I'm facing a problem
while building binutils !!! Following are the last few lines of my make.out

==== start of contents in make.out ====
make[2]: Leaving directory `/tmp/build/binutils/bfd/po'
make[2]: Entering directory `/tmp/build/binutils/bfd'
make[3]: Entering directory `/tmp/build/binutils/bfd'
/bin/sh /src/binutils/binutils-2.10.1/bfd/../mkinstalldirs
/tools/H-i686-pc-cygwin/lib
/bin/sh ./libtool  --mode=3Dinstall /bin/sh
/src/binutils/binutils-2.10.1/install-sh -c libbfd.la
/tools/H-i686-pc-cygwin/lib/libbfd.la
/bin/sh /src/binutils/binutils-2.10.1/install-sh -c .libs/libbfd.lai
/tools/H-i686-pc-cygwin/lib/libbfd.la
chmod: changing permissions of `/tools/H-i686-pc-cygwin/lib/#inst.293#':
Invalid argument
make[3]: *** [install-libLTLIBRARIES] Error 1
make[3]: Leaving directory `/tmp/build/binutils/bfd'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/tmp/build/binutils/bfd'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/tmp/build/binutils/bfd'
make: *** [install-bfd] Error 2
make: Leaving directory `/tmp/build/binutils'

===== start of contents in make.out ======

The command I used is

make -w all install 2>&1 | tee make.out

Thanx once again !!

Regards,
Vishal.



-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

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

* Re: [ECOS] Error while executing build
  2002-10-20  4:04 [ECOS] Error while executing build vishal
@ 2002-10-23 22:14 ` Jonathan Larmour
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Larmour @ 2002-10-23 22:14 UTC (permalink / raw)
  To: vishal; +Cc: ecos-discuss

vishal wrote:
> Hi,
> Thank you for your reply regarding patch utility. Now I'm facing a problem
> while building binutils !!! Following are the last few lines of my make.out
> 
> ==== start of contents in make.out ====
> make[2]: Leaving directory `/tmp/build/binutils/bfd/po'
> make[2]: Entering directory `/tmp/build/binutils/bfd'
> make[3]: Entering directory `/tmp/build/binutils/bfd'
> /bin/sh /src/binutils/binutils-2.10.1/bfd/../mkinstalldirs
> /tools/H-i686-pc-cygwin/lib
> /bin/sh ./libtool  --mode=3Dinstall /bin/sh
> /src/binutils/binutils-2.10.1/install-sh -c libbfd.la
> /tools/H-i686-pc-cygwin/lib/libbfd.la
> /bin/sh /src/binutils/binutils-2.10.1/install-sh -c .libs/libbfd.lai
> /tools/H-i686-pc-cygwin/lib/libbfd.la
> chmod: changing permissions of `/tools/H-i686-pc-cygwin/lib/#inst.293#':
 > Invalid argument

Looks like some cruft has been left behind from a previous install. Delete 
/tools/H-i686-pc-cygwin/lib/#inst.293# and indeed any similarly named 
files in your build tree (/tmp/build/binutils/bfd) if they exist (although 
I don't think they would).

The confusion is probably because of some quoting issue with the '#'s. 
Make sure to quote it properly when you delete it too.

Jifl
-- 
eCosCentric       http://www.eCosCentric.com/       <info@eCosCentric.com>
--[ "You can complain because roses have thorns, or you ]--
--[  can rejoice because thorns have roses." -Lincoln   ]-- Opinions==mine


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

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

end of thread, other threads:[~2002-10-24  5:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-20  4:04 [ECOS] Error while executing build vishal
2002-10-23 22:14 ` Jonathan Larmour

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).