Re: [Cegcc-devel] [Fwd: Re: Question: bison 2.4.1 breaks binutils/ld/deffilep.y, with fix]

2009-04-29 Thread Ismail Khatib
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

[Cegcc-devel] libstdc++.dll.a not built (svn)

2009-04-29 Thread Vincent Torri
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

[Cegcc-devel] doc are not built (svn)

2009-04-29 Thread Vincent Torri
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