Re: [Cegcc-devel] '_tempnam' mis-import from coredll while compiling FFMPEG usingMingW32CE

2007-04-19 Thread pedro_alves
Wang Yi wrote: Hi, all I'm a newbie in using cegcc, currently , with the help of some posts in cegcc-devel, I have succeeded in compiling FFMPEG using mingw32ce compiler tools-chain. But when I add all files to my WM5 based device, It first show up a waiting logo ,then a message " Not a v

Re: [Cegcc-devel] '_tempnam' mis-import from coredll while compiling FFMPEG usingMingW32CE

2007-04-19 Thread Pedro Alves
Hi, I just committed a fix to svn. Wang, could you give it a try? Cheers, Pedro Alves - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No

Re: [Cegcc-devel] Oh no! input.h: parse error, expecting GTY_TOKEN

2007-04-19 Thread Pedro Alves
Hi Georg, sorry for the delay, Bernhard, Georg wrote: > > > > $ cd <...>/trunk/cegcc/src > $ ./build-mingw32ce.sh [gcc] > ... > ... > build/gengtype > /Users/georg/Documents/Work/tmp/CeGcc/cegcc/trunk/cegcc/src/gcc/gcc/input.h:52: > > parse error, expecting `GTY_TOKEN' > make[2]: *** [s-gtype] E

[Cegcc-devel] Exception handler that pops up a dialog

2007-04-19 Thread Danny Backx
I've simplified the _eh_handler_ in src/newlib/newlib/libc/sys/wince/startup.c a bit, see attachment. This kicks out all the complicated handling in that function, and replaces it with a simple message box. The downside is that the original (complicated) stuff is gone. I have no idea whether this

Re: [Cegcc-devel] Exception handler that pops up a dialog

2007-04-19 Thread Pedro Alves
Danny Backx wrote: > I've simplified the _eh_handler_ in > src/newlib/newlib/libc/sys/wince/startup.c a bit, see attachment. > > This kicks out all the complicated handling in that function, and > replaces it with a simple message box. > You're removing functionality. That function does a few

Re: [Cegcc-devel] Exception handler that pops up a dialog

2007-04-19 Thread Jan Rinze
Hi All, Op vr 20-04-2007, om 00:13 schreef Pedro Alves: > Danny Backx wrote: > > I've simplified the _eh_handler_ in > > src/newlib/newlib/libc/sys/wince/startup.c a bit, see attachment. > > > > This kicks out all the complicated handling in that function, and > > replaces it with a simple messag

Re: [Cegcc-devel] Exception handler that pops up a dialog

2007-04-19 Thread Pedro Alves
Jan Rinze wrote: > Hi All, > > Op vr 20-04-2007, om 00:13 schreef Pedro Alves: >> Danny Backx wrote: >>> I've simplified the _eh_handler_ in >>> src/newlib/newlib/libc/sys/wince/startup.c a bit, see attachment. >>> >>> This kicks out all the complicated handling in that function, and >>> replaces

Re: [Cegcc-devel] Exception handler that pops up a dialog

2007-04-19 Thread Pedro Alves
Pedro Alves escreveu: > Jan Rinze wrote: > >> Hi All, >> >> Op vr 20-04-2007, om 00:13 schreef Pedro Alves: >>> Danny Backx wrote: I've simplified the _eh_handler_ in src/newlib/newlib/libc/sys/wince/startup.c a bit, see attachment. This kicks out all the complicated handling i