View Single Post
Old 07-19-2021, 09:54 PM   #2
joweka
Junior Member
joweka began at the beginning.
 
joweka's Avatar
 
Posts: 6
Karma: 10
Join Date: Jul 2021
Device: Kobo Aura Edition 2 v1
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?
joweka is offline   Reply With Quote