No description
  • C 58.8%
  • Shell 19.8%
  • OCaml 7.1%
  • Assembly 6.3%
  • M4 3.9%
  • Other 4.1%
Find a file
Lucas Pluvinage 5faa3c1a74 fix build system
2022-01-31 11:12:57 +01:00
example ocaml bytecode unix / RIOT build system 2022-01-28 16:10:58 +01:00
include/caml ocaml bytecode unix / RIOT build system 2022-01-28 16:10:58 +01:00
ocaml fix build system 2022-01-31 11:12:57 +01:00
.gitignore fix build system 2022-01-31 11:12:57 +01:00
dune ocaml bytecode unix / RIOT build system 2022-01-28 16:10:58 +01:00
dune-project ocaml bytecode unix / RIOT build system 2022-01-28 16:10:58 +01:00
Makefile fix build system 2022-01-31 11:12:57 +01:00
README.md ocaml bytecode unix / RIOT build system 2022-01-28 16:10:58 +01:00
startup.c ocaml bytecode unix / RIOT build system 2022-01-28 16:10:58 +01:00

RIOT / OCaml build system

To setup, you need to clone RIOT-OS somewhere: https://github.com/RIOT-OS/RIOT

And set up the RIOTBASE environment variable to point on that folder.

Then run make to build the project.

GCC 32bit libraries:

  • on debian: sudo apt install gcc-multilib
  • on fedora: sudo dnf install glibc-devel.i686

OCaml version: 4.12.1