gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gcl-devel] Re: NetBSD/sparc port?


From: Dan Debertin
Subject: [Gcl-devel] Re: NetBSD/sparc port?
Date: Thu, 04 Sep 2003 10:58:29 -0500
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (berkeley-unix)

Camm Maguire <address@hidden> writes:

> Greetings!  Should be quite easy.  As a first step, copy whatever .h
> and .defs files in the h/ subdir you feel are close to h/test.h and
> h/test.defs.  Then ./configure --enable-machine=test ....  Please let
> us know how it goes.  

It's coming along. I decided to do a NetBSD-i386 port first; the current
h/NetBSD.{h,defs} are outdated by several years. The FreeBSD versions
seem to be current, though, so I was able to re-use most of that with
some minor changes.

My current puzzle is this:

gmake[1]: Entering directory `/home/daniel/software/gcl.i386/unixport'
gcc -m486 -fwritable-strings -DVOL=volatile -I./h -I./o -fsigned-char -Wall 
-DVOL=volatile -fsigned-char -fwritable-strings -pipe -O3 -fomit-frame-pointer 
-I/home/daniel/software/gcl.i386/o -I../h -I../o -o rsym rsym.c
In file included from rsym.c:18:
rsym_elf.c: In function `output_externals':
rsym_elf.c:241: warning: implicit declaration of function 
`ELF__ELF_NATIVE_CLASS_ST_BIND'
/var/tmp/ccmzkViW.o: In function `output_externals':
/var/tmp/ccmzkViW.o(.text+0x655): undefined reference to 
`ELF__ELF_NATIVE_CLASS_ST_BIND'
/var/tmp/ccmzkViW.o(.text+0x66a): undefined reference to 
`ELF__ELF_NATIVE_CLASS_ST_BIND'
gmake[1]: *** [rsym] Error 1
gmake[1]: Leaving directory `/home/daniel/software/gcl.i386/unixport'
gmake: *** [unixport/saved_gcl] Error 2

The ELF stuff is way beyond me. Ideas?

> Do you feel this combo is common enough to qualify as a supported
> port?

NetBSD/sparc (which I will start as soon as I have i386 working) is
probably the 2nd or 3rd most popular NetBSD port after i386 itself.

> Are you interested in helping?

Certainly, though some of the low-level stuff (like the above) is
beyond me.

Dan
--
/^Dan Debertin$/         | 
address@hidden  | 
www.nodewarrior.org      | 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]