Re: [Cegcc-devel] cegcc and softfloat

2007-04-13 Thread Pedro Alves
Danny Backx wrote: > BTW, does anyone know how to trap events like these and get information > on what went wrong ? > SEH is one way. Easier on eVC/MSVC since you have __try/__catch/__finally there. With gcc you have to do it manually. On ARM SEH is table based. Take a look at newlib/libc/sys

Re: [Cegcc-devel] cegcc and softfloat

2007-04-13 Thread Pedro Alves
Danny Backx wrote: > dannypc: {79} arm-wince-cegcc-gcc -mfloat-abi=hard -mfpu=fpa float.c -o > float.exe -lmmtimer > Info: resolving _CRT_MT by linking to __imp__CRT_MT (auto-import) > > The executable from the last compile only prints one message. I guess > I've created an executable that works

Re: [Cegcc-devel] libiconv.so.2

2007-04-13 Thread Ivan Perez
Thanks Muskelkater, I already did a LOT of google. I found that one, indeed. I would love not having to compile them. I can do that, it's not that I hate to compile things by hand, it's just that I'd rather use something for my distribution (when possible), so that it can be used by all programs,