Daniel Smolik wrote:
> Hi,
>
> I have trying compile tssdcard.ko I spend lot of time and haven't
> success. I must modify Makefile to link code with binary blob.
> #
> # SD Card driver for TS-ARM
> #
> obj-m := tssdcard.o
> tssdcard-y := tssdcard2.o sdcore2_bin.o
>
> obj-$(CONFIG_TS_SDCARD) += tssdcard.o
>
>
> But get this:
>
> arm-none-linux-gnueabi-ld: ERROR: Source object
> drivers/mmc/sdcore2_bin.o has EABI version 0, but target
> drivers/mmc/tssdcard.o has EABI version 4
> arm-none-linux-gnueabi-ld: failed to merge target specific data of file
> drivers/mmc/sdcore2_bin.o
> make[2]: *** [drivers/mmc/tssdcard.o] Error 1
>
> I mean this shows that TS use different compiler to compile blob than I
> download from TS pages. I normaly use gcc 4.4 and this fail too but
> with another messages.
>
> Dan
>
>
>
>
>
>
I have created an EABI version 4 sdcore2.o. But I'm not sure if I can
distribute it. Some reverse engineering has been done so... Any lawyers
here? :)
Fotis
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/
|