Hello,
>> As promised newly compiled object files are available here
>
> Thanks so much, Eddie.
>
> So the new tree compiles the tssdcard.ko for the ts7800.
>
> When I change to use ts72xx_defconfig, and make, I get the following
> errors:
> drivers/mmc/tssdcard.c:377: error: `SDDAT' undeclared (first use in
> this function)
> drivers/mmc/tssdcard.c:377: error: (Each undeclared identifier is
> reported only once
> drivers/mmc/tssdcard.c:377: error: for each function it appears in.)
It looks like the sdcard block drive we provide is assuming a #define
from the sdcore is available. Seeing as though the preprocessor has
already removed this information from the library/object file the block
driver won't compile as you have found. You can add the following line
to your SD card block driver to resolve the problem.
#define SDDAT 1
I'll mention this to the engineer who wrote the block driver to fix this
problem.
--
Best Regards,
________________________________________________________________
Eddie Dawydiuk, Technologic Systems | voice: (480) 837-5200
16610 East Laser Drive Suite 10 | fax: (480) 837-5300
Fountain Hills, AZ 85268 | web: www.embeddedARM.com
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|