Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 2002 13:17:26 -0700 (PDT)
From:      Jeffrey Katcher <jmkatcher@yahoo.com>
To:        "Coffin, Dexter" <idnopheq@comcast.net>
Cc:        alpha <freebsd-alpha@freebsd.org>
Subject:   Re: Anyone running Lisp on FreeBSD/Alpha?
Message-ID:  <20020617201726.19910.qmail@web14508.mail.yahoo.com>
In-Reply-To: <1024343931.399.16.camel@roshomon.idnopheq.net>

next in thread | previous in thread | raw e-mail | index | archive | help
CLISP isn't a simple interpreter and requires quite a
bit of customization for different architectures for
addressing, garbage collection, and error handling. 
(It is an excellent piece of software.) 

In the case of FreeBSD/Alpha and the standard C
compiler (other compilers (gcc31 & ccc) fail earlier
for other reasons), the build fails when it detects
incorrect values in detected memory ranges. 

Specifically:
lispbibl.d:2607 oint_addr_mask doesn't cover
CODE_ADDRESS_RANGE
lispbibl.d:2610 oint_addr_mask doesn't cover
MALLOC_ADDRESS_RANGE

Code address range = 0x0000000120000000
Malloc address range = 0x0000000120000000
Shared library address range = 0x0000000160000000
Stack address range = 0x0000000011000000

I haven't reported this to the port person because the
i386 FreeBSD port is so trivially different from the
standard working distribution.  

__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020617201726.19910.qmail>