--- In Lexi Q <> wrote:
>
> I'm trying to recompile the ts7kv driver but there are too many
errors/dependencies. I downloaded the kernel source and when I try to
recompile the whole kernel it says it can't find the
arm-none-linux-gnueabi-gcc command. Where do I get this? Is there a
simple way to compile ts7kv.c into a .ko or a .o?
You need to have arm cross compiler installed. In addition to this you
need to modify your top level kernel Makefile to point to your cross
compiler.
Search for these two lines in the Makefile
ARCH ?= arm
CROSS_COMPILE ?= /usr/bin/arm-linux-gnueabi-
------------------------------------
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/
|