[Cegcc-devel] Cegcc newlib posix

2007-10-19 Thread Steve DeLaney
Hi there, I'm just getting started with cegcc so these may be newbie questions. I first of all wanted to start by saying thank you for your efforts to put this together. this is very impressive. we are porting existing linux middleware and this is an ideal solution for us. Without which we w

Re: [Cegcc-devel] Cegcc-devel Digest, Vol 16, Issue 15

2007-10-20 Thread Steve DeLaney
I recently completed a build of openssl-0.9.8e using cegcc Host system is FC6 There were a couple of minor missing components that I resolved and I wonder if a patch should be submitted. Here is a summary of changes And the build steps: A) missing include/sys/un.h I just copied it from x86 li

[Cegcc-devel] A few loose ends

2007-10-22 Thread Steve DeLaney
naging the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of Cegcc-devel digest..." Today's Topics: 1. Re: Cegcc-devel Digest, Vol 16, Issue 15 (Steve DeLaney) 2. Re: ChangeDisplaySettingsEx missing?

Re: [Cegcc-devel] A few loose ends

2007-10-25 Thread Steve DeLaney
-10-21 at 21:09 -0700, Steve DeLaney wrote: > Hi there, well I am continuing to build more stuff. Generally this is > going well but I noted a few loose ends > > A) missing select.h in /opt/cegcc install. Copied from the cegcc > newlib includes > B) missing select.h in /opt/cegc

[Cegcc-devel] mingw32ce gdb to wm2005 over RNDIS

2007-11-27 Thread Steve DeLaney
First of all thank you for these great tools one thing leads to another. having now built a test application, I'm attempting to debug it using arm-wince-mingw32ce-gdb following the debugging.html gives a general how-to but I wonder if anyone is using RNDIS and if its possible to run GDB over

[Cegcc-devel] mingw32ce exeption handling for dynamic object

2007-11-28 Thread Steve DeLaney
Had something weird come up. in the process of testing out an application on WM2005, one of our APIs does a dynamic new object that causes the app to exit. This is pretty stable code with a good history on desktop and embedded linux. I've tested heap malloc elsewhere and it seems OK. only th

[Cegcc-devel] mingw32ce exeption handling for dynamic object -

2007-11-29 Thread Steve DeLaney
x27;s Topics: 1. mingw32ce exeption handling for dynamic object (Steve DeLaney) -- Message: 1 Date: Wed, 28 Nov 2007 22:58:08 -0800 From: "Steve DeLaney" <[EMAIL PROTECTED]> Subject: [Cegcc-devel] min

Re: [Cegcc-devel] mingw32ce gdb to wm2005 over RNDIS

2007-12-01 Thread Steve DeLaney
-Original Message- From: Pedro Alves [mailto:[EMAIL PROTECTED] On Behalf Of Pedro Alves Sent: Saturday, December 01, 2007 11:17 AM To: [EMAIL PROTECTED] Cc: cegcc-devel@lists.sourceforge.net Subject: Re: [Cegcc-devel] mingw32ce gdb to wm2005 over RNDIS Steve DeLaney wrote: > its not