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