From: Alex P. <pes...@ma...> - 2012-08-02 11:51:57
|
On 08/02/12 12:47, JLM wrote: >> Quite possible. >> Please try to decrease optimization level in >> builds/posix/make.android.arme. There is line >> OPTIMIZE_FLAGS=-O3 -fno-omit-frame-pointer >> -O0 instead -O3 will be good first attempt. > It runs ! > So the O3 gcc optimization was the problem. > We can now say that the libfbclient for Android is running ! > Probably worth trying with O1 & O2? I understand that client is not (typically) time critical, but we will need to compile server for that platform. > Now it miss "only" the libfbserver :) > Yes. This will need some time to solve IPC issues. |