Re: Cross compilling kernel i386/amd64 is failed

2010-04-16 Thread Andriy Gapon
on 16/04/2010 10:38 Arseny Nasokin said the following: > > kernel-toolchain target must be called on cross-compilling, even you > making cross-world (where toolchain is called) Still not sure what is the problem. Before cross-compiling a kernel you have to cross-build either the corresponding wor

Re: Cross compilling kernel i386/amd64 is failed

2010-04-16 Thread Arseny Nasokin
On 16 Apr 2010, at 10:29, Andriy Gapon wrote: on 16/04/2010 04:19 Arseny Nasokin said the following: On 16 Apr 2010, at 03:03, Andriy Gapon wrote: on 16/04/2010 01:27 Arseny Nasokin said the following: I get error in same point when I try compile amd64 current GENERIC on i386 machine

Re: Cross compilling kernel i386/amd64 is failed

2010-04-15 Thread Andriy Gapon
on 16/04/2010 04:19 Arseny Nasokin said the following: > > > On 16 Apr 2010, at 03:03, Andriy Gapon wrote: > >> on 16/04/2010 01:27 Arseny Nasokin said the following: >>> I get error in same point when I try compile amd64 current GENERIC on >>> i386 machine. Svn revision is 206597 >>> >>> Error

Re: Cross compilling kernel i386/amd64 is failed

2010-04-15 Thread Arseny Nasokin
On 16 Apr 2010, at 03:03, Andriy Gapon wrote: on 16/04/2010 01:27 Arseny Nasokin said the following: I get error in same point when I try compile amd64 current GENERIC on i386 machine. Svn revision is 206597 Error at src/sys/amd64/amd64/genassym.c:1: code model 'kernel' not supported in the

Re: Cross compilling kernel i386/amd64 is failed

2010-04-15 Thread Andriy Gapon
on 16/04/2010 01:27 Arseny Nasokin said the following: > I get error in same point when I try compile amd64 current GENERIC on > i386 machine. Svn revision is 206597 > > Error at src/sys/amd64/amd64/genassym.c:1: code model 'kernel' not > supported in the 32 bit mode. > > how to cross compile it?

Cross compilling kernel i386/amd64 is failed

2010-04-15 Thread Arseny Nasokin
I get error in same point when I try compile amd64 current GENERIC on i386 machine. Svn revision is 206597 Error at src/sys/amd64/amd64/genassym.c:1: code model 'kernel' not supported in the 32 bit mode. how to cross compile it? PS: I build only kernel at this point. Should I rebuild whole