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!


I also meet this problem, you can do the following steps to resolve it:
 1. mkdir -p /c
 2. mount -b c:/  /c

I don't know why need to do like that, but it works!

james

>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
file://C/cygwin/test/pid_install/include/, what can I do for >this?



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