From: Larry Hunter <Larry.Hunter@uchsc.edu>
Cc: bug-gnu-emacs@gnu.org
Subject: Re: Compiling 64 bit emacs for Power4/Aix-5.2
Date: 09 May 2003 18:26:54 -0600 [thread overview]
Message-ID: <m3y91fzlwx.fsf@huge.uchsc.edu> (raw)
In-Reply-To: <mailman.5789.1052424704.21513.bug-gnu-emacs@gnu.org>
The following message is a courtesy copy of an article
that has been posted to gnu.emacs.bug as well.
Next steps in the saga of trying to compile a 64 bit emacs for
power4/AIX. I defined an m/ibmpower4.h file with the following:
#define BITS_PER_LONG 64
#define BITS_PER_EMACS_INT 64
#define NO_ARG_ARRAY
#define NO_UNION_TYPE
#define EMACS_INT long
#define EMACS_UINT unsigned long
#define SPECIAL_EMACS_INT
#define VALBITS 60
#define PNTR_COMPARISON_TYPE unsigned long
#define XPNTR(a) XUINT (a)
I don't yet have an unexec working, but doing CANNOT_DUMP, I do get as
far as a temacs that can do loadup. However, as soon as I start the
temacs, I get
"Warning: past acceptable memory limits"
So it appears that I am missing some declaration about how large
the address space really is, or something like that.
Any ideas?
--
Lawrence Hunter, Ph.D.
Director, Center for Computational Pharmacology
Associate Professor of Pharmacology, PMB & Computer Science
phone +1 303 315 1094 UCHSC, Campus Box C236
fax +1 303 315 1098 School of Medicine rm 2817b
cell +1 303 324 0355 4200 E. 9th Ave.
email: Larry.Hunter@uchsc.edu Denver, CO 80262
PGP key on public keyservers http://compbio.uchsc.edu/hunter
next prev parent reply other threads:[~2003-05-10 0:26 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.5770.1052408906.21513.bug-gnu-emacs@gnu.org>
2003-05-08 20:08 ` Compiling 64 bit emacs for Power4/Aix-5.2 Larry Hunter
[not found] ` <mailman.5789.1052424704.21513.bug-gnu-emacs@gnu.org>
2003-05-10 0:26 ` Larry Hunter [this message]
2003-05-10 9:08 ` Eli Zaretskii
2003-05-07 5:06 Larry Hunter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m3y91fzlwx.fsf@huge.uchsc.edu \
--to=larry.hunter@uchsc.edu \
--cc=bug-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.