Hi ..
I am trying to compile Openmsx 17 for rg351p console, using rk3326 chroot ..
I think i have all the dependences ..
This is what i have after ./configure
Found libraries:
ALSA: version 1.1.8
GLEW: version unknown
libogg: version unknown
libpng: version 1.6.36
libtheora: version unknown
libvorbis: version unknown
OpenGL: version 4.6
SDL2: version 2.0.9
SDL2_ttf: version 2.0.15
Tcl: version 8.6.9
zlib: version 1.2.11
Components overview:
Emulation core: yes
GL renderer: yes
Laserdisc: yes
ALSA MIDI: yes
Also i have gcc/g++ version 8.3.0.
When i try to "make" i have error of #include library not found ..
ERROR =
src/utils/xxhash.hh:46:10: fatal error: bit: No such file or directory ..
Something regarding the Include library "bit" missing ..
Maybe it's not possible to compile on a arm64 architecture? or maybe something i am missing ?
Thanks for the support.