Hi,
I know that cegcc 4.3.0 is not a priority but I have noticed the following
errors and I prefer to warn you before I forget:
You need to add namespace _GLIBCXX_BEGIN_NAMESPACE(std) ...
_GLIBCXX_END_NAMESPACE in
gcc-4.3.0/libstdc++-v3/config/os/mingw32ce/ctype_base.h
gcc-4.3.0/libst
I found from this post : cegcc-devel@lists.sourceforge.net that GCC 4.3.0
doesn't compile libgcc when using all-gcc target.
He was recommended to use the following targets :
all-target-libgcc
So I tried to add this to the script as shown below :
build_bootstrap_gcc()
{
mkdir -p gc
Hi,
I am trying to compile the GCC 4.3.0 available in cegcc trunk but for now I
get the following error :
Making in mingwex...
make[1]: Entering directory
`/home/Vincent/cegcc/src/build-mingw32ce/mingw/mingwex'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
`/home/V