public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] problem in building ecos host side software
@ 2001-08-30 21:49 Ravi Kumar B S
  2001-09-03 10:21 ` Bart Veer
  0 siblings, 1 reply; 3+ messages in thread
From: Ravi Kumar B S @ 2001-08-30 21:49 UTC (permalink / raw)
  To: ecos-discuss

hi all,

i am trying to build ecos host side software. i did code check out from the
anonymous repository to get the latest version of ecos. 
i am able to run configure script which is there in the ecos/host/configure.
after that it create the Makefile. 
the problem what i am facing is when i tried to run the generated Makefile,
it is giving the compilation error. the following is the error what i am
getting. 

make[3]: *** No rule to make target `hosttest.exp', needed by `all-am'.
Stop.
make[3]: Leaving directory `/u/ARM/ecos/host/build/infra'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/u/ARM/ecos/host/build/infra'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/u/ARM/ecos/host/build/infra'
make: *** [all-recursive] Error 1

i tried searching for hosttest.exp file which is not there in my system. 

could any body help me in solving this problem?

thanks in advance,

ravi kumar

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

* Re: [ECOS] problem in building ecos host side software
  2001-08-30 21:49 [ECOS] problem in building ecos host side software Ravi Kumar B S
@ 2001-09-03 10:21 ` Bart Veer
  0 siblings, 0 replies; 3+ messages in thread
From: Bart Veer @ 2001-09-03 10:21 UTC (permalink / raw)
  To: ravikbs; +Cc: ecos-discuss

>>>>> "Ravi" == Ravi Kumar B S <ravikbs@mindtree.com> writes:

    Ravi> hi all, i am trying to build ecos host side software. i did
    Ravi> code check out from the anonymous repository to get the
    Ravi> latest version of ecos. i am able to run configure script
    Ravi> which is there in the ecos/host/configure. after that it
    Ravi> create the Makefile. the problem what i am facing is when i
    Ravi> tried to run the generated Makefile, it is giving the
    Ravi> compilation error. the following is the error what i am
    Ravi> getting.

    Ravi> make[3]: *** No rule to make target `hosttest.exp', needed by `all-am'.
    Ravi> Stop.
    Ravi> make[3]: Leaving directory `/u/ARM/ecos/host/build/infra'
    Ravi> make[2]: *** [all-recursive] Error 1
    Ravi> make[2]: Leaving directory `/u/ARM/ecos/host/build/infra'
    Ravi> make[1]: *** [all-recursive-am] Error 2
    Ravi> make[1]: Leaving directory `/u/ARM/ecos/host/build/infra'
    Ravi> make: *** [all-recursive] Error 1

    Ravi> i tried searching for hosttest.exp file which is not there
    Ravi> in my system.

    Ravi> could any body help me in solving this problem?

    Ravi> thanks in advance,

I suspect that you have run configure inside the source tree. This is
discouraged, instead it is recommended that you use a separate build
tree as per the host/README file. For our internal builds we always
use a separate build tree, keeping the source tree clean and thus
avoiding lots of CVS noise.

The problem with hosttest.exp was reported a while back, but IIRC only
happened if you ran "make clean". I have not yet tracked down exactly
what is causing it or how to fix it: it is low priority because it
does not affect the way we build things internally. Restoring the
file as recommended by John Gumb would sort out the problem.

Bart

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

* RE: [ECOS] problem in building ecos host side software
@ 2001-08-31  3:10 John Gumb
  0 siblings, 0 replies; 3+ messages in thread
From: John Gumb @ 2001-08-31  3:10 UTC (permalink / raw)
  To: 'ecos-discuss@sourceware.cygnus.com'

Folks,

I saw this. hosttest.exp seems to get deleted at the configure phase. I put
it back from the distribution tarball, typed make and all seems fine.

Odd.

Cheers,

John Gumb
Software Engineer
Ridgeway Systems and Software
Tel +44  118 9381108 (direct dial)
Tel +44  118 9351111 (switchboard)
Fax +44  118 9354444
email jgumb@ridgeway-sys.com
web www.ridgeway-sys.com

-----Original Message-----
From: Ravi Kumar B S [ mailto:ravikbs@mindtree.com ]
Sent: 31 August 2001 05:49
To: ecos-discuss@sources.redhat.com
Subject: [ECOS] problem in building ecos host side software


hi all,

i am trying to build ecos host side software. i did code check out from the
anonymous repository to get the latest version of ecos. 
i am able to run configure script which is there in the ecos/host/configure.
after that it create the Makefile. 
the problem what i am facing is when i tried to run the generated Makefile,
it is giving the compilation error. the following is the error what i am
getting. 

make[3]: *** No rule to make target `hosttest.exp', needed by `all-am'.
Stop.
make[3]: Leaving directory `/u/ARM/ecos/host/build/infra'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/u/ARM/ecos/host/build/infra'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/u/ARM/ecos/host/build/infra'
make: *** [all-recursive] Error 1

i tried searching for hosttest.exp file which is not there in my system. 

could any body help me in solving this problem?

thanks in advance,

ravi kumar

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

end of thread, other threads:[~2001-09-03 10:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-30 21:49 [ECOS] problem in building ecos host side software Ravi Kumar B S
2001-09-03 10:21 ` Bart Veer
2001-08-31  3:10 John Gumb

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).