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]

building under ecos configuration tool


I have to try build the library under ecos
configuration. I've installed ecos in c:\RedHad\.
I mount drive c: to /c (mount -f c:/ /c)
When I built, I got following:
##############start##############################
make[1]: Entering directory
`/wk/pc386/pctartget_build/hal/common/v1_3_1'
makefile:76:
//C/RedHat/eCos/packages/pkgconf/rules.mak: No such
host or network path
make[1]:
stat://C/RedHat/eCos/packages/pkgconf/rules.mak: No
such host or network path
make[1]: *** No rule to make target
`//C/RedHat/eCos/packages/pkgconf/rules.mak'.  Stop.
###############end###############################
I guess the path should be 
/C/RedHat/eCos/packages/pkgconf/rules.mak:
in stead of 
//C/RedHat/eCos/packages/pkgconf/rules.mak: No such
host or network path.
The makefile is generated. How can I let generated
correct path. I manual change the file, it seems the
tool does not take the change.




__________________________________________________
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.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]