Re: [Cegcc-devel] Can cegcc cross compile network driver

2007-07-09 Thread Qian, Ling (Ling)
Danny, Many Thanks! You are not mis-interpreting my message. Further information/quesions are: 1. ACX100 driver is linked against the Linux kernel, what is the module to be linked in cegcc? is it libcoredll.a? ( I am downloading the src of cegcc, it needs some time :) 2. What is the r

Re: [Cegcc-devel] C++ exceptions

2007-07-09 Thread Pedro Alves
Danny Backx wrote: > > I've had little time to spend on this recently, but I've approached > things the other way. If I get far enough, then maybe both may meet. > Yes. What you're doing would be the very minimum we need to do to have the compiler output the needed structures. > I fiddled with

Re: [Cegcc-devel] Serial port (COM1) and fileio?

2007-07-09 Thread Pedro Alves
Eduard Heimann wrote: > Hi all, > > is there some way to do a call similar to > fd = open("COM1:", O_RDONLY); > to access the serial communications port driver? Setting baud rate? > > Maybe this is a newbie's question... however, i didn't find any hint till > now. I remember > from my good

Re: [Cegcc-devel] C++ exceptions

2007-07-09 Thread Danny Backx
On Sun, 2007-07-08 at 20:20 +0100, Pedro Alves wrote: > Here goes the v2 of the seh giga macros. Wear sunglasses. Interesting stuff. I've had little time to spend on this recently, but I've approached things the other way. If I get far enough, then maybe both may meet. I fiddled with gcc/config

Re: [Cegcc-devel] Can cegcc cross compile network driver

2007-07-09 Thread Danny Backx
On Mon, 2007-07-09 at 13:44 -0400, [EMAIL PROTECTED] wrote: > >From my experience the main library (CoreDLL) was missing RegisterDevice > and DeRegister device, would this be an issue in driver development? > > -Steven According to my sources and the library on my system, these calls are both i

Re: [Cegcc-devel] Can cegcc cross compile network driver

2007-07-09 Thread Danny Backx
On Mon, 2007-07-09 at 23:29 +0800, Qian, Ling (Ling) wrote: > All, > > I am trying to write a TI ACX100-based wifi driver under Windows > Mobile 2003/2005. I have found a Linux TI Acx100 driver, but it's a > kernel driver. My question is that can CeGCC be used to cross compile > the Linux drive

Re: [Cegcc-devel] Can cegcc cross compile network driver

2007-07-09 Thread Qian, Ling (Ling)
All, I am trying to write a TI ACX100-based wifi driver under Windows Mobile 2003/2005. I have found a Linux TI Acx100 driver, but it's a kernel driver. My question is that can CeGCC be used to cross compile the Linux driver and make the driver work under Windows Mobile? Thanks! Ling ---

[Cegcc-devel] wxWinCE and cegcc

2007-07-09 Thread Hywel B. Richards
Dear All, Has anyone here tried using/compiling wxWinCE with cegcc? I'm currently developing an app for which the GUI complexity is really quite small, using MFC for the GUI part, and using a DLL compiled using cegcc for most of the functionality. It seems to me that if I could replace MFC wit