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

TOPIC:

arm-linux vs arm-android 11 years 6 months ago #2577

  • mariuszekpl
  • mariuszekpl's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 15
  • Thank you received: 2
What is main difference between arm-linux and arm-android ?
I used windows to cross compile application for linux.
But my linux is very strange if I used "cros-compile" -> "FPC32 build cross element arm-linux" i have error "about ... wrong EABI version..."
If I used "cros-compile" -> "FPC32 build cross element arm-android" all works OK, lazarus compile link application and it works OK.

I have this board from Toradex and use this linux
blog.toradex.com/2012/08/10/toradex-coli...pha-1-now-available/

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

arm-linux vs arm-android 11 years 5 months ago #2590

  • mariuszekpl
  • mariuszekpl's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 15
  • Thank you received: 2
arm-linux: fpc make params:
CPU_TARGET=arm OS_TARGET=linux

arm-android: fpc make params:
CPU_TARGET=arm OS_TARGET=linux OPT="-dFPC_ARMEL"

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

arm-linux vs arm-android 11 years 5 months ago #2644

  • Konstantinos Papadoulas
  • Konstantinos Papadoulas's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 131
  • Thank you received: 19
I am not a specialist but i know that Android is heavilly relied on a Java Virtual Machine kernel. After all in the Android Development page they urge the developers to use the Java SDK instead of the Native Code SDK.
Maybe that is why there are differences (more or less) between arm-linux and arm-android.

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

  • Page:
  • 1