letoh

Results 7 comments of letoh

How about using qemu user mode emulation to build the dictionary on the host machine? just like the use of wine in the mingw build: https://github.com/philburk/pforth/blob/master/platforms/mingw-crossbuild-linux/Makefile#L108

here is a simple example for arm target: https://github.com/letoh/pforth/blob/improve-cross-build/platforms/pc-unix-arm-unix/Makefile.cross

https://github.com/letoh/pforth/blob/improve-cross-build/platforms/win32/codeblocks/pforth.cbp tested on windows 7 and mingw x86_64-8.1.0-posix-seh-rt_v6-rev0

I guess the `_getch()` from the visual c++ runtime doesn't work well in the mintty https://github.com/philburk/pforth/blob/master/csrc/win32_console/pf_io_win32_console.c#L198 and I found if you press ctrl-c when the program is blocked, all the...

@larsbrinkhoff how about just creating a meta repo and adding those repos as submodules?

Thank you! I will review these changes as soon as possible.

> Should be rebased and updated to [Dune](https://dune.build) instead. Hi @XVilka , dune-based release is almost ready, but I only test it on the OCaml 4.04-4.07 + opam 1.2 +...