On 6/18/07, Ximsce wrote: > Hi, > > Sorry to keep spamming the list with these newbie questions, but I'm in > a bit of a bind and my deadline approaches. >
Sorry noone has replied earlier. I was hoping someone with experience on MSVC + cegcc would step in. Didn't you say you had your app built with mingw32ce too? That would be easier to link with MSVC. The safest is to build a dll and have MSVC link to that. It is also possible to do that with cegcc. In that case you have to call some initialization routines yourself. Look in the archives. > I had a program that was working fine, and suddenly a bunch of included > methods have stopped working (causing immediate exit of the program, > without even flushing my log file). Functions that are failing include > execv(), glob(), and strcat(). Then it is probably something you changed. It sounds like the app is crashing (SEGV). I read in the documentation that this > could be caused by a conflict between the coredll and cegcc.dll for > stdio functions. Is there a way to force arm-wince-cegcc-gcc to compile > with the cegcc.dll versions of libraries? Usually you don't need to do anything. It is automatic. When I run > arm-wince-cegcc-objdump it appears to be including these functions from > cegcc.dll, but I'm not entirely positive about the output of that tool. > Look at the imports (-x outputs them). 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 limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel