update:
found
inkvt (
https://github.com/llandsmeer/inkvt ) and managed to compile it with the
ko-reader toolchain (
https://github.com/koreader/koxtoolchain)
so
vi is kind of running though without an OTG keyboard it's a little bit hard to use
still I can't compile
taskwarrior (
https://taskwarrior.org/download/ )
I set the environment with
Code:
source refs/x-compile.sh kobo env
and in the taskwarrior directory i ran
Code:
cmake -DCMAKE_BUILD_TYPE=release .
but cmake exits with the following errors:
Code:
cc: error: unrecognized command-line option '-mfpu=neon'
cc: error: unrecognized command-line option '-mfloat-abi=hard'
cc: error: unrecognized command-line option '-mthumb'
any suggestions how to fix that? I guess the toolchain is in some way not up-to-date with the taskwarrior code or something?