I set the IMGSDBUS2=1 in Platformbuild5. But after builing , I even can not
see the directory name for the SD card any more.
I thought that my SDHC driver should also link to the SDBUS2 interface, but
I have not found which file to be modified for that. Can anyone imply me? I
use S3C2410_SDHC drive. Thanks!

Re: Should I do any other settings except the IMGSDBUS2 to let sdbus2 work? by Luca

Luca
Fri Mar 21 08:17:19 PDT 2008

you do not need to modify SDHC sources file to use sdbus2: the SDHC links to
the import library sdbus.lib
which have the stubs for the sdbus.dll. in common.bib you can see:

#if defined IMGSDBUS2
; @CESYSGEN IF CE_MODULES_SDBUS2
sdbus.dll $(_FLATRELEASEDIR)\sdbus2.dll NK SHK
; @CESYSGEN ENDIF CE_MODULES_SDBUS2
#else
; @CESYSGEN IF CE_MODULES_SDBUS
sdbus.dll $(_FLATRELEASEDIR)\sdbus.dll NK SHK
; @CESYSGEN ENDIF CE_MODULES_SDBUS
#endif


--

Luca Calligaris
www.eurotech.it

"jack toshi" <zhoumc@hotmail.com> ha scritto nel messaggio
news:%23He7llpiIHA.4536@TK2MSFTNGP06.phx.gbl...
>I set the IMGSDBUS2=1 in Platformbuild5. But after builing , I even can not
>see the directory name for the SD card any more.
> I thought that my SDHC driver should also link to the SDBUS2 interface,
> but I have not found which file to be modified for that. Can anyone imply
> me? I use S3C2410_SDHC drive. Thanks!
>
>