Thank you, after this recent change of STACKSIZE to STACKSIZE_K the
other part (moving) is not needed anymore, you're completely right.
I've just recompiled the whole toolchain (HEAD), and everything seems to
work fine, I've successfully compiled SDL and xrick and it runs as
expected
on the devi
Hey,
i have built cegcc from svn (see my previous mail about doc not being
built to know what i did for the build).
libstdc++.la mentions that library_names is libstdc++.dll.a but that file
is not built. This is annoying as when linking a project containing
c++ files, using libtool, the link
Hey,
i have tried to compile cegcc with svn. What i did:
svn co https://cegcc.svn.sourceforge.net/svnroot/cegcc/trunk/cegcc/src cegcc
cd cegcc
mkdir build
I have edited ../scripts/build-mingw32ce.sh and modified ac_default_prefix
and set it to "$HOME/mingw32ce".
../scripts/build-mingw32ce.s