Recent

Author Topic: lazarus can't find arm-linux-androideabi-as but fpc can!  (Read 3289 times)

mohsenti

  • Jr. Member
  • **
  • Posts: 58
lazarus can't find arm-linux-androideabi-as but fpc can!
« on: November 30, 2015, 11:07:18 am »
hi all
I build cross compiler to compile android codes and all things are good but lazarus can not compile codes and return below error.
Code: Pascal  [Select][+][-]
  1. lazaruspackageintf.pas(104,0) Error: Assembler arm-linux-androideabi-as not found, switching to external assembling
  2.  

but when compiling project with commandline using fpc with below command all building done.

Code: Pascal  [Select][+][-]
  1. fpc -Parm -Tandroid adll.lpr -Fl/home/mohsen/Android/android-ndk-r10e/platforms/android-21/arch-x86/usr/lib
  2.  

what's wrong ?

marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 11731
  • FPC developer.
Re: lazarus can't find arm-linux-androideabi-as but fpc can!
« Reply #1 on: November 30, 2015, 11:42:10 am »
android vs androideabi ?

mohsenti

  • Jr. Member
  • **
  • Posts: 58
Re: lazarus can't find arm-linux-androideabi-as but fpc can!
« Reply #2 on: December 01, 2015, 09:45:27 am »
android vs androideabi ?

Can you explain more ?!
compiler ask me for arm-linux-androideabi-as and I don't know how to use other external assembler to build android library with freepascal.

if run lazarus from terminal lazarus detect assembler but if run it from launcher can't detect assembler.

madmax

  • Newbie
  • Posts: 3
Re: lazarus can't find arm-linux-androideabi-as but fpc can!
« Reply #3 on: June 25, 2024, 02:19:05 pm »
android vs androideabi ?

I will really appreciate it if someone can give a pointer on how to fix this issue using fpcupdeluxe/LAMW, I have the problem too, please.

....I am using latest fpcupdeluxe/LAMW
« Last Edit: June 25, 2024, 02:21:59 pm by madmax »

 

TinyPortal © 2005-2018