Welcome, Guest
Username: Password: Remember me
CodeTyphon Linux OS Development, discussions and problems
  • Page:
  • 1

TOPIC:

Codetyphon running on raspbian problems 9 years 4 months ago #6531

  • German Pablo Gentile
  • German Pablo Gentile's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 51
  • Thank you received: 0
Short description : don't compile.

Anybody try this? Running Codetyphon side on raspbian? I need it to allow me debug on the same machine it will run.

Best regards.

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

Codetyphon running on raspbian problems 9 years 4 months ago #6532

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
Sir
CT don't support Raspbian as Host OS yet...
PilotLogic Architect and Core Programmer

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

Codetyphon running on raspbian problems 9 years 4 months ago #6533

  • FredyCC
  • FredyCC's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Database/Developer
  • Posts: 60
  • Thank you received: 10
Any distribution of Linux help you to perform debug and get similar results for Raspbian.

Now if it is very necessary I think best suits you Remote Debugging: forum.lazarus.freepascal.org/index.php/topic,20101.15.html, is a better option.

Regards.
The following user(s) said Thank You: German Pablo Gentile

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

Codetyphon running on raspbian problems 9 years 4 months ago #6534

  • German Pablo Gentile
  • German Pablo Gentile's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 51
  • Thank you received: 0
Agree, that must be better! I don't know it was possible, will try and tell you letter.

Best regards.

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

Codetyphon running on raspbian problems 9 years 4 months ago #6535

  • German Pablo Gentile
  • German Pablo Gentile's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 51
  • Thank you received: 0
I find the post very confuse. First suggest to check a wiki where the instructions are for ssh debug, and he says using standard debug (not ssh(..

I setup using normal debug, and get a message on raspberry:

Remote debugging from host 192.168125.106 (the op where im running typhoon)

The problem is app never started, just see this message. Im trying a simple form with button before test the real app.

have any idea what can be wrong?

I also include gdb external symbols and dopy full project directory, in any case, to raspberry.

The only thing i can understand on the lazarus forums post is this:

"- Config, make and make install GNU debugger sources to support ARM-Linux system debugging (CrossCompiled ARM debugger)"
I believe is not related to typhoon right?

hope can help me. best regards.

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

Codetyphon running on raspbian problems 9 years 4 months ago #6536

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
Sir
you must start up gdbserver to the target system
more info here
and here
PilotLogic Architect and Core Programmer

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

Last edit: by Sternas Stefanos.

Codetyphon running on raspbian problems 9 years 4 months ago #6537

  • German Pablo Gentile
  • German Pablo Gentile's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 51
  • Thank you received: 0
Thanks stemas. actually i do. See my comment about the raspberry running on the server:

Remote debugging from host 192.168125.106

For some reason debugger never continue.

Checking this sample join the link you send me:

"gdb my_prg

(gdb) target remote 192.168.1.10:2000
Remote debugging using 192.168.1.10:2000
Loaded symbols for /lib64/ld-linux-x86-64.so.2
0x00007ffff7dddaf0 in ?? () from /lib64/ld-linux-x86-64.so.2
(gdb) b main
Breakpoint 1 at 0x400550
(gdb) continue
Continuing.

Breakpoint 1, 0x0000000000400550 in main ()"

I never see this

Loaded symbols for ....


maybe some special check is missing on typhon?

Can send sample project please?

Best regards

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

Last edit: by German Pablo Gentile. Reason: bad name

Codetyphon running on raspbian problems 9 years 4 months ago #6538

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
Yes Sir
we are ready to work for this
PilotLogic Architect and Core Programmer

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

Codetyphon running on raspbian problems 9 years 4 months ago #6539

  • German Pablo Gentile
  • German Pablo Gentile's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 51
  • Thank you received: 0
To which email please?

if you have a simple project working please let me check for test.

Thanks

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

  • Page:
  • 1