Kate

Results 916 comments of Kate

The C library fails to compile on some distributions with: ``` #=== ERROR while compiling based64.1.0 ========================================# # context 2.2.0~alpha~dev | linux/x86_64 | ocaml-base-compiler.4.14.0 | pinned(https://github.com/tewonobasu/based64/archive/1.0.0.tar.gz) # path ~/.opam/4.14/.opam-switch/build/based64.1.0 #...

ping @lucas-deangelis

> I think that the mustache package should have that constraint though. Could you open an issue to track that if you have the time? Thanks!

For the ocaml-solo5 devs: Feel free to ask questions, rebase the branch, add changes to this branch (you should have the rights to, though don't forget to use `git push...

Some progress (I can only test `spt` as `hvt` doesn't seem to work on my M1 laptop, see https://github.com/Solo5/solo5/issues/529): *using `ocaml-solo5` from opam-alpha-repository, which points to this PR. The only...

``` | ___| __| _ \ | _ \ __ \ \__ \ ( | | ( | ) | ____/\___/ _|\___/____/ Solo5: Bindings version afa7fdf Solo5: Memory map: 512...

I didn't but even with it i don't really get further: ``` $ gdb -q --args solo5-spt dist/noop.spt Reading symbols from solo5-spt... (gdb) b spt_launch Breakpoint 1 at 0x2708: file...

The following inputs do result in the same output: ``` b spt_launch r add-symbol-file dist/noop.spt 0x100000 b solo5_app_main b mem_init b block_init b net_init b mem_lock_heap c ``` ``` $...

``` $ gdb -q --args solo5-spt dist/noop.spt Reading symbols from solo5-spt... (gdb) b spt_launch Breakpoint 1 at 0x2708: file spt/spt_launch_aarch64.S, line 27. (gdb) r Starting program: /home/kit_ty_kate/.opam/next/bin/solo5-spt dist/noop.spt [Thread debugging...