--- In "vocemanago" <> wrote:
>
> --- In "vocemanago" <> wrote:
> >
> > --- In Jim Jackson <> wrote:
> > >
> > > On Mon, 18 Apr 2005, vocemanago wrote:
> > >
> > > > Ok, I decided to attempt to pull out the crossbuild tools en
> force to
> > > > try a Kernel build.
> > > > I dropped in the Linux24 directory from the CD and ...moved
into the
> > > > directory and hit Make, then I started getting pelted with a
> bunch of
> > > > questions, and it was at that point I realized I didn't really
know
> > > > the answers.
> > > > Is there a standard build list I missed somewhere?
> > > > Tony
> > > >
> > > >
> > >
> > > Here are my notes I compiled while kernel building......
> > >
> > >
>
>
> Well I found a little bit more out that I didn't know. The downloaded
> linux24 directory has a few programs that are compiled in arm mode.
> Perhaps there was a step I needed to do while "armoff" was in effect.
> So I am recompiling those pieces in x86 (using your armon armoff
> psuedo commands you suggest on your website).
>
> I will report back when I can get through make dep
Two recompiles later I can get through the "make dep step".
I continued on with
make modules
and everything worked great but then you had...
>> INSTALL_MOD_PATH=`pwd`/modules
>> make modules_install
>> installs kernel into linux24/modules
which doesn't work, I am curious just what this part is supposed to do?
Now looking at it again, I think I figured it out, ...
Another test...
nope, I can't make the makefile figure out the environment variable...
oh wait, have to export it...forgot that...
so the instructions should read ...for me at least
....
INSTALL_MOD_PATH=`pwd`/modules
export INSTALL_MOD_PATH
make modules_install
installs kernel into linux24/modules
....
Ok everything looks good...except now I have a module that was not for
this architechture.
So I got this to look forward too.
Tony
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|