Browse thread
Using OCaml in a kernel
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2004-12-10 (21:26) |
From: | Jonathan Roewen <jonathan.roewen@g...> |
Subject: | Re: [Caml-list] Using OCaml in a kernel |
I've tried manually compiling libasmrun.a, but I'm getting some strange unresolved symbols to caml functions/declarations. startup.o: caml_data_segments caml_code_segments i386.o caml_program caml_apply2 caml_apply3 fail.o: caml_exn_Failure (basically whole lot from the struct with these in it) caml_bucket_Out_of_memory caml_bucket_Stack_overflow roots.o: caml_frametable caml_globals I've used grep on the files in /asmrun, and I can't find the definition of the symbols, just their declarations and usage. The only file I've yet to check is fail.c, but certainly the others are using symbols not defined anywhere I can find. Regards, Jonathan Roewen