Bugs item #2137124, was opened at 2008-09-30 00:20
Message generated for change (Comment added) made by pedroalves
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: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Pedro Alves (pedroalves)
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]

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

>Comment By: Pedro Alves (pedroalves)
Date: 2008-09-30 12:00

Message:
Thank you for the report.  I just committed the fix to build-cegcc.sh
and build-mingw32ce.sh too.

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

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