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]

eCos build problem - wrong path for repository


Hi,

I searched the documentation and the archives about this problem.  I realize
that it`s been answered before but I wasn`t quite satisfied with what I found.

I`m building eCos on Windows NT 4.0.  Installation of the tools and so forth
went swimmingly (mostly).

Here my problem:

*** Process 319 created "make -j1"
make -r -C hal/arm/arch/v1_3_1 headers
make[1]: Entering directory `/cygdrive/d/ecos-work/trial_build/hal/arm/arch/v1_3_1'
makefile:91: //D/eCos/packages/pkgconf/rules.mak: No such host or network path
make[1]: *** No rule to make target `//D/eCos/packages/pkgconf/rules.mak'.  Stop.
make[1]: Leaving directory `/cygdrive/d/ecos-work/trial_build/hal/arm/arch/v1_3_1'
make: *** [headers] Error 2

Cleary //D/eCos/packages/.... should be /cygdrive/d/...
In the makefile the $REPOSITORY variable is set wrong.  Where is this makefile
generated from?  Is there a quick fix to this other than just manually changing
the makefile?  

This is what was automatically mounted during installation.
bash-2.05b$ mount
D:\cygwin\usr\X11R6\lib\X11\fonts on /usr/X11R6/lib/X11/fonts type user (binmode
)
D:\cygwin\bin on /usr/bin type user (binmode)
D:\cygwin\lib on /usr/lib type user (binmode)
D:\cygwin on / type user (binmode)
c: on /cygdrive/c type user (binmode,noumount)
d: on /cygdrive/d type user (binmode,noumount)
e: on /cygdrive/e type user (binmode,noumount)
g: on /cygdrive/g type user (binmode,noumount)
h: on /cygdrive/h type user (binmode,noumount)
z: on /cygdrive/z type user (binmode,noumount)

Here's what I have in the root directory:
bash-2.05b$ ls
bin  cygwin.bat  cygwin.ico  etc  lib  sbin  src  tmp  tools  usr  var

Now /cygdrive is in there too but doesn't get listed.  Why?
(I know, now that two questions!)

Please help!

thank you,
Kristin

--
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]