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

TOPIC:

Differences between crossbuild for raspberry 4 years 7 months ago #13705

  • superc
  • superc's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 75
  • Thank you received: 0
Hi,

on Codetyphon I can download Toolchains for Raspberry pi, Raspberrypi2 and Raspberry pi 3 for 32 and 64 bit;
What Is the differences???

On library on Codetyphon if i set for a device Raspberry pi3 a path of library of raspberry, what problems can I have?

Thanks in advance.

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

Differences between crossbuild for raspberry 4 years 7 months ago #13708

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101

on Codetyphon I can download Toolchains for Raspberry pi, Raspberrypi2 and Raspberry pi 3 for 32 and 64 bit;
What Is the differences???


32bits Toolchains are for Typhon32-FPC32
64bits Toolchains are for Typhon64-FPC64

On library on Codetyphon if i set for a device Raspberry pi3 a path of library of raspberry, what problems can I have?


On Unix OSes you must provide Target OS libraries to Compiler/Linker,
in order Compiler/Linker to build Target Executable
PilotLogic Architect and Core Programmer

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

Differences between crossbuild for raspberry 4 years 7 months ago #13716

  • superc
  • superc's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 75
  • Thank you received: 0
I didn't explain myself well;

I builded in Codetyphon 6.80 in Windows 64 for Raspberry pi3b an executable inserting in the path library first "arm-linux-Raspbian", then "arm-linux-Raspbian2" and for final "arm-linux-Raspbian3";
so with winmerge I checked the executable differences between the 3 files and the executable compiled with the Raspbian2 and Raspian3 library are the same while the one with Raspbian1 changed little, but was not the same.

The first file compiled with arm-linux-Raspbian is the size of a few smaller bytes while the other two are equal.

Alle three executable works well on Raspberry3.

I would like to understand the difference between the three libraries, since they generate very very similar code (between 2 and 3 is equal among other).

Thanks in advance.

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

Differences between crossbuild for raspberry 4 years 7 months ago #13719

  • Matis A.
  • Matis A.'s Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1060
  • Thank you received: 149
We copy
files in
arm-linux-Raspbian from Raspbian for Pi1
arm-linux-Raspbian2 from Raspbian for Pi2
arm-linux-Raspbian3 from Raspbian for Pi3
PilotLogic Core Programmer

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

Differences between crossbuild for raspberry 4 years 7 months ago #13721

  • superc
  • superc's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 75
  • Thank you received: 0
Excuse me Sir,
What does "we copy files" mean?

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

Differences between crossbuild for raspberry 4 years 7 months ago #13738

  • Matis A.
  • Matis A.'s Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1060
  • Thank you received: 149
From Raspbian OS.
We install to a Pi3 (for sample) Raspbian OS and
we get any file that Compiler/Linker need.

It's NOT simple task...
PilotLogic Core Programmer

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

Last edit: by Matis A..

Differences between crossbuild for raspberry 4 years 7 months ago #13745

  • superc
  • superc's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 75
  • Thank you received: 0
ahhh ok,
now everything is clear I thank you

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

  • Page:
  • 1