OMicroB icon indicating copy to clipboard operation
OMicroB copied to clipboard

Bytecode?

Open mweichert opened this issue 4 years ago • 1 comments

If I have ocaml bytecode, can I compile that with omicrob?

Thanks!

mweichert avatar Jan 23 '21 14:01 mweichert

Looks like it might be possible. I ask as I'd like to use ReasonML, and thought it be easiest to compile to bytecode first, and then use omicrob to compile to a microcontroller target.

omicrob example.byte -o example.c
omicrob example.c -o example.elf
omicrob example.c -o example.avr
omicrob example.avr -o example.hex

mweichert avatar Jan 23 '21 14:01 mweichert