Page 1 of 1

Project does not build for Android debug mode

Posted: Sat 08 Jun 2019 19:47
by JacobusOpperman
Hi! I hope someone can help! My problem is the following: I create a new blank multidevice-application. At this stage everything builds good for Android debug mode. Then I add IBCConnection and IBCQuery to the form. Now when I try to build I get the following error:

Code: Select all

[DCC Error] E2597 c:\\program files (x86)\\embarcadero\\studio\\20.0\\lib\\Android\\Release\libibtogo.a(fun.o): In function `FUN_evaluate':
  /builds/InterBase_ANDROID_TOGO_IB2017/super/jrd/fun.c:277: undefined reference to `abs'
  c:\\program files (x86)\\embarcadero\\studio\\20.0\\lib\\Android\\Release\libibtogo.a(fun.o): In function `FUN_resolve':
  /builds/InterBase_ANDROID_TOGO_IB2017/super/jrd/fun.c:947: undefined reference to `abs'
[DCC Fatal Error] F2588 Linker error code: 1 ($00000001)
Failed
Elapsed time: 00:00:45.3
There is not problem when I build for Windows but only for Android. I use Delphi Community Rio 10.3 Version 26.0.32429.4364 and IBDAC Professional 6.3.11 . I have tried to "clean" my project but it makes no difference. I hope someone can make sense of this error message and hint me in the right direction to solve it. Thank you!

Re: Project does not build for Android debug mode

Posted: Mon 10 Jun 2019 11:14
by ViktorV
There is the issue in Rio, be sure to set your NDK paths to point to "android-19", not "android-14": http://docwiki.embarcadero.com/RADStudi ... e_NDK_path
See more details at: https://community.idera.com/developer-t ... bibtogo-a/

Re: Project does not build for Android debug mode

Posted: Mon 10 Jun 2019 13:50
by JacobusOpperman
Thanks VictorV - problem solved!

Re: Project does not build for Android debug mode

Posted: Tue 11 Jun 2019 03:59
by JacobusOpperman
Hi!
Also important: Embarcadero has released 'December 2018 IDE Patch for 10.3' to help solve this problem. You can find it at
https://cc.embarcadero.com/item/30870 .All the best for everyone on this forum!

Re: Project does not build for Android debug mode

Posted: Tue 11 Jun 2019 11:13
by ViktorV
Thank you for interest to our product and your contribution in our product development.
Feel free to contact us if you have any further questions about our products.

Re: Project does not build for Android debug mode

Posted: Wed 20 Apr 2022 09:15
by redley112
ViktorV wrote: Mon 10 Jun 2019 11:14 There is the issue in Rio, be sure to set your NDK paths to point to "android-19", not "android-14": http://docwiki.embarcadero.com/RADStudi ... e_NDK_pathslope unblocked
See more details at: https://community.idera.com/developer-t ... bibtogo-a/
I have checked it again, it is a bug and we will fix it as soon as possible.
As far as there will an update I'll let you know.