Re: [Cegcc-devel] x86-wince-pe-gcc?

2006-10-25 Thread Danny Backx
because my code is not visual > studio friendly apparently. (My code compiled for arm by visual > studio crashes constantly while the same code compiled by arm-wince- > pe-gcc works perfectly) > -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info signature.as

Re: [Cegcc-devel] Build of cegcc fails

2006-10-28 Thread Danny Backx
more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >

[Cegcc-devel] Build error with src/ scripts

2006-10-28 Thread Danny Backx
.net/cegcc/trunk/cegcc/src/build-cegcc/gcc/gcc' make[1]: *** [all-gcc] Error 2 make[1]: Leaving directory `/home/danny/src/cegcc/svn.sf.net/cegcc/trunk/cegcc/src/build-cegcc/gcc' make: *** [all] Error 2 dannypc: {10} -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info s

[Cegcc-devel] where is lstrcpy ?

2006-10-29 Thread Danny Backx
which .def file (src/cegcc/importlibs/defs) I should add this function and its friends. Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info signature.asc Description: This is a digitally

[Cegcc-devel] DLLs

2006-10-29 Thread Danny Backx
de to get src/cegcc/libstdc++/Makefile to work for the arm-wince-mingw32ce target. Would you care to explain why this is so , or why you think it should be so ? Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info signature.asc Description: This is a digitally s

Re: [Cegcc-devel] Build of cegcc fails

2006-10-30 Thread Danny Backx
.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ___ > Cegcc-devel mailing list > Cegcc-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/cegcc-devel -- Danny B

Re: [Cegcc-devel] Build of cegcc fails

2006-10-30 Thread Danny Backx
? If you have a reasonable clue then I might want to dig in. Saves me time when debugging :-) Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info signature.asc Description: This is a digitally signed message part ---

[Cegcc-devel] Compiler broken

2006-11-02 Thread Danny Backx
(const_int 0 [0x0])) -1 (nil) (nil) (nil)) m1.c:22: internal compiler error: in extract_insn, at recog.c:2084 Please submit a full bug report, with preprocessed source if appropriate. See http://gcc.gnu.org/bugs.html> for instructions. -- Danny Backx ; danny.backx - at - scarlet

Re: [Cegcc-devel] Compiler broken

2006-11-03 Thread Danny Backx
Hmm, that was too simple, so I didn't bother trying out whether this would work. Apparently, it does work. Thanks, Danny On Fri, 2006-11-03 at 01:58 +, Pedro Alves wrote: > Danny Backx escreveu: > > Pedro, > > > > After doing svn update to pull in your lates

Re: [Cegcc-devel] Some problems and questions...

2006-11-05 Thread Danny Backx
' not recognized > configure: error: /bin/bash ./config.sub arm-wince-cegcc failed You need a trivial change to config.sub. Below is the change I made recently to src/gcc/config.sub (see attachment, otherwise line breaks will make things hard to read). > 6. Has anybody tried to comp

Re: [Cegcc-devel] Some problems and questions...

2006-11-05 Thread Danny Backx
through on your system ? Danny On Sun, 2006-11-05 at 01:40 +0100, Simon Posnjak wrote: > I managed to build the svn version of the tool chains on Linux. I can > confirm (as reported earlier) that there is a problem with building > gdb on Ubuntu 6.10 - I attached the error. -- D

Re: [Cegcc-devel] Some problems and questions...

2006-11-05 Thread Danny Backx
Err, apologies. I was too quick. The include parameter is there, the -D__USE_W32_SOCKETS isn't. Same question : why? Danny On Sun, 2006-11-05 at 12:10 +0100, Danny Backx wrote: > Simon, > > I've just rerun a complete build using scripts/linux/build.sh . > >

[Cegcc-devel] Brutally kicked out of cegcc development

2006-11-07 Thread Danny Backx
s. ---- Forwarded Message > From: Danny Backx <[EMAIL PROTECTED]> > To: Pedro Alves <[EMAIL PROTECTED]> > Bcc: [EMAIL PROTECTED] > Subject: Re: mailing list admin ? > Date: Mon, 06 Nov 2006 16:52:39 +0100 > > Well ? > > Danny > > On Sat,

Re: [Cegcc-devel] Brutally kicked out of cegcc development

2006-11-08 Thread Danny Backx
o learn about communication, and about people. This is not the kind of thing you do without talking and expect to get away with. Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info signature.asc Description: This is a digitally signed message part --

Re: [Cegcc-devel] [commit] Add some posix io functions to mingwex.

2006-11-12 Thread Danny Backx
de/unistd.h (working copy) > @@ -4,11 +4,6 @@ > * unistd.h maps (roughly) to io.h > */ > > -#ifdef __COREDLL__ > -/* No such file on Windows CE. */ > -# include_next > -#else /* __COREDLL__ */ > - > #ifndef _UNISTD_H > #define _UNISTD_H > > @@ -36,5 +

Re: [Cegcc-devel] Brutally kicked out of cegcc development

2006-11-17 Thread Danny Backx
to ask yet. Some of this will find its way into the web site soon. In the mean time I'm trying to get profiling to work reliably (not a big deal but no time) and to integrate the build into Pedro's build scripts. Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://dan

Re: [Cegcc-devel] [Cegcc-svn] SF.net SVN: cegcc: [810] branches/danny/cegcc/src

2006-11-18 Thread Danny Backx
is in my path before system directories; this may be why you don't see it : sh-3.00$ findpath as as :./as /usr/bin/as sh-3.00$ pwd (findpath is a script of my own that does something similar to "whereis".) > In the meantime, with a comment, that change

Re: [Cegcc-devel] [Cegcc-svn] SF.net SVN: cegcc: [810] branches/danny/cegcc/src

2006-11-19 Thread Danny Backx
arm-wince-cegcc" -export PATH=${PREFIX}/bin:${PATH} +export PATH=${PREFIX}/bin:/usr/bin:/bin:${PATH} #export CFLAGS="-g3 -O0" echo "Building cegcc:" Would that be more acceptable ? Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info

[Cegcc-devel] ARM macro definition

2006-11-19 Thread Danny Backx
=== > --- trunk/cegcc/src/w32api/ChangeLog.ce 2006-11-12 18:10:58 UTC (rev > 792) > +++ trunk/cegcc/src/w32api/ChangeLog.ce 2006-11-12 18:22:09 UTC (rev > 793) > @@ -1,3 +1,7 @@ > +2006-11-12 Pedro Alves <[EMAIL PROTECTED]> > + > + * include/w

[Cegcc-devel] windres problem with Boling book example

2006-11-22 Thread Danny Backx
BE_RETURN (PRELOAD); } "LOADONCALL" { MAYBE_RETURN (LOADONCALL); } -"DISCARDABLE" { MAYBE_RETURN (DISCARDABLE); } +[dD][iI][sS][cC][aA][rR][dD][aA][bB][lL][eE] { MAYBE_RETURN (DISCARDABLE); } "NOT" { MAYBE_RETURN (NOT); } "BLOCK"[ \t\n]

Re: [Cegcc-devel] Another tlhelp32.h patch

2006-11-28 Thread Danny Backx
s. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=D

Re: [Cegcc-devel] Defs for GetSystemPowerStatusEx2

2006-11-28 Thread Danny Backx
e to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > ___ > Ce

[Cegcc-devel] mingw build broken ?

2006-11-28 Thread Danny Backx
or more details. /opt/mingw32ce/lib/gcc/arm-wince-mingw32ce/4.1.0/../../../../arm-wince-mingw32ce/bin/ld: crt3.o: No such file: No such file or directory collect2: ld returned 1 exit status Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info signature.asc Descrip

Re: [Cegcc-devel] Defs for GetSystemPowerStatusEx2

2006-12-03 Thread Danny Backx
; * include/winbase.h: Add SYSTEM_POWER_STATUS_EX structure. > Add GetSystemPowerStatusEx function definition. > -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info signature.asc Description: This is a digitally signed message part

Re: [Cegcc-devel] ARM macro definition

2006-12-04 Thread Danny Backx
I haven't exactly done stress testing on it but it works for me, thanks. I've been chasing a bug or two of my own, seem to have found one just now. Danny On Sun, 2006-12-03 at 13:08 +, Pedro Alves wrote: > Danny Backx escreveu: > > Pedro, > > > > The c

Re: [Cegcc-devel] ARM macro definition

2006-12-05 Thread Danny Backx
th > -mcpu=arm8, -mcpu=xscale, etc. > I will commit it later if you confirm it works for you, or you can > commit it yourself if you want. -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info signature.as

[Cegcc-devel] proposed patch to install docs

2006-12-17 Thread Danny Backx
ation path is I'd want to create an RPM based on these scripts. Do we keep the funky path for now (I used to do the same with my scripts in scripts/linux), or do we move to a "standard" place. Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info Index

Re: [Cegcc-devel] proposed patch to install docs

2006-12-18 Thread Danny Backx
On Mon, 2006-12-18 at 10:23 +, Pedro Alves wrote: > Danny Backx wrote: > > The reason I'm also asking about the installation path is I'd want to > > create an RPM based on these scripts. Do we keep the funky path for now > > (I used to do the same with my scri

Re: [Cegcc-devel] [Cegcc-svn] SF.net SVN: cegcc: [839] branches/danny/cegcc/src/mingw

2006-12-18 Thread Danny Backx
would remove most of the > #ifdef UNDER_CE machinery. > > Cheers, > Pedro Alves That worked for mingw32ce, but I was getting bitten, I believe, by newlib and its atexit handler. You're welcome to dig deeper if you like (I didn't pinpoint the exact problem) but it works now a

Re: [Cegcc-devel] proposed patch to install docs

2006-12-18 Thread Danny Backx
cross-development stuff: getting the GCOV_PREFIX and GCOV_PREFIX_STRIP to work reliably and easily usable). BTW I've committed the patch for installing the docs. Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info signature.asc Descriptio

Re: [Cegcc-devel] proposed patch to install docs

2006-12-20 Thread Danny Backx
he link. > Maybe you can find the link, and test if backporting that patch fixes > your problem. Thanks for the pointer. I found it in their SVN, and I'll commit shortly. Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info sign

[Cegcc-devel] mingw errno.h question

2006-12-24 Thread Danny Backx
issing something ? After your reply and a little more testing I'll probably post a complete patch for you to review. As a Christmas present or so :-) Cheers, Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info signature.asc Description: This is a

[Cegcc-devel] Profiling support patch

2006-12-28 Thread Danny Backx
Guys, Here's the profiling support patch. I've taken it out of the branch and put it on trunk, but I've not imported Pedro's latest change (to mingw/mingwex) yet so this may slightly conflict there. Pedro, is this good enough for commit ? Danny -- Danny Back

Re: [Cegcc-devel] Profiling support patch

2006-12-28 Thread Danny Backx
Err, that latest commit wasn't to mingwex. There's also one or two debugging statements still in there. I'll make sure to remove those prior to commit. The rest of my message is still valid :-) Danny On Thu, 2006-12-28 at 12:11 +0100, Danny Backx wrote: > Guys, > &

Re: [Cegcc-devel] Profiling support patch

2006-12-29 Thread Danny Backx
{ > > +wchar_tx[256]; > > +intl = strlen(gi_filename); > > +l = (l < 256) ? l : 255; > > +wcstombs(x, gi_filename, l); > > +MessageBoxW(0

Re: [Cegcc-devel] Profiling support patch

2006-12-29 Thread Danny Backx
On Fri, 2006-12-29 at 15:35 +, Pedro Alves wrote: > Danny Backx wrote: > > > > >> > @@ -1,4 +1,10 @@ > >> > # > >> > +# This is a Makefile.in for very limited use : only create and install > >> > +# the profiling runti

Re: [Cegcc-devel] Profiling support patch

2006-12-29 Thread Danny Backx
Second set of patches included. My option would be to get this in SVN, then continue work on the getenv replacement and command line option. Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info Index: mingw/ChangeLog.mingw32ce

Re: [Cegcc-devel] Profiling support patch

2006-12-30 Thread Danny Backx
On Sat, 2006-12-30 at 10:38 +, Pedro Alves wrote: > Danny Backx wrote: > > Second set of patches included. > > > > My option would be to get this in SVN, then continue work on the getenv > > replacement and command line option. > > > > Ok, go ahead.

[Cegcc-devel] Installation error in profile/profile

2006-12-30 Thread Danny Backx
luctant to touch this without asking you for the right approach. Hence this message. Do you know what to change, or where to keep my fingers off ? Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info signature.asc Description: This is a digitally signed me

Re: [Cegcc-devel] Profiling support patch

2006-12-30 Thread Danny Backx
On Sat, 2006-12-30 at 12:45 +0100, Danny Backx wrote: > On Sat, 2006-12-30 at 10:38 +, Pedro Alves wrote: > > Danny Backx wrote: > > > Second set of patches included. > > > > > > My option would be to get this in SVN, then continue work on the getenv >

Re: [Cegcc-devel] Profiling support patch

2006-12-30 Thread Danny Backx
On Sat, 2006-12-30 at 18:10 +, Pedro Alves wrote: > Danny Backx escreveu: > > On Sat, 2006-12-30 at 12:45 +0100, Danny Backx wrote: > >> On Sat, 2006-12-30 at 10:38 +, Pedro Alves wrote: > >>> Danny Backx wrote: > >>>> Second set of patches incl

[Cegcc-devel] Proposed implementation of getenv and friends

2006-12-31 Thread Danny Backx
? Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info Index: Makefile.in === --- Makefile.in (revision 856) +++ Makefile.in (working copy) @@ -85,7 +85,8 @@ WINCE_DISTFILES = \ asctime.c freopen.c

Re: [Cegcc-devel] Installation error in profile/profile

2006-12-31 Thread Danny Backx
I was not passing enough parameters in the build scripts. Therefore, target_alias was empty. Fixed with my recent commit. Thanks for explaining. Danny On Sat, 2006-12-30 at 18:52 +, Pedro Alves wrote: > Danny Backx escreveu: > > Pedro, > > > > Something I

[Cegcc-devel] Proposed patch for newlib/libc/sys/wince

2007-01-01 Thread Danny Backx
Two patches are attached. The change to trace.c modifies (lowers) the default verbosity of newlib in debugging sessions. The changes to malloc.c and glob.c change calls to printf into calls to WCETRACE. Objections to committing this ? Danny -- Danny Backx ; danny.backx - at - scarlet.be

Re: [Cegcc-devel] Compiling FFMPEG

2007-01-12 Thread Danny Backx
or directory grab.c:28:28: error: linux/videodev.h: No such file or directory I would expect that you can solve this by installing some development package. I've not dug deeper, I think the point is clear : dannypc: {25} ls -l */*.a -rw-rw-r-- 1 danny backx 12193296 Jan 13 08:41 libavcodec/liba

Re: [Cegcc-devel] Proposed patch for newlib/libc/sys/wince

2007-01-13 Thread Danny Backx
On Sat, 2007-01-13 at 15:02 +, Pedro Alves wrote: > Hi Danny, > > Danny Backx escreveu: > > The change to trace.c modifies (lowers) the default verbosity of newlib > > in debugging sessions. > How does this lower the default verbosity? In fact it makes it more >

Re: [Cegcc-devel] Problem with virtual fuctions

2007-01-13 Thread Danny Backx
7; "Aplicação" não é um aplicativo válido para Windows CE', > porém se retiro a especificação 'virtual' de todas as funções, a > aplicação funciona corretamente! O que está havendo? Não tenho ideias > sobre isto... > > Have a nice day... > Tenham um bom

Re: [Cegcc-devel] timeGetTime()

2007-01-15 Thread Danny Backx
urveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > ___ Cegcc-devel mailing list > Cegcc-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/cegcc-devel -- Danny Backx ; danny.backx

Re: [Cegcc-devel] Needed DLL's

2007-01-16 Thread Danny Backx
eys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > ___ Cegcc-devel mailing list > Cegcc-devel@lists.sourceforge.net

Re: [Cegcc-devel] Needed DLL's

2007-01-17 Thread Danny Backx
> Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?pa

Re: [Cegcc-devel] Needed DLL's

2007-01-17 Thread Danny Backx
em. I've uploaded my stuff, can you see whether this helps ? http://danny.backx.info/download/nuno-1.tar.gz This should be 6644068 bytes. Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info signature.asc Description: This is a digitally signed message part -

Re: [Cegcc-devel] Needed DLL's

2007-01-17 Thread Danny Backx
FYI, on my PDA the combination of Erik's test programs and my DLLs work. I've modified the one that failed slightly so it would give me a dialog. http://danny.backx.info/download/erik2.c http://danny.backx.info/download/erik2.exe Danny On Wed, 2007-01-17 at 21:18 +0100, D

Re: [Cegcc-devel] Needed DLL's

2007-01-17 Thread Danny Backx
on my system. Can you tell me what you had to hack, or what is the cause of this problem ? Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info signature.asc Description: This is a digitall

Re: [Cegcc-devel] Needed DLL's

2007-01-18 Thread Danny Backx
On Thu, 2007-01-18 at 12:16 +, Cool_Zer0 wrote: > I've installed CeGcc by the SVN version and now it works fine :) Great ! > I only want to suggest that you put libmmtimer.a on the SVN version :) I will, thanks for the confirmation. Danny -- Danny Backx ; danny

[Cegcc-devel] RPM test distributions for arm-wince-cegcc and arm-wince-mingw32ce

2007-01-20 Thread Danny Backx
on a system running Mandriva 2007.0, I would be interested in finding out whether these work on your systems. Feedback welcomed. Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info signature.asc Descrip

Re: [Cegcc-devel] RPM test distributions for arm-wince-cegcc and arm-wince-mingw32ce

2007-01-22 Thread Danny Backx
On Mon, 2007-01-22 at 14:41 +, Cool_Zer0 wrote: > Danny Backx wrote: > > http://danny.backx.info/download/cegcc-mingw32ce-0.12-1.i586.rpm > > > > > > Hi. > I have MingW and MSys on my Windows computer but I can't find a way of > install a RPM... &g

Re: [Cegcc-devel] RPM test distributions for arm-wince-cegcc and arm-wince-mingw32ce

2007-01-22 Thread Danny Backx
r: impossible constraint in 'asm' That math.h file is from mingw (src/mingw/include/math.h in our svn) so the problem is probably that this is x86 assembler. In other words : this is a bug, it prevents you from using the arm-wince-mingw32ce toolchain for ffmpeg for now.

Re: [Cegcc-devel] Needed DLL's

2007-01-22 Thread Danny Backx
On Mon, 2007-01-22 at 21:13 +, Cool_Zer0 wrote: > I just want to be able to decompress H.263 :( > Now that I've compiled FFMpeg it seems that isn't working correctly... Is this something we can help you with ? Danny -- Danny Backx ; danny.backx - at - s

Re: [Cegcc-devel] Hack to build gdb on glibc 2.4 machines

2007-01-31 Thread Danny Backx
p;p=sourceforge&CID=DEVDEV > ___ > Cegcc-devel mailing list > Cegcc-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/cegcc-devel -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info signature.asc D

Re: [Cegcc-devel] mingw32ce: Fix some math.h bad inlined functions

2007-01-31 Thread Danny Backx
; > > > Regards, > ~Nuno Lucas > > ----- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll g

Re: [Cegcc-devel] Hack to build gdb on glibc 2.4 machines

2007-01-31 Thread Danny Backx
On Wed, 2007-01-31 at 18:42 +, Nuno Lucas wrote: > On 1/31/07, Danny Backx <[EMAIL PROTECTED]> wrote: > > On my system, glibc-2.4 is installed (actually : glibc-2.4-4mdk). Is > > that a different beast from what you have ? > > > > I don't see the behavio

Re: [Cegcc-devel] Fix definition for MsgWaitForMultipleObjects

2007-01-31 Thread Danny Backx
the function as it should, and doesn't define the macro. So no need to edit that. Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info signature.asc Description: This is a digitally signed message part --

Re: [Cegcc-devel] w32api: Fix GetCharWidth32 definition

2007-01-31 Thread Danny Backx
rceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > __

Re: [Cegcc-devel] w32api: Fix GetCharWidth32 definition

2007-01-31 Thread Danny Backx
It looks like you've done your homework, and it isn't the first inconsistency I see in the Windows API. Therefore, I've committed this. Danny On Wed, 2007-01-31 at 20:42 +, Nuno Lucas wrote: > On 1/31/07, Danny Backx <[EMAIL PROTECTED]> wrote: > > On

Re: [Cegcc-devel] mingw32ce: Fix some math.h bad inlined functions

2007-01-31 Thread Danny Backx
Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ___ > Cegcc-devel mailing list > Cegcc-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listin

Re: [Cegcc-devel] todaycmn.h definitions.

2007-02-01 Thread Danny Backx
r v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ___ Cegcc-devel mailing list > Cegcc-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/cegcc-devel -- Danny

Re: [Cegcc-devel] todaycmn.h definitions.

2007-02-01 Thread Danny Backx
I've committed the patch. Thanks for all your work ! Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info signature.asc Description: This is a digitally signed message part - Using T

Re: [Cegcc-devel] mingw32ce: Fix some math.h bad inlined functions

2007-02-01 Thread Danny Backx
at to > leave > out because it is already found in coredll.dll. -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info signature.asc Description: This is a digitally signed message part - Using Tomcat

Re: [Cegcc-devel] [Cegcc-svn] SF.net SVN: cegcc: [879] trunk/cegcc/src

2007-02-05 Thread Danny Backx
}/include would work (and be simpler), but it would copy the CVS and SVN junk which is not desirable. Danny > Besides, we can now build w32api proper, which makes this patch unneeded. > I'll post a patch > to a

[Cegcc-devel] proposed patch for additional command line option for coverage

2007-02-07 Thread Danny Backx
instead of deleting it. What do you think ? Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info Index: toplev.h === --- toplev.h (revision 888) +++ toplev.h (working copy) @@ -132,6 +132,7 @@

Re: [Cegcc-devel] proposed patch for additional command line option for coverage

2007-02-09 Thread Danny Backx
tream, or should > we keep this as a local patch? -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info signature.asc Description: This is a digitally signed message part - Using Tomcat but need to do m

Re: [Cegcc-devel] How to build cegcc?

2007-02-12 Thread Danny Backx
On Mon, 2007-02-12 at 18:05 +0100, Aldo Calpini wrote: > I have a fresh Cygwin 1.5.24 installation (just upgraded everything > today) with gcc, gcc-mingw, and pretty much everything seems to be > useful to build cegcc. I'll update the doc, it's outdated. Da

Re: [Cegcc-devel] How to build cegcc?

2007-02-12 Thread Danny Backx
On Mon, 2007-02-12 at 18:05 +0100, Aldo Calpini wrote: > please help :-) Attached is a first adaptation. Does this help ? Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info Title: How to build the toolchain This document describes how to build Ce

Re: [Cegcc-devel] How to build cegcc?

2007-02-13 Thread Danny Backx
I've attached a new version of the document, it should be on the website shortly. On Tue, 2007-02-13 at 22:04 +0100, [EMAIL PROTECTED] wrote: > Aldo Calpini <[EMAIL PROTECTED]> schrijft: > > Danny Backx wrote: > > > Attached is a first adaptation. Does this h

Re: [Cegcc-devel] Loosing the fight (but not the war), AKA: The dreaded missing errno.

2007-02-15 Thread Danny Backx
GetLastError() and so should be written. Theoretically they could be in some mingw32ce include file, or in the application sources. Nuno makes a clear case for the latter; I agree. Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info signature.asc Description: Th

Re: [Cegcc-devel] Cygwin binaries

2007-02-15 Thread Danny Backx
V > ___ > Cegcc-devel mailing list > Cegcc-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/cegcc-devel -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info signature.asc Description: This is a digitally signed m

Re: [Cegcc-devel] CeGCC bug report

2007-02-25 Thread Danny Backx
send a message to the mailing list when something is done to it (item added/changed). Or do some of you think that this would need to be on a different mailing list ? Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info sig

Re: [Cegcc-devel] What does CeGcc compiles?

2007-03-01 Thread Danny Backx
expect you to be able to compile them with CeGCC. I'd have to look into whether arm-wince-cegcc-gcc or arm-wince-mingw32ce-gcc is the right compiler. Depends on how unix-like the sources are. Was this the type of answer you were looking for ? Danny -- Danny Backx

Re: [Cegcc-devel] Where is cegcc.dll, cegccthrd.dll, and libstdc++.dll

2007-03-04 Thread Danny Backx
/arm-wince-mingw32ce/bin/mingwm10.dll Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info signature.asc Description: This is a digitally signed message part - Take Surveys. Earn Cash. In

[Cegcc-devel] Windres questions

2007-03-06 Thread Danny Backx
e a manageable subset of the C syntax. Would it be a silly idea to implement that limited subset in windres so it becomes independent of the C preprocessor and can write better error messages ? Does anyone have a better idea? Thanks, Danny -- Danny Backx ; danny

Re: [Cegcc-devel] libiconv

2007-03-08 Thread Danny Backx
_______ > Cegcc-devel mailing list > Cegcc-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/cegcc-devel -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info signature.asc Description: This is a digitall

Re: [Cegcc-devel] libiconv

2007-03-10 Thread Danny Backx
/build-cegcc.sh Yes, if that fails, please do ask for help. Be assured : this path (compiling cegcc yourself) will eliminate the libiconv issue. Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info signature.asc Description: This is a digitally signed message

Re: [Cegcc-devel] Windows Question

2007-03-19 Thread Danny Backx
f you provide step by step setup > tutorial. > > Thanks > Leonid Sinyakov. -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info signature.asc Description: This is a digitally signed message part ---

Re: [Cegcc-devel] xvid codec compile with cegcc

2007-03-28 Thread Danny Backx
-- I assume I've answered the "howto" question, but have I also given you enough info to understand the problem and the solution ? Cheers, Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info signature.asc Descripti

Re: [Cegcc-devel] xvid codec compile with cegcc

2007-03-28 Thread Danny Backx
I forgot to mention that I also copied the config.sub file from one of the cegcc source directories into the xvid directory structure. Without it, configure will complain about now knowing about arm-wince-cegcc . Danny On Wed, 2007-03-28 at 21:32 +0200, Danny Backx wrote: > Hi, >

Re: [Cegcc-devel] cegcc and softfloat

2007-04-11 Thread Danny Backx
gt; support enabled by default, since in general it is faster than kernel > emulation ? > > Klaus -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info signature.asc Description: This is a digitally signed message part -

Re: [Cegcc-devel] cegcc and softfloat

2007-04-12 Thread Danny Backx
u'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______ > Cegcc-devel mailing list > [EMAIL PROTECTED] >

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

2007-04-12 Thread Danny Backx
&p=sourceforge&CID=DEVDEV > ___ Cegcc-devel mailing list > [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/cegcc-devel -- Danny Backx ; danny.backx - at - scarlet.be

Re: [Cegcc-devel] gcj support in CeGCC

2007-04-12 Thread Danny Backx
ry make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/danny/src/cegcc/svn.sf.net/cegcc/trunk/cegcc/src/build-cegcc/gcj/arm-wince-cegcc/libjava' Signing off for today. Danny -- Danny Backx ; danny.backx - at -

[Cegcc-devel] tchar.h

2007-04-14 Thread Danny Backx
rosoft.com/en-us/library/ms861474.aspx and http://msdn2.microsoft.com/en-us/library/ms860358.aspx . -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info signature.asc Description: This is a digitally signed me

Re: [Cegcc-devel] cegcc and softfloat

2007-04-17 Thread Danny Backx
n registry warning: "WCETRACE_DEBUGGER" not found in registry gdb: unknown target exception 0x8002 at 0x0174e718 Program received signal ?, Unknown signal. 0x0174e718 in ?? () (gdb) Has anyone seen this before ? Any clues ? Danny On Fri, 2007-04-13 at 20:15 +0100, Pedro Alves

Re: [Cegcc-devel] cegcc and softfloat

2007-04-18 Thread Danny Backx
nny On Wed, 2007-04-18 at 01:03 +0100, Pedro Alves wrote: > Danny Backx escreveu: > > This is spooky. > > > > I edited startup.c slightly, recompiled the cegcc.dll . And then, > > apparently, something went wrong. Not a single application built with > > cegcc wants

Re: [Cegcc-devel] cegcc and softfloat

2007-04-18 Thread Danny Backx
around that in the cegcc rebuild script. Pedro, how do you feel about detecting the environment (e.g. some version of gcc or some version of Linux) and then triggering a workaround ? Or do you have other ideas ? Danny On Wed, 2007-04-18 at 19:22 +0200, Danny Backx wrote: > I wasn't

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

2007-04-19 Thread Danny Backx
n for floating point hardware which isn't on my system), or ACCESS_VIOLATION Code C005 Flags 0 when trying to access a NULL pointer. Strangely, dividing by 0 doesn't cause such an exception. I haven't tried this in mingw32ce yet, only in cegcc. Opinio

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

2007-04-20 Thread Danny Backx
GV, Segmentation fault. 0x01758f58 in ?? () (gdb) where #0 0x01758f58 in ?? () (gdb) Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info signature.asc Description: This is a digitally signed message part

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

2007-04-20 Thread Danny Backx
, Danny Backx wrote: > I've done some more experiments. > > 1. I didn't get an exception from division by 0. > Inspection of the assembly code reveals that there's indeed no > division instruction being generated (probably this means ARM doesn't > do inte

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

2007-04-21 Thread Danny Backx
ns is : Program received signal SIGSEGV, Segmentation fault. 0x01758f58 in ?? () (gdb) where #0 0x01758f58 in ?? () (gdb) -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info signature.asc Description: This is a digitally signed message

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

2007-04-21 Thread Danny Backx
that happens is : > > Program received signal SIGSEGV, Segmentation fault. > > 0x01758f58 in ?? () > > (gdb) where > > #0 0x01758f58 in ?? () > > (gdb) > > > > sounds like a trashed stack. This can happen when you define arrays > within a function (created

[Cegcc-devel] Mysterious crash in my application

2007-04-23 Thread Danny Backx
%d -> [%s]\r\n", value, prevValue, valval); The output of a gdb session is also attached. Bright (and other) ideas are most welcome. Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info PocketInvest initialising InitCommonControlsEx Error [Cannot creat

Re: [Cegcc-devel] Mysterious crash in my application

2007-04-23 Thread Danny Backx
me in detecting the problem. I've tried to reproduce this in a small program, haven't succeeded yet. Danny On Mon, 2007-04-23 at 20:17 +0200, Danny Backx wrote: > I'll put this in another thread, apologies if this bothers anyone. > > I explained that my application c

  1   2   3   4   5   6   7   8   >