caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: William Lee Irwin III <wli@holomorphy.com>
To: caml-list@inria.fr
Subject: [Caml-list] ocaml vs. NetBSD/R3K
Date: Sat, 4 Aug 2001 08:23:55 -0700	[thread overview]
Message-ID: <20010804082355.D13468@holomorphy.com> (raw)

I recently tried bootstrapping the native code on a DecStation running
NetBSD. I don't believe there should be too many hangups, but mips.s
appears not to suffice for this target.

The float register stuff shouldn't be too tough to produce hackish
workarounds for, but I'm not sure what .cpsetup and .cpreturn are
supposed to accomplish.

Any other expected hangups?

P.S.: Here are the error messages:

gcc -c -DSYS_netbsd -o mips.o mips.s
mips.s: Assembler messages:
mips.s:31: Error: Unknown pseudo-op:  `.cpsetup'
mips.s:66: Warning: Float register should be even, was 1
	[... similar error messages elided ...]
mips.s:152: Warning: Float register should be even, was 31
mips.s:163: Error: Unknown pseudo-op:  `.cpreturn'
	[... similar error messages elided ...]
mips.s:355: Error: Unknown pseudo-op:  `.cpsetup'
mips.s:364: Warning: .end directive names unknown symbol
mips.s:373: Error: Unknown pseudo-op:  `.cpsetup'
gmake[1]: *** [mips.o] Error 1
gmake[1]: Leaving directory `/usr/pkgsrc/lang/ocaml/work/ocaml-3.01/asmrun'
gmake: *** [runtimeopt] Error 2

-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs  FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr  Archives: http://caml.inria.fr


             reply	other threads:[~2001-08-04 15:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-04 15:23 William Lee Irwin III [this message]
2001-08-06  9:20 ` Xavier Leroy

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=20010804082355.D13468@holomorphy.com \
    --to=wli@holomorphy.com \
    --cc=caml-list@inria.fr \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).