Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bytecode? #33

Open
mweichert opened this issue Jan 23, 2021 · 1 comment
Open

Bytecode? #33

mweichert opened this issue Jan 23, 2021 · 1 comment

Comments

@mweichert
Copy link

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

Thanks!

@mweichert
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant