- Posts: 75
- Thank you received: 0
×
CodeTyphon Cross-Build Development, discussions and problems
Question Differences between crossbuild for raspberry
- superc
-
Topic Author
- Offline
- Junior Member
-
Less
More
1 year 7 months ago #13705
by superc
Differences between crossbuild for raspberry was created by superc
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.
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.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
1 year 7 months ago #13708
by Sternas Stefanos
32bits Toolchains are for Typhon32-FPC32
64bits Toolchains are for Typhon64-FPC64
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
Replied by Sternas Stefanos on topic Differences between crossbuild for raspberry
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.
- superc
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 75
- Thank you received: 0
1 year 7 months ago #13716
by superc
Replied by superc on topic Differences between crossbuild for raspberry
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.
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.
- Matis A.
-
- Away
- Moderator
-
1 year 7 months ago #13719
by Matis A.
PilotLogic Core Programmer
Replied by Matis A. on topic Differences between crossbuild for raspberry
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
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.
- superc
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 75
- Thank you received: 0
1 year 7 months ago #13721
by superc
Replied by superc on topic Differences between crossbuild for raspberry
Excuse me Sir,
What does "we copy files" mean?
What does "we copy files" mean?
Please Log in or Create an account to join the conversation.
- Matis A.
-
- Away
- Moderator
-
1 year 7 months ago - 1 year 7 months ago #13738
by Matis A.
PilotLogic Core Programmer
Replied by Matis A. on topic Differences between crossbuild for raspberry
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...
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
Last edit: 1 year 7 months ago by Matis A..
Please Log in or Create an account to join the conversation.
- superc
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 75
- Thank you received: 0
1 year 7 months ago #13745
by superc
Replied by superc on topic Differences between crossbuild for raspberry
ahhh ok,
now everything is clear I thank you
now everything is clear I thank you
Please Log in or Create an account to join the conversation.