How do I create a Hurd/Mach build system?

2008-11-09 Thread Ashish Gokhale
Hi All, I know it sounds very basic. I am trying to have a working cross-build environment to build Hurd/Mach system, and I am stuck in this state for last couple of months. I am running debian Etch, using cross-compile scripts published by Thomas, http://nic-nac-project.de/~schwinge/tmp/cross-

Re: glibc in Hurd

2008-06-07 Thread Ashish Gokhale
Hi, Which version of gcc you using? Regards, - AG - Original Message From: zhengda <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent: Thursday, 5 June, 2008 4:46:12 AM Subject: glibc in Hurd Hi, I have some troubles with glibc. First, I'm not sure I get the right source code of glibc for

Re: Probem compiling GLibC 2.18 for Hurd

2008-05-21 Thread Ashish Gokhale
okey, - Original Message From: Thomas Schwinge <[EMAIL PROTECTED]> To: Ashish Gokhale <[EMAIL PROTECTED]> Cc: bug-hurd@gnu.org Sent: Wednesday, 21 May, 2008 10:54:07 PM Subject: Re: Probem compiling GLibC 2.18 for Hurd Hello! On Wed, May 21, 2008 at 12:05:21AM +0530, As

Re: Probem compiling GLibC 2.18 for Hurd

2008-05-20 Thread Ashish Gokhale
: Thomas Schwinge <[EMAIL PROTECTED]> To: Ashish Gokhale <[EMAIL PROTECTED]> Cc: bug-hurd@gnu.org Sent: Monday, 19 May, 2008 1:53:01 PM Subject: Re: Probem compiling GLibC 2.18 for Hurd Hello! On Wed, May 14, 2008 at 10:24:21PM +0530, Ashish Gokhale wrote: > error when i am trying to b

Probem compiling GLibC 2.18 for Hurd

2008-05-14 Thread Ashish Gokhale
Hi All, I am trying to build Hurd system. I get following error when i am trying to build Glibc 2.18. --- + /home/project/hurd/root/src/glibc/configure --without-cvs --build=i686-pc-linux-gnu --host=i586-pc-gnu --prefix= --with-headers=/home/ashish/hurd/root/sys_root/include --disable-profile chec

Error cross-building Hurd (glibc2.18)

2008-05-11 Thread Ashish Gokhale
Hi All, I am trying to build Hurd system. I get following error when i am trying to build Glibc 2.18. --- + /home/project/hurd/root/src/glibc/configure --without-cvs --build=i686-pc-linux-gnu --host=i586-pc-gnu --prefix= --with-headers=/home/ashish/hurd/root/sys_root/include --disable-profile chec

Re: What after cross_gnu?

2007-12-24 Thread Ashish Gokhale
Hello, > > I think I should be calling > > gnumach.obj> make install-kernel prefix=/gnu > > > > But the Makefile in /gnumach.obj does not have > > install-kernel target. Am I missing something > here? > > What are you finally striving for and where did you > get this > ``install-kernel'' thing f

L4-Hurd or Debian/Hurd

2007-12-14 Thread Ashish Gokhale
both? Thanks, Ashish Gokhale Why delete messages? Unlimited storage is just a click away. Go to http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html ___ Bug-hurd mailing list Bug-hurd@gnu.org http://lists.gnu.org/mailman/listinfo/bug-hurd

Re: What after cross_gnu?

2007-12-13 Thread Ashish Gokhale
007 at 04:27:20PM +0000, Ashish > Gokhale wrote: > > Thanks to thomas for the cross_gnu_env & > cross_gnu. I > > have been able to run both. Now I have cross-build > > environment. How do i proceed to have a running > Hurd > > System? any links? > > In

What after cross_gnu?

2007-12-13 Thread Ashish Gokhale
Hi, Thanks to thomas for the cross_gnu_env & cross_gnu. I have been able to run both. Now I have cross-build environment. How do i proceed to have a running Hurd System? any links? Thanks, Ashish Gokhale Did you know? You can CHAT without downloading messenger. Go to

cross-gnu fails

2007-12-07 Thread Ashish Gokhale
hi, I am trying to run cross-gnu script, it fails at.. i586-pc-gnu-ar: creating libpthread_pic.a ++ make prefix=/hurd/sys_root libihash-install libpthread-install /usr/bin/install: cannot stat `/hurd/src/hurd/libpthread/libpthread.a': No such file or directory make[1]: *** [/hurd/sys_root/lib/

Re: cross-gnu : mawk syntax error

2007-12-07 Thread Ashish Gokhale
Hi Ivan, Thanks for the advice. I have solved the problem, gen-sorted.awk had to be patched. thanks, - AG - Original Message From: Ivan Shmakov <[EMAIL PROTECTED]> To: Ashish Gokhale <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED]; bug-hurd@gnu.org Sent: Friday, 7 December, 200

cross-gnu : mawk syntax error

2007-12-06 Thread Ashish Gokhale
Hi, I am trying to compile the Hurd system for some time now & seem to run into problems. I am receiving syntax error for mawk as follows: --- mawk -f scripts/gen-sorted.awk \ -v subdirs='csu assert ctype locale intl catgets math setjmp signal stdlib stdio-common libio malloc string wcsmbs

Re: GnuMach make error

2007-06-19 Thread Ashish Gokhale
Thanks, will try, -AG --- Samuel Thibault <[EMAIL PROTECTED]> wrote: > Ashish Gokhale, le Mon 18 Jun 2007 19:18:38 +0100, a > écrit : > > Does it mean libc.a is missing ? > > Yep > > > how to resolve ? > > cross-compile a libc. > > Samuel &g

GnuMach make error

2007-06-18 Thread Ashish Gokhale
Hi, I am trying to cross-compile Hurd system. I am getting following error while 'make'ing gnumach. Any clues? --- then cat gnumach-undef-bad; exit 2; else true; fi i586-gnu-gcc -nostdlib -nostartfiles -r -static \ -o clib-routines.o `sed 's/^/-Wl,-u,/' < gnumach-undef` -x c /dev/null -lc /usr/l

Re: autoreconf -i breaks

2007-03-30 Thread Ashish Gokhale
> > As Thomas said, user automake1.9. > > > Michael > Hi, I upgraded automake to 1.9 & autoconf to 2.61. I do get undefined macro error for /linux/configfrag.ac:126 as follows --- linux/configfrag.ac:126: error: m4_defn: undefined macro: _m4_divert_diversion linux/configfrag.ac:126: the top le

autoreconf -i breaks

2007-03-29 Thread Ashish Gokhale
I have Debian Linux Kernel 3.1, autoconf-2.59, automake-1.6.3. I have clean copy of gnumach (gnumach_1_branch). while running 'autoreconf -f -i' i get following warnings & errors ---Warnings--- ./linux/Makefrag.am:652: warning: automake does not support conditional definition of liblinux_pcmcia_cs_

Re: Alternative to './configure' ?

2007-03-28 Thread Ashish Gokhale
--- Samuel Thibault <[EMAIL PROTECTED]> wrote: > Hi, > > Ashish Gokhale, le Wed 28 Mar 2007 16:01:58 +0100, a > écrit : > > It looks like 'configure' script has been removed > from > > gnumach-1-branch. > > Like for most projects. You just n

Alternative to './configure' ?

2007-03-28 Thread Ashish Gokhale
Hello, It looks like 'configure' script has been removed from gnumach-1-branch. Is there any alternative to this script? is it a temporary state of the repository? my local copy of sources is broken & i am not able to build the kernel. Thank you,

Re: build error : osit.version.h less than required ???

2007-03-26 Thread Ashish Gokhale
Hi, --- Barry deFreese <[EMAIL PROTECTED]> wrote: > Ashish Gokhale wrote: > > Hi, > > Once again I attempt to build the mach kernel > using > > gnumach_1_branch, but I get following error. > > > > --- > > configure: error: version in > less

build error : osit.version.h less than required ???

2007-03-26 Thread Ashish Gokhale
Hi, Once again I attempt to build the mach kernel using gnumach_1_branch, but I get following error. --- configure: error: version in less than required 19991121 --- How do I resolve this? Thank you, AG __ Yahoo! India

MiG 3.0 compile error mach/message.h

2007-01-01 Thread Ashish Gokhale
Hello, While 'make' ing the Mig 3.0 I am getting following error. mawk -f ./gensym.awk cpu.sym > cpu.symc gcc -S -x c -o cpu.symo cpu.symc cpu.symc:1:26: mach/message.h: No such file or directory cpu.symc:3:8: missing terminating " character There is already a copy of message.h in the

Re: Checking out /gnumach exits with error, cause 'aux' reserved on cvsnt

2006-02-15 Thread Ashish Gokhale
i could down load latest GnuMach code (and the branch as well) on my windows desktop? Thanks - Ashish --- Thomas Schwinge <[EMAIL PROTECTED]> wrote: > On Mon, Feb 06, 2006 at 09:59:08PM +0100, Samuel > Thibault wrote: > > Ashish Gokhale, le Sun 05 Feb 2006 19:07:17 +, > a ?cri

Re: Checking out /gnumach exits with error, cause 'aux' reserved on cvsnt

2006-02-05 Thread Ashish Gokhale
ot;gnumach/i386/aux". Has anybody expereinced this problem before, is there any solution to this, or a way to download latest gnumach source on winnt machine? thanks -Ashish --- Thomas Schwinge <[EMAIL PROTECTED]> wrote: > On Thu, Feb 02, 2006 at 09:53:22PM +, Ashish > Gokhale

Checking out /gnumach exits with error

2006-02-02 Thread Ashish Gokhale
Hi all, I am trying to checkout latest /gnumach from cvs.savannah.gnu.org using the command "cvs -z3 -d:pserver:[EMAIL PROTECTED]:/sources/hurd co gnumach". I am getting error "cvs [checkout aborted]: could not chdir to gnumach/i386/aux: Invalid argument" any ideas? - Ashish __

Re: Tasks list for GNU Mach

2005-12-26 Thread Ashish Gokhale
Hi All, Is it possible to compare L4 and Mach side-by-side and have list of features that are there in L4? Is the design of Mach flawed or is it the implementation that lacks the original vision? Or the focus is changing too fast from one option to the other ? - Ashish --- [EMAIL PROTECTED] wrot

RE: Hurd Sourcecode Cross Reference [was:Re: Hurd advocacy?]

2003-08-22 Thread Ashish Gokhale
Hi All, Thanks for the Source code browser link. Does any body has idea if a simmilar software exists to browse local (offline) source code repositories ? Thanks. Ashish -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Patrick Strasser Sent: Wednesday, Au