On 6/13/08, Lexi Q <> wrote:
> How do I reconfigure the ts cross compiler to have the option CONFIG_PREEMPT
> set? I don't know where to find a download that comes with a configure
> script.
That's a linux kernel configuration option, not a compiler setting.
It sounds like you are trying to compile a single module and inject it
into the kernel that is already running. It may be possible to use
corresponding kernel jeader files and configure the module
appropriately outside the kernel, but that's fairly tricky, and I
think you are going to have more success cross-compiling the whole
kernel from source with your extra module included - that will ensure
that the configuration and settings for your module exactly match
those of the kernel that you are trying to insert it into.
You may find that someone else has solved this same problem in a more
elegant way, if you search google for the exact error message that you
are seeing.
It would be easier to help you if you described just what you are
trying to achieve, what module you are talking about and where you got
the source code for it, what exact commands you use to achieve your
result and how this differs from what you expect.
Good luck!
M
------------------------------------
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/
|