You are playing the built-in engine, the executable for rodent terminated, as can be seen in the name.
Can you build PIE? Or otherwise static?
http://talkchess.com/forum/viewtopic.php?t=54393
Moderator: Ras
You are playing the built-in engine, the executable for rodent terminated, as can be seen in the name.
I did two mistake, can you retry with this https://www.dropbox.com/s/dqs6i9jexbs3t ... droid?dl=0
Sorry : https://www.dropbox.com/s/dqs6i9jexbs3t ... droid?dl=0xr_a_y wrote: ↑Fri Feb 21, 2020 6:52 amI did two mistake, can you retry with this https://www.dropbox.com/s/dqs6i9jexbs3t ... droid?dl=0
This is a static compile for ARM

Code: Select all
FILE *personalityFile = NULL;
if (isabsolute(fileName) // if known locations don't exist we want to load only from absolute paths
|| ChDirEnv("RIIIPERSONALITIES") // try `RIIIPERSONALITIES` env var first (26/08/17: linux only)
|| ChDir(_PERSONALITIESPATH)) // next built-in path
personalityFile = fopen(fileName, "r");