This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: a beginer's starding problem.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]