Welcome, Guest
Username: Password: Remember me
CodeTyphon Cross-Build Development, discussions and problems
  • Page:
  • 1

TOPIC:

CrossBuild Android CT 5.0 9 years 7 months ago #5969

  • zeljko
  • zeljko's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 207
  • Thank you received: 38
Debian 7 32
CT 5.0
android-arm

new project -> Simple program
1. compile work!
program project1;
begin
end.

2. add pl_Indy component
compile error : IdStackUnix.pas(221,3) Fatal: Cannot find unit netdb used by IdStackUnix.
(220 row)
uses
netdb,
unix, ...
change :
uses
  netdb in '/usr/lib/codetyphon/fpcsrc/packages/fcl-net/src/netdb.pp',
  unix, .
..
compile indy component
error:
/usr/lib/codetyphon/fpc/bin/i386-linux/arm-android-ld: cannot find -liconv

Help!

Please Log in or Create an account to join the conversation.

CrossBuild Android CT 5.0 9 years 7 months ago #5970

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
Sir
pl_Indy DON'T support Android yet...(we must port Android NDK API first)
On Android we must make simple Applications.

Now:
Android DON'T has GNU Linux OS libraries like libiconv.so etc
Android is NOT GNU Linux OS, it use only some parts of Linux Kernel, NOT parts for GNU Linux OS as we know in Ubuntu,ArchLinux, Fedora etc
Linux Kernel is NOT the same with GNU Linux OS
Linux Kernel is NOT an OS
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Last edit: by Sternas Stefanos.

CrossBuild Android CT 5.0 9 years 7 months ago #5974

  • zeljko
  • zeljko's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 207
  • Thank you received: 38
thanks for the quick reply,

Indy 10.2.0.3 work to arm-linux

www.digitalhomeserver.net/freepascal-on-the-raspberry-part-4/

Please Log in or Create an account to join the conversation.

Last edit: by zeljko.

CrossBuild Android CT 5.0 9 years 5 months ago #6161

  • Tigr
  • Tigr's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 54
  • Thank you received: 1
Good day!
Recently installed CT 5 and there arose a question on the expense of compiling and how to treat it!
This instruction Kaka I understood already does not meet the reality, although it may be wrong www.pilotlogic.com/sitejoom/index.php/93...ss-build-for-android
Could You me explain the step by step what should and what determines!
From settings and to the Assembly APK or at least its preparation obtain *.SO
Thank you in advance!
xubuntu 14.10

Please Log in or Create an account to join the conversation.

CrossBuild Android CT 5.0 9 years 5 months ago #6165

  • Tigr
  • Tigr's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 54
  • Thank you received: 1

Please Log in or Create an account to join the conversation.

CrossBuild Android CT 5.0 9 years 5 months ago #6166

  • Tigr
  • Tigr's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 54
  • Thank you received: 1
maybe something is not enough for normal work and that i need to install!?

Please Log in or Create an account to join the conversation.

CrossBuild Android CT 5.0 9 years 5 months ago #6169

  • Tigr
  • Tigr's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 54
  • Thank you received: 1
a year ago, I downloaded the build of Lazarus where in the project settings prescribed path to ndk etc using costumdraw as visual objects collected project *.so after which it finally compiled in eclipse and got ready apk

here how things are going? You how people explain please! Here is something to configure?!

Please Log in or Create an account to join the conversation.

CrossBuild Android CT 5.0 9 years 5 months ago #6171

  • Tigr
  • Tigr's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 54
  • Thank you received: 1
Toolchain builder - arm-android
Attachments:

Please Log in or Create an account to join the conversation.

CrossBuild Android CT 5.0 9 years 5 months ago #6172

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
Sir
please wait for CT 5.10
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

CrossBuild Android CT 5.0 9 years 5 months ago #6173

  • Tigr
  • Tigr's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 54
  • Thank you received: 1
thank you! when he roughly released?

Please Log in or Create an account to join the conversation.

CrossBuild Android CT 5.0 9 years 5 months ago #6174

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
ETA 2-6 hours
is in our Servers but we must test the Server files...
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Last edit: by Sternas Stefanos.

CrossBuild Android CT 5.0 9 years 5 months ago #6175

  • Tigr
  • Tigr's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 54
  • Thank you received: 1
thanks

Please Log in or Create an account to join the conversation.

CrossBuild Android CT 5.0 9 years 5 months ago #6176

  • Tigr
  • Tigr's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 54
  • Thank you received: 1
Hello! faced with this problem: when in the project settings will proposeci the path to the ndk to prima:../ANDROID/android-ndk-r10c/platforms/android-8/arch-arm/usr/lib .... ide writes that library (-fl) contain non-ASCII characters... what could it be?

And more! there are no instructions with zero nawaat project for ct5 different from this:
www.pilotlogic.com/sitejoom/index.php/93...ss-build-for-android
or may be something I'm missing?

Please Log in or Create an account to join the conversation.

  • Page:
  • 1