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: Build library problem!


xinyin wrote:
> 
> Hello,
> 
> Cygwin 1.3.1 environment on Windows 2000. Trying to develop eCos for
> an arm-elf target.
> 
> I have built the binutils, GCC, GDB, everything is ok. But when I
> start to build eCos with this tools, now I receive the following
> error information:
> 
> *** Process 2824 created "make -j1"
> make -r -C hal/arm/arch/v1_3_1 headers
> make[1]: Entering directory `/test/pid_build/hal/arm/arch/v1_3_1'
> cp: cannot create regular file `//C/cygwin/test/pid_install/include/cyg/hal/arm_stub.h': No such file or directory
> make[1]: *** [//C/cygwin/test/pid_install/include/cyg/hal/arm_stub.h] Error 1
> make[1]: Leaving directory `/test/pid_build/hal/arm/arch/v1_3_1'
> make: *** [headers] Error 2
> 
> I checked the directory and find out there is no cyg/hal/ in //C/cygwin/test/pid_install/include/, what can I do for this?

Does the file hal/arm/arch/v1_3_1/include/arm_stub.h exist in your source
repository?

What happens if you do:

mkdir -p //C/cygwin/test/pid_install/include/cyg/hal

from a cygwin bash prompt?

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]