-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not able to compile - missing capsimage module #16
Comments
Hi,
I use ndk r17b
Try to copy capsimage folder from uae4arm/plugins to ~/androidsdl/project/jni directory
If i have some free time i will update build instructions
…On Wed, Jan 16, 2019 at 9:31 PM Robert ***@***.***> wrote:
I have tried to build an apk today with a fresh Debian VM.
Installed Android Studio, JDK, NDK and here is the first thing i stumbled
according to your "How to...":
The toolchain is not compatible with the latest NDK - had to download an
older one (r17).
But, now I am stuck with the build because of capsimage module.
Would you mind updating the "How-to" or give me some hints on how to
proceed?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#16>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAcn1sRjuU6JTh2nTO2UMLNHfK8VvZhPks5vD34sgaJpZM4aDyjc>
.
|
Thanks for the hint with moving capsimage. That seems to work. But, now I am running into the following compile error: |
current state of branch sdl_android not supported gcc anymore (support only
clang), you must checkout to previous state
try
$ cd ~/androidsdl
$ git checkout aa7919811
$ ./changeAppSettings.sh -a
$ ./build.sh uae4arm
…On Thu, Jan 17, 2019 at 12:57 AM Robert ***@***.***> wrote:
Thanks for the hint with moving capsimage. That seems to work. But, now I
am running into the following compile error:
cc1: error: argument to '-O' should be a non-negative integer, 'g', 's' or
'fast' cc1: error: argument to '-O' should be a non-negative integer, 'g',
's' or 'fast' make: ***
[obj/local/armeabi-v7a/objs/sdl-1.2/src/SDL_error.o] Error 1 make: ***
Waiting for unfinished jobs.... make: ***
[obj/local/armeabi-v7a/objs/sdl-1.2/src/SDL.o] Error 1
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#16 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAcn1nXVtHFE_3_9CUaXZpDylpcxnZZhks5vD65sgaJpZM4aDyjc>
.
|
I have tried to build an apk today with a fresh Debian VM.
Installed Android Studio, JDK, NDK and here is the first thing i stumbled according to your "How to...":
The toolchain is not compatible with the latest NDK - had to download an older one (r17).
But, now I am stuck with the build because of capsimage module.
Would you mind updating the "How-to" or give me some hints on how to proceed?
The text was updated successfully, but these errors were encountered: