Bugs item #2137124, was opened at 2008-09-30 00:20
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=865514&aid=2137124&group_id=173455

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: CeGCC (arm-wince-cegcc)
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: build-cegcc.sh doesnt build libstdc++.dll

Initial Comment:
Lines 21 and 22 of build-cegcc.sh script have:

COMPONENTS=( binutils bootstrap_gcc w32api newlib dummy_cegccdll gcc cegccdll 
cegccthrddll libstdcppdll profile docs )
COMPONENTS_NUM=${#COMPONENTS}

This returns COMPONENTS_NUM as 8, the number of letters in "binutils". Line 22 
should be:

COMPONENTS_NUM=${#COMPONENTS[*]}

The same thing occurs in build-mingw32ce.sh but there the number of components 
is, fortuitously, 8.

Thanks for your work on this project.

[EMAIL PROTECTED]

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=865514&aid=2137124&group_id=173455

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to