Hi Ignacio,
> I following the instruction of the page
> http://www.ovro.caltech.edu/~dwh/ts7300/ for building kernel, but show
> me the next error:
>
> obj_kallsyms.c: In function 'obj_kallsyms':
> obj_kallsyms.c:204: error: invalid lvalue in assignment
> obj_kallsyms.c:279: error: invalid lvalue in assignment
> make[1]: *** [obj_kallsyms.o] Error 1
>
> and i dont know how to fix the problem.
>
> Thats is for make my own elotouch driver because the existings drivers
> dont run.
I assume from your next mail:
>> building modutils-2.4.27
that this is the package giving this build error?
What host are you building on, eg. an x86 machine running
Linux kernel 2.6, Centos 4.5, Red Hat Enterprize, Fedora, etc.?
What gcc --version do you get? If its 4.x then its possible
the host compiler is too new to build such old code.
Use an older 3.x series compiler on the host to build the
code.
The problem is that when using a 2.4-series kernel, you also
have to use the tools available at that time.
Its possible you can go through the crosstools build, and
build an x86 version of the compiler, and then put its
path in your PATH before the host compiler, and then go
through the document again, and things will build fine.
Cheers,
Dave
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/
|