bhgv / Inferno-OS_Android

an Android port of Inferno OS. it works as a regular Android (> 4.0) app. to build it needs only Android Studio (>3.0) and NDK
73 stars 3 forks source link

mk: no recipe to make 'devaudio_andr.o' #5

Open raingloom opened 6 years ago

raingloom commented 6 years ago

another build issue, this one is probably not my fault

oh wait, it also does the ndate thing again, even though I built inferno-Linux from the other repo you recommended and then copied the binaries over (and ran chmod +x)

bhgv commented 6 years ago

ohh, forgot to add devaudio_andr.c to this repo. thank you

but in the other repo it is:

https://github.com/bhgv/Inferno-OS-bhgv/blob/master/emu/Android/devaudio_andr.c

use other repo ( https://github.com/bhgv/Inferno-OS-bhgv ) to build inferno-android libs. use bld.sh script from there. i wrote you a small how-to-build in the other issue.

android libs will be by the Android/arm/lib path


one question - i've made this repo for the win-android-studio-cmake and never tested this in linuxes. how do you build this in the linux?