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]
Other format: [Raw text]

Re: aCos build problem ???


I had similar problem.  I found that in the generated
make files, it reference the mounted drive with as
"//c"

>
//C/PROGRA~1/REDHAT~1/eCos/packages/pkgconf/rules.mak

I edited the make files under your build dir and made
all //C in the prefix /C 

Let me know if your will encounter the weak alias
problem ?

Basem

--- "Cusson, Pascal" <pascal.cusson@analog.com> wrote:
> Hi everyone,
>    This should be an easy one I hope. I installed
> Cygwin under c:\cygwin on
> Windows 2000 then I installed the GNU compiler, the
> GNU GDB and the GNU
> utilities according to the instruction. If possible
> I installed more recent
> version (3.1 for the compiler) and 2.12 for the
> binutils. Now I got to that
> point where I should be able to compile an eCos
> RTOS. I chose the target and I
> also specified my tools directory
> (c:/cygwin/toots/H-i686-pc-cygwin/bin). Then I
> tried to compile using the build library option.
> Here is what I got:
> 
> *** Process 1260 created "make clean -j1"
> make -r -C hal/powerpc/arch/v1_3_1 clean
> make[1]: Entering directory `/cygdrive/c/Documents
> and Settings/Pcusson/My
> Documents/test4_build/hal/powerpc/arch/v1_3_1'
> makefile:106:
>
//C/PROGRA~1/REDHAT~1/eCos/packages/pkgconf/rules.mak:
> No such
> host or network path
> make[1]:
>
stat://C/PROGRA~1/REDHAT~1/eCos/packages/pkgconf/rules.mak:
> No such
> host or network path
> make[1]: *** No rule to make target
>
`//C/PROGRA~1/REDHAT~1/eCos/packages/pkgconf/rules.mak'.
>  Stop.
> make[1]: Leaving directory `/cygdrive/c/Documents
> and Settings/Pcusson/My
> Documents/test4_build/hal/powerpc/arch/v1_3_1'
> make: *** [clean] Error 2
> 
> *** Process 1260 terminated (rc=2)
> *** Killing process 1260 (TerminateProcess)
> 
> 
> Look to me like this might simply be a path problem.
> 
> Thanks for yo assistance.
> 
> Pascal
> 
> -- 
> Before posting, please read the FAQ:
> http://sources.redhat.com/fom/ecos
> and search the list archive:
> http://sources.redhat.com/ml/ecos-discuss
> 

__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


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