-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Fix failure on GCC 4.9 #56
Comments
|
Is the failure the following ?
I've tried downgrading gcc (to 4.8.2) but still facing this |
@jvelo Yes. Can you try modifying these lines in your tess-two/jni/Application.mk, and let me know if this fixes it for you?
|
@rmtheis I've still got the error with the changed Application.mk |
@jvelo Really? It seems to be working for me. |
Yeah. I've just double-checked the changes and tried again, it fails. I have :
And
It fails with the same error as above. There' s also a couple warnings before that, not sure if they are relevant or not :
|
@jvelo GCC 4.8.3 should still work for you though:
|
I am facing the same issue. NDK_TOOLCHAIN_VERSION := 4.9 |
nice work. I use the original version of tess and patch this. It's working for windows compiling. |
No description provided.
The text was updated successfully, but these errors were encountered: