Hi:

we are moving our BSP from Ce5.00 to Ce6.00.
when PB6 comiple the scdcard driver it can't not find the sdcardlib.lib and
sdbus.lib.
how could i create these 2 libs or link another way?

hope anyone can response soon.

Thanks and Best Reagrds.

vincent tsai

Re: How to create(link) sdcardlib.lib and sdbus.lib for sdcard driver in WinCE600? by Luca

Luca
Sun Jun 08 22:50:20 PDT 2008

look at the 'sources' file: you should have something like:

SOURCELIBS= \
$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\sdcardlib.lib \
$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\sdhclib.lib \
$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\sdbus.lib \
....

--

Luca Calligaris
www.eurotech.it

"vincent" <vincent.tsai@icnexus.com.tw> ha scritto nel messaggio
news:%233DHJKfyIHA.2384@TK2MSFTNGP02.phx.gbl...
> Hi:
>
> we are moving our BSP from Ce5.00 to Ce6.00.
> when PB6 comiple the scdcard driver it can't not find the sdcardlib.lib
> and sdbus.lib.
> how could i create these 2 libs or link another way?
>
> hope anyone can response soon.
>
> Thanks and Best Reagrds.
>
> vincent tsai
>



Re: How to create(link) sdcardlib.lib and sdbus.lib for sdcard driver in WinCE600? by vincent

vincent
Mon Jun 09 00:14:57 PDT 2008

Thank you very much.
i have tried just and made it successfully.
"Luca Calligaris" <anonymous@discussions.microsoft.com> ¼¶¼g©ó¶l¥ó·s»D:%23fruCSfyIHA.1436@TK2MSFTNGP05.phx.gbl...
> look at the 'sources' file: you should have something like:
>
> SOURCELIBS= \
> $(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\sdcardlib.lib \
> $(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\sdhclib.lib \
> $(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\sdbus.lib \
> ....
>
> --
>
> Luca Calligaris
> www.eurotech.it
>
> "vincent" <vincent.tsai@icnexus.com.tw> ha scritto nel messaggio
> news:%233DHJKfyIHA.2384@TK2MSFTNGP02.phx.gbl...
>> Hi:
>>
>> we are moving our BSP from Ce5.00 to Ce6.00.
>> when PB6 comiple the scdcard driver it can't not find the sdcardlib.lib
>> and sdbus.lib.
>> how could i create these 2 libs or link another way?
>>
>> hope anyone can response soon.
>>
>> Thanks and Best Reagrds.
>>
>> vincent tsai
>>
>
>