View Single Post
Old 03-20-2025, 11:02 AM   #85
kbarni
Connoisseur
kbarni ought to be getting tired of karma fortunes by now.kbarni ought to be getting tired of karma fortunes by now.kbarni ought to be getting tired of karma fortunes by now.kbarni ought to be getting tired of karma fortunes by now.kbarni ought to be getting tired of karma fortunes by now.kbarni ought to be getting tired of karma fortunes by now.kbarni ought to be getting tired of karma fortunes by now.kbarni ought to be getting tired of karma fortunes by now.kbarni ought to be getting tired of karma fortunes by now.kbarni ought to be getting tired of karma fortunes by now.kbarni ought to be getting tired of karma fortunes by now.
 
kbarni's Avatar
 
Posts: 86
Karma: 289046
Join Date: Feb 2025
Device: Kindle PW5
Go step by step. Cross-compiling for another architecture is not so simple...

First, before going for vncviewer, set up your toolchain: https://kindlemodding.org/kindle-dev...equisites.html

Test your setup with the example project from the kindlemodding site.

For cloning use the recursive flag:
git clone --recursive https://github.com/hwhw/kindlevncviewer.git

for building you might need to set the prefix for the toolchain. A bit difficult to say how to do it without trying.
kbarni is offline   Reply With Quote