Bug 64238

Summary: Bad: eCos library creation failure
Product: [Retired] eCos Reporter: Need Real Name <bolotsai>
Component: ConfigToolAssignee: Bart Veer <bartv>
Status: CLOSED CURRENTRELEASE QA Contact: eCos bugs internal list <es-ecos-bugs-int>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.3.1   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-04-30 02:31:57 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Need Real Name 2002-04-30 02:31:53 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.0; Windows 95)

Description of problem:
Bad:
When I use eCos v1.3.1 on Windows 95 to configure ARM PID system by 
selecting 'Library'. Then I get the following error message.

"
*** Process -386653 created "make -j1"
make -r -C hal/arm/arch/v1_3_1 headers
make[1]: Entering directory `/c/tmp/armpid_build/hal/arm/arch/v1_3_1'
makefile:91: //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 `/c/tmp/armpid_build/hal/arm/arch/v1_3_1'
make: *** [headers] Error 2

*** Process -386653 terminated (rc=2)"

I find there are some potential bugs in this routine cygpath() in the 
file "build.cxx" which is located in 
ecos/tools/src/tools/configtool/common/common. Where I can get the solution to 
fix this big problem ? Can somebody give me an asnwer ? Thanks all.


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.Select "templates" as ARM development board (PID) (This eCos v1.3.1 is run on 
Windows 95)
2.Select "Library" to build up the eCos library codes.
3.Find the error messages in the output window of eCos.




Actual Results:  *** Process -386653 created "make -j1"
make -r -C hal/arm/arch/v1_3_1 headers
make[1]: Entering directory `/c/tmp/armpid_build/hal/arm/arch/v1_3_1'
makefile:91: //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 `/c/tmp/armpid_build/hal/arm/arch/v1_3_1'
make: *** [headers] Error 2

*** Process -386653 terminated (rc=2)"



Expected Results:  If the path is correct, these messages should not be shown 
makefile:91: //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.

The correct path should be like as 
`/C/PROGRA~1/REDHAT~1/eCos/packages/pkgconf/rules.mak'


Additional info:

Comment 1 Jonathan Larmour 2002-04-30 12:56:45 UTC
This happened due to a change in Cygwin since 1.3.1 was released. You need to
use updated
configuration tools which you can find linked from
http://sources.redhat.com/ecos/anoncvs.html