Recent

Author Topic: Linux_Lazarus_KDE.i686-0.0.5.iso  (Read 7842 times)

zeljkoc

  • Full Member
  • ***
  • Posts: 145
    • Zeljko Cvijanovic
Linux_Lazarus_KDE.i686-0.0.5.iso
« on: October 20, 2012, 12:27:56 pm »
Release notes
Suse 12.2
KDE
Firefox
Thunderbird
Lazarus 1.0
Free Pascal 2.6.0
Firebird 2.5

http://susestudio.com/a/OeLnOh/linux-lazarus-kde

Linux_Lazarus_KDE.i686-0.0.5.iso

taazz

  • Hero Member
  • *****
  • Posts: 5368
Re: Linux_Lazarus_KDE.i686-0.0.5.iso
« Reply #1 on: October 20, 2012, 01:41:17 pm »
Wow, wonderful idea, I have tried it online using the test drive button and lazarus does not run. IT has 2 lazarus choices the first time I opened the IDE it gave me a window with title voogxxxxxx something along those lines the second time it gave a message cant create handles on the familiar lazarus exception dialog with all other text in non english.

Can I assume that those  are problems specific to the runtime environment of the testdrive application?

thank you.
Good judgement is the result of experience … Experience is the result of bad judgement.

OS : Windows 7 64 bit
Laz: Lazarus 1.4.4 FPC 2.6.4 i386-win32-win32/win64

zeljkoc

  • Full Member
  • ***
  • Posts: 145
    • Zeljko Cvijanovic
Re: Linux_Lazarus_KDE.i686-0.0.5.iso
« Reply #2 on: October 20, 2012, 03:44:34 pm »
I installed and chose the English language
lazarus works

zeljkoc

  • Full Member
  • ***
  • Posts: 145
    • Zeljko Cvijanovic
Re: Linux_Lazarus_KDE.i686-0.0.5.iso
« Reply #3 on: October 20, 2012, 03:46:38 pm »
user: root   password: linux
and
user: tux   password: linux

work lazarus and suse english

irw10062

  • New Member
  • *
  • Posts: 31
Re: Linux_Lazarus_KDE.i686-0.0.5.iso
« Reply #4 on: November 02, 2012, 01:36:29 pm »
is this iso support android ?

zeljkoc

  • Full Member
  • ***
  • Posts: 145
    • Zeljko Cvijanovic
Re: Linux_Lazarus_KDE.i686-0.0.5.iso
« Reply #5 on: November 02, 2012, 05:57:26 pm »
add the following

downloada:
1.   ftp://ftp.ntua.gr/pub/linux/mandrake/official/2010.1/i586/media/contrib/release/cross-arm-binutils-2.20.51.0.4-2mnb2.i586.rpm

2. http://sourceforge.net/projects/p-tools/files/Free%20Pascal%20for%20ARM/fpc-2.5.1-v3.arm-linux.tar.gz/download?use_mirror=switch&r=http%3A%2F%2Fen.sourceforge.jp%2Fprojects%2Fsfnet_p-tools%2Fdownloads%2FFree%2520Pascal%2520for%2520ARM%2Ffpc-2.5.1-v3.arm-linux.tar.gz%2F&use_mirror=switch

# su
# rpm -ivh cross-arm-binutils-2.20.51.0.4-2mnb2.i586.rpm
# rpm -ivh --nodeps cross-arm-binutils-2.20.51.0.4-2mnb2.i586.rpm

# mv /usr/bin/arm-linux-as /usr/bin/arm-linux-as_org
# nano /usr/bin/arm-linux-as

#!/bin/sh
/usr/bin/arm-linux-as_org -meabi=5 $@

#chmod 755 /usr/bin/arm-linux-as
# cp fpc-2.5.1-v3.arm-linux.tar.gz /usr/
# cd /usr/
# tar -xvf fpc-2.5.1-v3.arm-linux.tar.gz
# ln -s /usr/lib/fpc/2.5.1/ppcrossarm /usr/bin/ppcrossarm      
# /usr/bin/ppcrossarm

Lazarus is ready to create a library: liblclapp.so (.../lazarus/examples/androidlcl/android/libs/armeabi/liblclapp.so)

for android apk install

1. android-ndk-r8b
2. android-sdk-linux (start ..../android-sdk-linux/tools/androdi , download version android emulator)
3.     # sh jdk-6u35-linux-i586-rpm.bin (install java)
4. adb


.../lazarus/examples/androidlcl/android
config file: local.properties and default.properties and build.sh

start emulator and work script ./build.sh

 


DelphiFreak

  • Sr. Member
  • ****
  • Posts: 255
    • Fresh sound.
Re: Linux_Lazarus_KDE.i686-0.0.5.iso
« Reply #6 on: January 09, 2013, 08:48:21 pm »
Hi,

I tried to follow your instructions but have the following problem:

hcppc2:/home/tux/Desktop # nano /usr/bin/arm-linux-as
bash: nano: command not found
dhcppc2:/home/tux/Desktop #

Any suggestions?

Thank you.
Linux Mint 20.3, Lazarus 2.3, Windows 10, Delphi 10.3 Rio, Delphi 11.1 Alexandria

Blaazen

  • Hero Member
  • *****
  • Posts: 3239
  • POKE 54296,15
    • Eye-Candy Controls
Re: Linux_Lazarus_KDE.i686-0.0.5.iso
« Reply #7 on: January 09, 2013, 09:03:11 pm »
nano is a simple text editor. So you can install nano or use your favorite text editor.
Lazarus 2.3.0 (rev main-2_3-2863...) FPC 3.3.1 x86_64-linux-qt Chakra, Qt 4.8.7/5.13.2, Plasma 5.17.3
Lazarus 1.8.2 r57369 FPC 3.0.4 i386-win32-win32/win64 Wine 3.21

Try Eye-Candy Controls: https://sourceforge.net/projects/eccontrols/files/

DelphiFreak

  • Sr. Member
  • ****
  • Posts: 255
    • Fresh sound.
Re: Linux_Lazarus_KDE.i686-0.0.5.iso
« Reply #8 on: January 10, 2013, 05:59:28 am »
Thank you for your answer.
I have installed nano now.

But there is still something strange. If I follow the instructions as described above, then this will result in a New-File.

As I understand, this will move the file arm-linux-as to arm-linux-as_org. Right?

# mv /usr/bin/arm-linux-as /usr/bin/arm-linux-as_org 

The next instruction says: # nano /usr/bin/arm-linux-as
But the file does not exist anymore, because it has been moved before.

So what to do here ?

Thanks.


Linux Mint 20.3, Lazarus 2.3, Windows 10, Delphi 10.3 Rio, Delphi 11.1 Alexandria

 

TinyPortal © 2005-2018