https://www.getlazarus.org/setup/?download#linux

pi@raspberrypi:~/Development/FreePascal/fpc/bin $ /home/pi/Development/FreePascal/fpc/bin/fpc -h
An unhandled exception occurred at $0007CC60:
EAccessViolation: Access violation
  $0007CC60
  $0004ABB8
  $00044214

Error: /home/pi/Development/FreePascal/fpc/bin/ppcarm returned an error exitcode


pi@raspberrypi:~/Development/FreePascal/lazarus $ gdb ./lazarus
GNU gdb (Raspbian 7.12-6) 7.12.0.20161007-git
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "arm-linux-gnueabihf".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from ./lazarus...(no debugging symbols found)...done.
(gdb) run
Starting program: /home/pi/Development/FreePascal/lazarus/lazarus
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".

Program received signal SIGILL, Illegal instruction.
0x000267d0 in ?? ()
(gdb)


OK I will try to build it myself.
Thank You.

Dňa 22. 3. 2019 o 21:20 Joost van der Sluis via lazarus napísal(a):
Op 22-03-19 om 15:38 schreef Milan Baša via lazarus:
Downloaded from Walters page, tryied two times. I bought 16GB and now I am updating Stretch. I will send a message. Thx

I know nothing about Walter's page. But you need a Lazarus version that is compiled for exactly your system. (Processor, libraries and such)

Why don't you compile Lazarus yourself? (make build)

I would also check first if fpc works at all. (fpc -h)

You could also try to run Lazarus in the debugger:

gdb ./lazarus
run

Regards,

Joost.
--
_______________________________________________
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to