caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Cross-compile ocaml for ARM
@ 2002-09-22 14:31 Guillaume Valadon
  2002-09-23  8:48 ` Sven LUTHER
  0 siblings, 1 reply; 4+ messages in thread
From: Guillaume Valadon @ 2002-09-22 14:31 UTC (permalink / raw)
  To: caml-list

hello,

I am trying to build a native ocaml-3.06 for Linux arm using the
method explained in http://caml.inria.fr/archives/200110/msg00334.html.

The 'make world' worked fine but the 'make opt' failed in the asmrun
directory with:
signals.c: In function 'init_signals':
signals.c: 'segv_handler' undeclared (first use in this function)
[ usual gcc stuff about undeclared identifier ]

The segv_handler function is located line 478 or 486 but is never 
declared due to preprocessors tests. Uncommenting the test line 486
resolved the problem (ok, that's a dirty hack) but 'make opt' failed 
again with :
../../ocamlcomp.sh -c -warn-error A unix.mli
../../ocamlcomp.sh: line 5
/path/to/ocaml-3.06/otherlibs/unix/../../ocamlc.opt: cannot execute
binary file

How do i resolve these problems ?

Guillaume
-- 
mailto:guillaume@valadon.net
ICQ uin : 1752110

Page ouebe : http://guillaume.valadon.net

     "Everybody be cool. You ... be cool" - Seth Gecko
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-09-25 12:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-22 14:31 [Caml-list] Cross-compile ocaml for ARM Guillaume Valadon
2002-09-23  8:48 ` Sven LUTHER
2002-09-23 14:11   ` Jacques Garrigue
2002-09-25 12:29     ` Guillaume Valadon

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).