From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id 1695F7EEEF for ; Tue, 23 Jun 2015 12:08:05 +0200 (CEST) Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of xavier.deschuyteneer@gmail.com) identity=pra; client-ip=209.85.217.170; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="xavier.deschuyteneer@gmail.com"; x-sender="xavier.deschuyteneer@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail2-smtp-roc.national.inria.fr: domain of xavier.deschuyteneer@gmail.com designates 209.85.217.170 as permitted sender) identity=mailfrom; client-ip=209.85.217.170; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="xavier.deschuyteneer@gmail.com"; x-sender="xavier.deschuyteneer@gmail.com"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@mail-lb0-f170.google.com) identity=helo; client-ip=209.85.217.170; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="xavier.deschuyteneer@gmail.com"; x-sender="postmaster@mail-lb0-f170.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0D7AACaL4lVm6rZVdFbhEMGgxivfpNoB0wBAQEBAQESAQEBAQEGCwsJIS6EGSIRHQEbHgMSCAECBTcCJAERAQUBV4d3AQMSpWyDMT4xiz+Ba4J5iyUKGScNV4U8AQUOkF+CUoFDBZN/i1GWaxIjgQwJF4FYDIInPDGCSAEBAQ X-IPAS-Result: A0D7AACaL4lVm6rZVdFbhEMGgxivfpNoB0wBAQEBAQESAQEBAQEGCwsJIS6EGSIRHQEbHgMSCAECBTcCJAERAQUBV4d3AQMSpWyDMT4xiz+Ba4J5iyUKGScNV4U8AQUOkF+CUoFDBZN/i1GWaxIjgQwJF4FYDIInPDGCSAEBAQ X-IronPort-AV: E=Sophos;i="5.13,665,1427752800"; d="scan'208";a="166828713" Received: from mail-lb0-f170.google.com ([209.85.217.170]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/RC4-SHA; 23 Jun 2015 12:08:04 +0200 Received: by lbbwc1 with SMTP id wc1so3388067lbb.2 for ; Tue, 23 Jun 2015 03:08:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=kfp6wMuIzh0Y2ZB5Rq0p5ddeTPFLQFHyU8W94Be96YY=; b=OOw2SGIOXr1KEaWZnNV16V6BsYZoEWMAg9yV65FX5+2Bqz6+D+FyxLVpQgyMkHn+xb uBgiO548gULFTABjpBp4CcawYLegTMc6OQdeR8/CaFXvc9+0LlCWr/Eym1jyHwOk/UZB F9jgWejlwVCIhNwyQp6DpPE626UbItX+Mkgn0HZsg7dfAgLO5AgRuaUJCrRlbvCGbSry 6Ppz9Bi7jVyjdUPvc1hjHp9YL5M1hYSG7Pvt8QvjSCtCYBYbm4GV8iRy/f6PN66m9aOD tNwKkaquAaVNHAUgvj/DO+UwzD6MbTO06rvjFrIcYtzks4/Tm53Q/QGeiUOPVOObgCUr VpyQ== X-Received: by 10.152.87.173 with SMTP id az13mr33381185lab.118.1435054084096; Tue, 23 Jun 2015 03:08:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.25.205.209 with HTTP; Tue, 23 Jun 2015 03:07:44 -0700 (PDT) From: xavier deschuyteneer Date: Tue, 23 Jun 2015 12:07:44 +0200 Message-ID: To: caml-list@inria.fr Content-Type: multipart/alternative; boundary=001a11c22532ea86ae05192c90eb Subject: [Caml-list] OCaml embedded --001a11c22532ea86ae05192c90eb Content-Type: text/plain; charset=UTF-8 I would like to develop in ocaml for ARM based embedded systems running custom Linux (build with yocto). My main questions are how to achieve this: - cross compilation (ARM/x86) - stack size control/analysis (valgrind massif tools for ocaml?) Do you have some pointers? experience? Xavier Deschuyteneer --001a11c22532ea86ae05192c90eb Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I would like to develop in ocaml for ARM based embedd= ed systems running custom Linux (build with yocto).

My main questions are how to achieve this:
- cross compilation = (ARM/x86)
- stack size control/analysis (valgrind massif tools fo= r ocaml?)

Do you have some pointers? experience?
= Xavier Deschuyteneer
--001a11c22532ea86ae05192c90eb--