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

TOPIC:

compile ppcjvm jvm-android-java not found 8 years 8 months ago #7909

  • zeljko
  • zeljko's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 207
  • Thank you received: 38
os: debian 8 jessie 64 (architecture i386)
CT 5.50
LCL widget type: qt5
Typhon 32 and Typhon 64 (multi arch)

compile
/usr/lib/codetyphon/fpcsrc/compiler/ppcjvm
build cross element: jvm-java, jvm-android
unit Project1;

{$mode objfpc}{$H+}
{$modeswitch unicodestrings}
{$namespace com.zeljus.button}
interface
uses
   androidr14;
type
  MainActivity = class(AAActivity)
    procedure onCreate(savedInstanceState: AOBundle); override;
  end;
implementation
procedure MainActivity.onCreate(savedInstanceState: AOBundle);
var
 layout: AWLinearLayout;
begin
  inherited onCreate(savedInstanceState);
  layout:= AWLinearLayout.Create(Self);
  layout.setOrientation(AWLinearLayout.VERTICAL);
  setContentView(layout);
end;
end.
Error: Assembler jvm-android-java not found, switching to external assembling

Work to project create new android project, create apk comand line
Help to compile ppcjvm

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

compile ppcjvm jvm-android-java not found 8 years 8 months ago #7910

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Away
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4510
  • Thank you received: 1100
Thanks Sir
we have the same problem with FreePascal
can't build jvm-android-java and jvm-java

Wow, Debian MultiArch and QT5 ?
PilotLogic Architect and Core Programmer

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

Last edit: by Sternas Stefanos.

compile ppcjvm jvm-android-java not found 8 years 8 months ago #7911

  • zeljko
  • zeljko's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 207
  • Thank you received: 38
Thanks,
How can the Debian or qt ?

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

compile ppcjvm jvm-android-java not found 8 years 8 months ago #7912

  • zeljko
  • zeljko's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 207
  • Thank you received: 38
compile to comand line

-Fu/usr/lib/codetyphon/fpc/fpc32/units/jvm-android/rtl
permissen denied
chmod 0777 -R /usr/lib/codetyphon/fpc/fpc32/units/jvm-android/rtl

work compile comand line
/usr/lib/codetyphon/fpc/fpc64/bin/x86_64-linux/ppcjvm -n -Tandroid -Fu/usr/lib/codetyphon/fpc/fpc32/units/jvm-android/rtl -FEbin/classes /home/zeljko/RAZVOJ/Android/Projekti/TEMP/Button.pas

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

Last edit: by zeljko.

compile ppcjvm jvm-android-java not found 8 years 8 months ago #7913

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Away
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4510
  • Thank you received: 1100
Sir, give us time
we fix the problem on Windows, we must test now on Linux...
PilotLogic Architect and Core Programmer

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

  • Page:
  • 1