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 in our libcoredll.a so you can access them. Or am I mis-interpreting your message ? Danny dannypc: {19} cd /opt/mingw32ce/arm-wince-mingw32ce/lib dannypc: {20} l *core* -rw-r--r-- 1 danny backx 1200338 Jul 7 16:07 libcoredll.a dannypc: {21} arm-wince-mingw32ce-nm libcoredll.a | grep -i registerdevice 00000000 T RegisterDevice 00000000 I __imp_RegisterDevice 00000000 T DeregisterDevice 00000000 I __imp_DeregisterDevice dannypc: {22} cdce /home/danny/src/cegcc/svn.sf.net/cegcc/trunk/cegcc dannypc: {23} cd src/cegcc/importlibs/defs/ dannypc: {24} fgrep -i registerdevice 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.sourceforge.net > >Subject: Re: [Cegcc-devel] Can cegcc cross compile network driver > > > > > >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 driver and make the driver work under Windows Mobile? > > > >Drivers are DLLs that need to implement a couple of specific functions, > >and that may need special installation. > > > >Yes, this is possible with cegcc. An example recently created by Pedro > >is in the tools/PipeLib directory of our SVN. > > > >Obviously the Linux device driver and the WinCE device driver have > >different characteristics. But that's your porting effort. > > > > Danny > > > >-- > >Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info > > > >Attachment: signature.asc > > > >------------------------------------------------------------------------- > >This SF.net email is sponsored by DB2 Express > >Download DB2 Express C - the FREE version of DB2 express and take > >control of your XML. No limits. Just data. Click to get it now. > >http://sourceforge.net/powerbar/db2/ > >_______________________________________________ > >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 message part
------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/
_______________________________________________ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel