Android build fails?

Discussion of chess software programming and technical issues.

Moderators: hgm, Rebel, chrisw

Gurcan Uckardes
Posts: 196
Joined: Wed Oct 29, 2014 12:42 am

Re: Android build fails?

Post by Gurcan Uckardes »

So, i wanna ask whether we may receive some outcome to test and rate under Android? Thanks.
My blog for Android users: http://chesstroid.blogspot.com
Ras
Posts: 2488
Joined: Tue Aug 30, 2016 8:19 pm
Full name: Rasmus Althoff

Re: Android build fails?

Post by Ras »

For the CT800 engine, that will be part of the release V1.12, planned for mid-October.
Ras
Posts: 2488
Joined: Tue Aug 30, 2016 8:19 pm
Full name: Rasmus Althoff

Re: Android build fails?

Post by Ras »

Update: from NDK r16 on, the "unified headers" are the only option, which is why the python generation script doesn't accept the "--unified-headers" option anymore. The script must be called like that:

Code: Select all

make_standalone_toolchain.py --arch arm --api 16 --install-dir c:\android-standalone-chain
sasachess
Posts: 24
Joined: Wed Nov 05, 2014 11:28 am
Location: Italy

Re: Android build fails?

Post by sasachess »

Gurcan Uckardes wrote:So, i wanna ask whether we may receive some outcome to test and rate under Android? Thanks.
I just released version 1.4, including the executable for Android. Please can you test it and tell me if it works? :)

Thank you!

http://sasachess.altervista.org/gogobello
User avatar
abik
Posts: 819
Joined: Fri Dec 01, 2006 10:46 pm
Location: Mountain View, CA, USA
Full name: Aart Bik

Re: Android build fails?

Post by abik »

sasachess wrote:I just released version 1.4, including the executable for Android. Please can you test it and tell me if it works? :)
Seems to work just fine!

Code: Select all

# ./gogobello-android                                                                                        
-------------------------------------------------------------------------------
gogobello chess engine by Salvatore Giannotti
Version 1.4

-------------------------------------------------------------------------------
enter 'console' for console mode... uci

id name gogobello 1.4
id author Salvatore Giannotti
option name Ponder type check default true
option name Hash type spin default 128 min 1 max 8192
option name Clear Hash type button
option name HashEvalSize type spin default 8 min 1 max 1024
option name HashQSize type spin default 8 min 1 max 1024
option name HashPawnSize type spin default 4 min 1 max 24
option name Thread type spin default 1 min 1 max 24
option name OwnBook type check default true
option name RandBook type check default false
option name BookFile type string default Morphius_12.9c.bin
option name Syzygy type check default true
option name dtzPath type string default <empty>
option name wdlPath type string default <empty>
option name SyzygyMen type spin default 5 min 2 max 6
option name SuddenDeath type spin default 20 min 10 max 50
option name MoreTime type spin default 5 min 5 max 15
option name LessTime type spin default 10 min 5 max 15
option name FastGame type spin default 5 min 5 max 15
option name FastOpening type spin default 10 min 5 max 15
Allocated   128 MB for the Hash Table
Allocated     4 MB for the HashPawn Table for Thread 1
Allocated     8 MB for the HashEval Table for Thread 1
Allocated     8 MB for the HashQ Table for Thread 1
uciok
sasachess
Posts: 24
Joined: Wed Nov 05, 2014 11:28 am
Location: Italy

Re: Android build fails?

Post by sasachess »

abik wrote: Seems to work just fine!
Great! I'd be curious to know the elo under Android..