Re: Cross-compilation Mach 1.3

2005-07-21 Thread Manuel Menal
Thomas Schwinge wrote: On Thu, Jul 21, 2005 at 01:40:48AM +0200, Manuel Menal wrote: Thomas Schwinge wrote: On Thu, Jul 21, 2005 at 12:17:49AM +0200, TFC Juan Antonio Sánchez y Juan Antonio García wrote: With ../configure --build=i686-pc-linux-gnu --host=i686-pc-gnu and I think you can lea

Re: Cross-compilation Mach 1.3

2005-07-21 Thread Thomas Schwinge
On Thu, Jul 21, 2005 at 01:40:48AM +0200, Manuel Menal wrote: > Thomas Schwinge wrote: > >On Thu, Jul 21, 2005 at 12:17:49AM +0200, TFC Juan Antonio Sánchez y Juan > >Antonio García wrote: > >>With ../configure --build=i686-pc-linux-gnu --host=i686-pc-gnu and > >I think you can leave out the '--b

Re: Cross-compilation Mach 1.3

2005-07-20 Thread TFC Juan Antonio Sánchez y Juan Antonio García
Ok, Manuel, Thomas, thank you very much. It was all right, the problem was in tarball of website, so DONT DOWNLOAD THAT SOURCES, and some concepts i dont have very clear. See you 2005/7/21, Manuel Menal <[EMAIL PROTECTED]>: > TFC Juan An

Re: Cross-compilation Mach 1.3

2005-07-20 Thread Manuel Menal
Thomas Schwinge wrote: On Thu, Jul 21, 2005 at 12:17:49AM +0200, TFC Juan Antonio Sánchez y Juan Antonio García wrote: With ../configure --build=i686-pc-linux-gnu --host=i686-pc-gnu and I think you can leave out the '--build=...' and '--host=...' parameters. Actually, you can't leave the -

Re: Cross-compilation Mach 1.3

2005-07-20 Thread Thomas Schwinge
[ Removed help-hurd from CC. ] On Thu, Jul 21, 2005 at 12:17:49AM +0200, TFC Juan Antonio Sánchez y Juan Antonio García wrote: > Im compiling mach 1.3 The gnumach-1.3 tarball? Don't use that one, but use 'apt-get source gnumach' instead. You can easily apply the patches it contains by run

Re: Cross-compilation Mach 1.3

2005-07-20 Thread Manuel Menal
TFC Juan Antonio Sánchez y Juan Antonio García wrote: Hi, Hello, could anybody say me where i can find documentation about cross-compilation of Mach? You do not need to cross-compile a kernel (at least not the type of cross-compilation you had in mind). Kernels are obviously OS-independant,

Re: Cross-compilation Mach 1.3

2005-07-20 Thread TFC Juan Antonio Sánchez y Juan Antonio García
Hi again, Im compiling mach 1.3 with gcc 3.3.5 and mig in Debian Linux. With ../configure --build=i686-pc-linux-gnu --host=i686-pc-gnu and make later, I obtain the next error: In file included from ../i386/i386at/model_dep.c:51: ../i386/i386/proc_reg.h:142:13: missing terminating " charac

Re: Cross-compilation Mach 1.3

2005-07-20 Thread Thomas Schwinge
On Wed, Jul 20, 2005 at 10:17:53PM +0200, TFC Juan Antonio Sánchez y Juan Antonio García wrote: > could anybody say me where i can find documentation about > cross-compilation of Mach? There is Alfred's cross compilation guide at (seems to be down at the moment), which I adapted into a she