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

TOPIC:

Raspberry pi3b+ 5 years 9 months ago #11763

  • superc
  • superc's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 75
  • Thank you received: 0
Hello,
I ordered a Raspberry pi3b+, and the processor of model pi3b+ (BCM2837B0, Cortex-A53 (ARMv8)) is different from pi3b ...
My programs now works on pi3b, but on pi3b+ do not they will work?

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

Raspberry pi3b+ 5 years 9 months ago #11764

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Away
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
Sir
we didn't test pi3b+
but all "spec" are compatible with pi3b
PilotLogic Architect and Core Programmer

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

Last edit: by Sternas Stefanos.

Raspberry pi3b+ 5 years 9 months ago #11766

  • superc
  • superc's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 75
  • Thank you received: 0
I confirm, everything works

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

Raspberry pi3b+ 5 years 9 months ago #11770

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Away
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
Thanks Sir
PilotLogic Architect and Core Programmer

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

Raspberry pi3b+ 3 years 11 months ago #14669

  • Marco
  • Marco's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 2
  • Thank you received: 0
Hi, any idea if toolchain for Rpi3 can be used for Rpi4 also ?

Regards.

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

Raspberry pi3b+ 3 years 11 months ago #14671

  • Matis A.
  • Matis A.'s Avatar
  • Away
  • Moderator
  • Moderator
  • Posts: 1059
  • Thank you received: 148
Yes
PilotLogic Core Programmer
The following user(s) said Thank You: Marco

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

Raspberry pi3b+ 3 years 11 months ago #14683

  • Marco
  • Marco's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 2
  • Thank you received: 0
Thanks,
I come from Delphi and was wondering if it's possible run and debug projects as Delphi does with PAServer.
I mean develop with Typhon on Windows PC and run/debug the projects on Linux PC on the same LAN (with a debugger connected via tcp/ip)

Regards

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

Raspberry pi3b+ 3 years 11 months ago #14684

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Away
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
Please search "Remote Debugging" with gcc on web
PilotLogic Architect and Core Programmer

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

Raspberry pi3b+ 3 years 11 months ago #14719

  • Vital
  • Vital's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 80
  • Thank you received: 0
kinetics.ppr(82,4) Warning: "crtbegin.o" not found, this will probably cause a linking failure
kinetics.ppr(82,4) Warning: "crtend.o" not found, this will probably cause a linking failure
Error: /usr/local/codetyphon/fpc/fpc64/bin/x86_64-linux/aarch64-linux-ld: skipping incompatible /usr/lib/x86_64-linux-gnu/crti.o when searching for /usr/lib/x86_64-linux-gnu/crti.o
Error: /usr/local/codetyphon/fpc/fpc64/bin/x86_64-linux/aarch64-linux-ld: cannot find /usr/lib/x86_64-linux-gnu/crti.o
Error: /usr/local/codetyphon/fpc/fpc64/bin/x86_64-linux/aarch64-linux-ld: skipping incompatible /usr/lib/x86_64-linux-gnu//libpthread.so when searching for -lpthread
Error: /usr/local/codetyphon/fpc/fpc64/bin/x86_64-linux/aarch64-linux-ld: skipping incompatible /usr/lib/x86_64-linux-gnu//libpthread.a when searching for -lpthread
Error: /usr/local/codetyphon/fpc/fpc64/bin/x86_64-linux/aarch64-linux-ld: cannot find -lpthread
Error: /usr/local/codetyphon/fpc/fpc64/bin/x86_64-linux/aarch64-linux-ld: skipping incompatible /usr/lib/x86_64-linux-gnu//libdl.so when searching for -ldl
Error: /usr/local/codetyphon/fpc/fpc64/bin/x86_64-linux/aarch64-linux-ld: skipping incompatible /usr/lib/x86_64-linux-gnu//libdl.a when searching for -ldl
Error: /usr/local/codetyphon/fpc/fpc64/bin/x86_64-linux/aarch64-linux-ld: cannot find -ldl
Error: /usr/local/codetyphon/fpc/fpc64/bin/x86_64-linux/aarch64-linux-ld: skipping incompatible /usr/lib/x86_64-linux-gnu//libc.so when searching for -lc
Error: /usr/local/codetyphon/fpc/fpc64/bin/x86_64-linux/aarch64-linux-ld: skipping incompatible /usr/lib/x86_64-linux-gnu//libc.a when searching for -lc
Error: /usr/local/codetyphon/fpc/fpc64/bin/x86_64-linux/aarch64-linux-ld: cannot find -lc
My OS Kubuntu 20.04 x86_64. And status in CTC:

Options for project:

Dowmloaded libraries:
Attachments:

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

Raspberry pi3b+ 3 years 11 months ago #14721

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Away
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
Sir
please update CT to 7.10
PilotLogic Architect and Core Programmer

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

Raspberry pi3b+ 3 years 11 months ago #14735

  • Vital
  • Vital's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 80
  • Thank you received: 0

Sternas Stefanos wrote: Sir
please update CT to 7.10

I'am updated.
Compile Project, CPU: aarch64, Target: kinetics: Exit code 1, Errors: 12, Warnings: 5
utilsstring.pas(222,32) Warning: Implicit string type conversion from "AnsiString" to "UnicodeString"
utilsstring.pas(243,21) Warning: Implicit string type conversion with potential data loss from "UnicodeString" to "AnsiString"
kineticsmanager.pas(53,17) Warning: An inherited method is hidden by "constructor Create(TCustomApplication);"
Error: /usr/local/codetyphon/fpc/fpc64/bin/x86_64-linux/aarch64-linux-ld: skipping incompatible /usr/lib/x86_64-linux-gnu/crti.o when searching for /usr/lib/x86_64-linux-gnu/crti.o
Error: /usr/local/codetyphon/fpc/fpc64/bin/x86_64-linux/aarch64-linux-ld: cannot find /usr/lib/x86_64-linux-gnu/crti.o
kinetics.ppr(82,4) Warning: "crtbegin.o" not found, this will probably cause a linking failure
kinetics.ppr(82,4) Warning: "crtend.o" not found, this will probably cause a linking failure
Error: /usr/local/codetyphon/fpc/fpc64/bin/x86_64-linux/aarch64-linux-ld: skipping incompatible /usr/lib/x86_64-linux-gnu//libpthread.so when searching for -lpthread
Error: /usr/local/codetyphon/fpc/fpc64/bin/x86_64-linux/aarch64-linux-ld: skipping incompatible /usr/lib/x86_64-linux-gnu//libpthread.a when searching for -lpthread
Error: /usr/local/codetyphon/fpc/fpc64/bin/x86_64-linux/aarch64-linux-ld: cannot find -lpthread
Error: /usr/local/codetyphon/fpc/fpc64/bin/x86_64-linux/aarch64-linux-ld: skipping incompatible /usr/lib/x86_64-linux-gnu//libdl.so when searching for -ldl
Error: /usr/local/codetyphon/fpc/fpc64/bin/x86_64-linux/aarch64-linux-ld: skipping incompatible /usr/lib/x86_64-linux-gnu//libdl.a when searching for -ldl
Error: /usr/local/codetyphon/fpc/fpc64/bin/x86_64-linux/aarch64-linux-ld: cannot find -ldl
Error: /usr/local/codetyphon/fpc/fpc64/bin/x86_64-linux/aarch64-linux-ld: skipping incompatible /usr/lib/x86_64-linux-gnu//libc.so when searching for -lc
Error: /usr/local/codetyphon/fpc/fpc64/bin/x86_64-linux/aarch64-linux-ld: skipping incompatible /usr/lib/x86_64-linux-gnu//libc.a when searching for -lc
Error: /usr/local/codetyphon/fpc/fpc64/bin/x86_64-linux/aarch64-linux-ld: cannot find -lc
kinetics.ppr(82,4) Error: Error while linking
Attachments:

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

Raspberry pi3b+ 3 years 11 months ago #14736

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Away
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
Did you add in your project to path "Libraries" the "aarch64-linux" target libraries ?

if NOT
Go to your project paths
and add to "Libraries"

the path of "aarch64-linux" target libraries
/usr/local/codetyphon/bin/binLibraries/aarch64-linux-RapberryPi3/
like this
PilotLogic Architect and Core Programmer

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

Last edit: by Sternas Stefanos.

Raspberry pi3b+ 3 years 11 months ago #14737

  • Vital
  • Vital's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 80
  • Thank you received: 0

Sternas Stefanos wrote: Did you add in your project to path "Libraries" the "aarch64-linux" target libraries ?

if NOT
Go to your project paths
and add to "Libraries"

the path of "aarch64-linux" target libraries
/usr/local/codetyphon/bin/binLibraries/aarch64-linux-RapberryPi3/
like this


Thank you so much!

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

Raspberry pi3b+ 3 years 11 months ago #14738

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Away
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4508
  • Thank you received: 1100
Thanks Sir
have fun
PilotLogic Architect and Core Programmer

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

  • Page:
  • 1