[Cegcc-devel] Compiler errors

2009-04-06 Thread Marcel Smit
e errors. Thanks in advance. Marcel Smit http://www.theaceorb.nl/ -- ___ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Re: [Cegcc-devel] Compiler errors

2009-04-07 Thread Marcel Smit
declared as "const wchar_t *" while in your header files (stdio.h and wchar.h), the second parameter is declared as "wchar_t *". Can you confirm this ? Thanks, Marcel. Danny Backx wrote: > On Mon, 2009-04-06 at 16:10 +0200, Marcel Smit wrote: >> When compiling

[Cegcc-devel] Issues during compile

2009-04-07 Thread Marcel Smit
workarounds but I prefer not to. Thanks again. Marcel Smit. /* * The implementation is from the WCE library * The description that this is supposed to be "kfuncs.h" is from pages * such as : * * http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcekernl/html/_w

[Cegcc-devel] Linking problems

2009-04-07 Thread Marcel Smit
Hi all, I managed to compile my project with CE gcc. Now I run into some linker problems. The following references cannot be found: - LockFileEx - UnlockFileEx - GetSystemTimeAsFileTime Using arm-wince-mingw32ce-nm -C doesn't reveal these functions in any of the supplied CE gcc libraries. The

Re: [Cegcc-devel] Linking problems

2009-04-07 Thread Marcel Smit
Vincent R. wrote: > On Tue, 07 Apr 2009 14:58:27 +0200, Marcel Smit wrote: >> Hi all, >> >> I managed to compile my project with CE gcc. Now I run into some linker >> problems. >> The following references cannot be found: >> >> - LockFileEx &

[Cegcc-devel] CE gcc on x86

2009-04-07 Thread Marcel Smit
Hi guys, last month some of you put some effort into building CE gcc for a x86 target. Did you succeed on this or is it still under investigation? Since a customer of us is keen on having such enviroment, I'm most interested in how you getting on with this. Thanks! Marcel. --

Re: [Cegcc-devel] Compiler errors

2009-04-07 Thread Marcel Smit
Vincent Torri wrote: > > > On Tue, 7 Apr 2009, Danny Backx wrote: > >> On Tue, 2009-04-07 at 10:26 +0200, Marcel Smit wrote: >>> I installed the mingw packages and it worked allmost out of the box... >> >> Great ! >> >>> When compili

Re: [Cegcc-devel] cegcc on x86 progress

2009-04-14 Thread Marcel Smit
Hi, I've updated my source tree with your patch. While compiling ce gcc (using the build-x86.sh script), I run into the following error: libtool: link: gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2 -o .libs/ld-new.exe ldgram.o ldlex.o lexsup.o ldlang.o mri.o ldcto r.o ld

[Cegcc-devel] GetCurrentThreadID not working

2009-05-13 Thread Marcel Smit
he same as the current Process ID (GetCurrentProcessId). See attachements for details. I'm using the latest svn version of CE gcc. Thanks, Marcel Smit, Remedy IT. #include #include #include int a = 0, b = 0, c = 0; HANDLE h[2]; DWORD thread_fun1(void *param) { int i;

Re: [Cegcc-devel] GetCurrentThreadID not working

2009-05-13 Thread Marcel Smit
> > Thanks Marcel for figuring this out. > > Danny > > On Wed, 2009-05-13 at 11:27 +0200, Danny Backx wrote: >> On Wed, 2009-05-13 at 11:08 +0200, Marcel Smit wrote: >>> I've build the x86 version of CE gcc and now I'm running a small >&g