public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] a beginer's  starding problem.
@ 2001-03-01  5:47 zgz
  2001-03-01 10:01 ` Jonathan Larmour
  0 siblings, 1 reply; 2+ messages in thread
From: zgz @ 2001-03-01  5:47 UTC (permalink / raw)
  To: ecos-discuss

hi,all:
       I'm a beginer of ecos,and I want to run ecos on EDB7111-2. after download binutils-2.10.1, gcc-2.95.2, compile them under Cygwin. I open a new project in eCos configuration Tool 1.3.1 with template "Cirrus Logic development board",all other options are default setting. when I building or testing, it report :

---------------------------------------------------------------------------------------------------------------------------
*** Process 564 created "make -j1"
make -r -C hal/common/v1_3_1 headers
make[1]: Entering directory `/cygdrive/d/ecosprjs/EP7211/ep7211_build/hal/common/v1_3_1'
cp: cannot create regular file `//D/ecosprjs/EP7211/ep7211_install/include/cyg/hal/dbg-thread-syscall.h': No such file or directory
make[1]: *** [//D/ecosprjs/EP7211/ep7211_install/include/cyg/hal/dbg-thread-syscall.h] Error 1
make[1]: Leaving directory `/cygdrive/d/ecosprjs/EP7211/ep7211_build/hal/common/v1_3_1'
make: *** [headers] Error 2

*** Process 564 terminated (rc=2)
*** Killing process 564 (TerminateProcess)
 
---------------------------------------------------------------------------------------------------------------------------    

	( my working directory is d:\ecosprjs, cygwin is installed on d:\cygwin, eCos configuration Tool installed on g:\program...\Read Hat\eCos\...)
	I try other templetes, the same result. may be a stupid question,but I don't known how to resolve it.

	Thanks.


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

* Re: [ECOS] a beginer's  starding problem.
  2001-03-01  5:47 [ECOS] a beginer's starding problem zgz
@ 2001-03-01 10:01 ` Jonathan Larmour
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Larmour @ 2001-03-01 10:01 UTC (permalink / raw)
  To: zgz; +Cc: ecos-discuss

zgz wrote:
> 
> hi,all:
>        I'm a beginer of ecos,and I want to run ecos on EDB7111-2. after download binutils-2.10.1, gcc-2.95.2, compile them under Cygwin. I open a new project in eCos configuration Tool 1.3.1 with template "Cirrus Logic development board",all other options are default setting. when I building or testing, it report :
> 
> ---------------------------------------------------------------------------------------------------------------------------
> *** Process 564 created "make -j1"
> make -r -C hal/common/v1_3_1 headers
> make[1]: Entering directory `/cygdrive/d/ecosprjs/EP7211/ep7211_build/hal/common/v1_3_1'
> cp: cannot create regular file `//D/ecosprjs/EP7211/ep7211_install/include/cyg/hal/dbg-thread-syscall.h': No such file or directory
> make[1]: *** [//D/ecosprjs/EP7211/ep7211_install/include/cyg/hal/dbg-thread-syscall.h] Error 1
> make[1]: Leaving directory `/cygdrive/d/ecosprjs/EP7211/ep7211_build/hal/common/v1_3_1'
> make: *** [headers] Error 2
> 
> *** Process 564 terminated (rc=2)
> *** Killing process 564 (TerminateProcess)
> 
> ---------------------------------------------------------------------------------------------------------------------------
> 
>         ( my working directory is d:\ecosprjs, cygwin is installed on d:\cygwin, eCos configuration Tool installed on g:\program...\Read Hat\eCos\...)

Make sure there are no other Unix compatibility tools on your PATH (if you
have any). Also ensure drive D: is mounted in cygwin by using the following
command from a cygwin bash prompt:

mount d:/ /d

This is the first time I've seen this symptom before, so I'm not 100% sure
this will help :-/.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-01  5:47 [ECOS] a beginer's starding problem zgz
2001-03-01 10:01 ` 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).