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

2007-07-14 Thread Pedro Alves
Steven Hicks wrote: > After adding the header declaration I got this compiler error: > arm-wince-cegcc-g++ -g -D_WIN32_IE=0x0400 -c Bluetooth.cpp > Bluetooth.o: In function `Bluetooth_CreateServer()': > /home/steven/gizdev/GPS2Bth/Bluetooth.cpp:226: undefined reference to > `RegisterDevice(wchar_t

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

2007-07-10 Thread Pedro Alves
(adding the cegcc-devel back) [EMAIL PROTECTED] wrote: >> > Since it is supported by coredll should I update my cegcc copy of winbase.h > to include: > HANDLE RegisterDevice (LPCWSTR lpszName, DWORD index, > LPCWSTR lpszLib, DWORD dwInfo); > BOOL DeregisterDevice (HANDLE hDevice); > > Or wa

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

2007-07-10 Thread Qian, Ling (Ling)
Behalf Of Pedro Alves Sent: 2007年7月10日 下午(五哥)18:22 To: Qian, Ling (Ling) Cc: Danny Backx; CeGCC Development List Subject: Re: [Cegcc-devel] Can cegcc cross compile network driver On 7/10/07, Qian, Ling (Ling) wrote: > > 1. ACX100 driver is linked against the Linux kernel, what is the >

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

2007-07-10 Thread Pedro Alves
On 7/10/07, Qian, Ling (Ling) wrote: > > 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 relationship between the WinCE NDIS and libcoredll.a, w

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

2007-07-09 Thread Qian, Ling (Ling)
! - Ling Bell Labs Research China Http://qianwuge.spaces.live.com/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Danny Backx Sent: 2007年7月10日 上午(五哥)2:15 To: [EMAIL PROTECTED] Cc: CeGCC Development List Subject: Re: [Cegcc-devel] Can cegcc cross compile

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

2007-07-09 Thread Danny Backx
ice coredll.def DeregisterDevice RegisterDevice dannypc: {25} > >-- Original Message -- > >From: Danny Backx <[EMAIL PROTECTED]> > >To: "Qian, Ling (Ling)" <[EMAIL PROTECTED]> > >Date: Mon, 09 Jul 2007 19:26:30 +0200 > >Cc: cegcc-devel@lists.so

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 ---