I see that the Bulverde LCD driver PCA27x_LCD is linked with thr cesysgen
makefile. I need to modify this plus the XLLP library because there is
platform specific code in these. What is the best way of overriding this
and reporducing the same resulting lib? Why is this so darn complicated?

Thanks!

Re: CE 5 RTM, How to override PXA27x_lcd?! by K

K
Wed Jul 28 01:19:07 CDT 2004

The typical way is to clone the scource trr fom CSP to your BSP.
And modify relative sources file's TARGETLIBS macro


"Chris" <chris_at_tdsway_dot_com> ¼¶¼g©ó¶l¥ó·s»D
:#$jOSIBdEHA.384@TK2MSFTNGP10.phx.gbl...
> I see that the Bulverde LCD driver PCA27x_LCD is linked with thr cesysgen
> makefile. I need to modify this plus the XLLP library because there is
> platform specific code in these. What is the best way of overriding this
> and reporducing the same resulting lib? Why is this so darn complicated?
>
> Thanks!
>
>



Re: CE 5 RTM, How to override PXA27x_lcd?! by Chris

Chris
Wed Jul 28 19:08:06 CDT 2004

Not so easy given all the crud in the makefile used in cesysgen.

The display driver is not made into a DLL until sysgen phase. Why is this
done? Who's life is this making things easy for?


"K. S. Huang" <ks_huang@AlphaNetworks.com_remove.this> wrote in message
news:%23rdxYrGdEHA.216@TK2MSFTNGP11.phx.gbl...
> The typical way is to clone the scource trr fom CSP to your BSP.
> And modify relative sources file's TARGETLIBS macro
>
>
> "Chris" <chris_at_tdsway_dot_com> ¼¶¼g©ó¶l¥ó·s»D
> :#$jOSIBdEHA.384@TK2MSFTNGP10.phx.gbl...
> > I see that the Bulverde LCD driver PCA27x_LCD is linked with thr
cesysgen
> > makefile. I need to modify this plus the XLLP library because there is
> > platform specific code in these. What is the best way of overriding
this
> > and reporducing the same resulting lib? Why is this so darn
complicated?
> >
> > Thanks!
> >
> >
>
>



Re: CE 5 RTM, How to override PXA27x_lcd?! by K

K
Wed Jul 28 22:35:32 CDT 2004

you may use the sysgen_capture to produce a source file that contains the
linking stuff equivalent to the sysgen.

"Chris" <chris_at_tdsway_dot_com> ¼¶¼g©ó¶l¥ó·s»D
:#OIonAQdEHA.3632@TK2MSFTNGP11.phx.gbl...
> Not so easy given all the crud in the makefile used in cesysgen.
>
> The display driver is not made into a DLL until sysgen phase. Why is this
> done? Who's life is this making things easy for?
>
>
> "K. S. Huang" <ks_huang@AlphaNetworks.com_remove.this> wrote in message
> news:%23rdxYrGdEHA.216@TK2MSFTNGP11.phx.gbl...
> > The typical way is to clone the scource trr fom CSP to your BSP.
> > And modify relative sources file's TARGETLIBS macro
> >
> >
> > "Chris" <chris_at_tdsway_dot_com> ¼¶¼g©ó¶l¥ó·s»D
> > :#$jOSIBdEHA.384@TK2MSFTNGP10.phx.gbl...
> > > I see that the Bulverde LCD driver PCA27x_LCD is linked with thr
> cesysgen
> > > makefile. I need to modify this plus the XLLP library because there
is
> > > platform specific code in these. What is the best way of overriding
> this
> > > and reporducing the same resulting lib? Why is this so darn
> complicated?
> > >
> > > Thanks!
> > >
> > >
> >
> >
>
>



Re: CE 5 RTM, How to override PXA27x_lcd?! by Chris

Chris
Thu Jul 29 11:34:54 CDT 2004

How does that work?

Thanks!
"K. S. Huang" <ks_huang@AlphaNetworks.com_remove.this> wrote in message
news:eypNr0RdEHA.1000@TK2MSFTNGP12.phx.gbl...
> you may use the sysgen_capture to produce a source file that contains the
> linking stuff equivalent to the sysgen.
>
> "Chris" <chris_at_tdsway_dot_com> ¼¶¼g©ó¶l¥ó·s»D
> :#OIonAQdEHA.3632@TK2MSFTNGP11.phx.gbl...
> > Not so easy given all the crud in the makefile used in cesysgen.
> >
> > The display driver is not made into a DLL until sysgen phase. Why is
this
> > done? Who's life is this making things easy for?
> >
> >
> > "K. S. Huang" <ks_huang@AlphaNetworks.com_remove.this> wrote in message
> > news:%23rdxYrGdEHA.216@TK2MSFTNGP11.phx.gbl...
> > > The typical way is to clone the scource trr fom CSP to your BSP.
> > > And modify relative sources file's TARGETLIBS macro
> > >
> > >
> > > "Chris" <chris_at_tdsway_dot_com> ¼¶¼g©ó¶l¥ó·s»D
> > > :#$jOSIBdEHA.384@TK2MSFTNGP10.phx.gbl...
> > > > I see that the Bulverde LCD driver PCA27x_LCD is linked with thr
> > cesysgen
> > > > makefile. I need to modify this plus the XLLP library because there
> is
> > > > platform specific code in these. What is the best way of overriding
> > this
> > > > and reporducing the same resulting lib? Why is this so darn
> > complicated?
> > > >
> > > > Thanks!
> > > >
> > > >
> > >
> > >
> >
> >
>
>



Re: CE 5 RTM, How to override PXA27x_lcd?! by K

K
Fri Jul 30 00:32:23 CDT 2004

1) you could search the sysgen_capture in on-line help, or
2) refer the following article, Cloning the Microsoft Public Common Code...
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnembedded/
html/embedded09162003.asp?frame=true

"Chris" <chris_at_tdsway_dot_com> ¼¶¼g©ó¶l¥ó·s»D
:OGb8CoYdEHA.3728@TK2MSFTNGP09.phx.gbl...
> How does that work?
>
> Thanks!
> "K. S. Huang" <ks_huang@AlphaNetworks.com_remove.this> wrote in message
> news:eypNr0RdEHA.1000@TK2MSFTNGP12.phx.gbl...
> > you may use the sysgen_capture to produce a source file that contains
the
> > linking stuff equivalent to the sysgen.
> >
> > "Chris" <chris_at_tdsway_dot_com> ¼¶¼g©ó¶l¥ó·s»D
> > :#OIonAQdEHA.3632@TK2MSFTNGP11.phx.gbl...
> > > Not so easy given all the crud in the makefile used in cesysgen.
> > >
> > > The display driver is not made into a DLL until sysgen phase. Why is
> this
> > > done? Who's life is this making things easy for?
> > >
> > >
> > > "K. S. Huang" <ks_huang@AlphaNetworks.com_remove.this> wrote in
message
> > > news:%23rdxYrGdEHA.216@TK2MSFTNGP11.phx.gbl...
> > > > The typical way is to clone the scource trr fom CSP to your BSP.
> > > > And modify relative sources file's TARGETLIBS macro
> > > >
> > > >
> > > > "Chris" <chris_at_tdsway_dot_com> ¼¶¼g©ó¶l¥ó·s»D
> > > > :#$jOSIBdEHA.384@TK2MSFTNGP10.phx.gbl...
> > > > > I see that the Bulverde LCD driver PCA27x_LCD is linked with thr
> > > cesysgen
> > > > > makefile. I need to modify this plus the XLLP library because
there
> > is
> > > > > platform specific code in these. What is the best way of
overriding
> > > this
> > > > > and reporducing the same resulting lib? Why is this so darn
> > > complicated?
> > > > >
> > > > > Thanks!
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>