- Posts: 33
- Thank you received: 0
- Forum
- CodeTyphon Studio
- CT Installation and Setup
- How to install the BuildToolchain and OSes libraries in Build Server?
×
Discussions for CodeTyphon Studio Installation and Setup.
Question How to install the BuildToolchain and OSes libraries in Build Server?
- AntonyRF
-
Topic Author
- Offline
- Junior Boarder
-
Less
More
1 week 6 days ago #11600
by AntonyRF
AntonyRF replied the topic: How to install the BuildToolchain and OSes libraries in Build Server?
Sir please, where is i can see source code of CodeTyphon Center?
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Away
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
1 week 6 days ago - 1 week 6 days ago #11601
by Sternas Stefanos
CodeTyphon Architect and Programmer
Sternas Stefanos replied the topic: How to install the BuildToolchain and OSes libraries in Build Server?
Sir
the source of CodeTyphon Center it's NOT for public release
the source of CodeTyphon Center it's NOT for public release
CodeTyphon Architect and Programmer
Last Edit: 1 week 6 days ago by Sternas Stefanos.
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Away
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
1 week 6 days ago - 1 week 6 days ago #11602
by Sternas Stefanos
CodeTyphon Architect and Programmer
Sternas Stefanos replied the topic: How to install the BuildToolchain and OSes libraries in Build Server?
please follow my suggestions here
www.pilotlogic.com/sitejoom/index.php/fo...n-build-server#11590
with in dothejob() function
only this
www.pilotlogic.com/sitejoom/index.php/fo...n-build-server#11590
with in dothejob() function
only this
./ln_FPCx_Build_Cross.sh $cbFPCType $cbFPCCPUOS $cbFPCStartEXE arm linux ppcrossarm xxxx
CodeTyphon Architect and Programmer
Last Edit: 1 week 6 days ago by Sternas Stefanos.
Please Log in or Create an account to join the conversation.
- AntonyRF
-
Topic Author
- Offline
- Junior Boarder
-
Less
More
- Posts: 33
- Thank you received: 0
1 week 5 days ago #11606
by AntonyRF
AntonyRF replied the topic: How to install the BuildToolchain and OSes libraries in Build Server?
> the source of CodeTyphon Center it's NOT for public release
Oh sorry =(
Oh sorry =(
Please Log in or Create an account to join the conversation.
- AntonyRF
-
Topic Author
- Offline
- Junior Boarder
-
Less
More
- Posts: 33
- Thank you received: 0
1 week 5 days ago #11607
by AntonyRF
AntonyRF replied the topic: How to install the BuildToolchain and OSes libraries in Build Server?
Sir, i clone this script with the target OSes only, in the same directory with name mycrossall.sh.
call with next param:
#./mycrossall.sh lin64 x86_64-linux ppcx64
and i try build my project:
# typhonbuild64 Launch.ctpr
and i have many errors for all libs, for example:
/usr/local/codetyphon/fpc/fpc64/bin/x86_64-linux/arm-linux-ld: failed to merge target specific data of file /usr/local/codetyphon/binLibraries/arm-linux-Raspbian2/***.o
/usr/local/codetyphon/fpc/fpc64/bin/x86_64-linux/arm-linux-ld: error: Source object /usr/local/codetyphon/binLibraries/arm-linux-Raspbian2/***.o has EABI version 5, but target /home/user/project/Launch has EABI version 0
Dear friend. So, what is next?
call with next param:
#./mycrossall.sh lin64 x86_64-linux ppcx64
and i try build my project:
# typhonbuild64 Launch.ctpr
and i have many errors for all libs, for example:
/usr/local/codetyphon/fpc/fpc64/bin/x86_64-linux/arm-linux-ld: failed to merge target specific data of file /usr/local/codetyphon/binLibraries/arm-linux-Raspbian2/***.o
/usr/local/codetyphon/fpc/fpc64/bin/x86_64-linux/arm-linux-ld: error: Source object /usr/local/codetyphon/binLibraries/arm-linux-Raspbian2/***.o has EABI version 5, but target /home/user/project/Launch has EABI version 0
Dear friend. So, what is next?
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Away
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
1 week 5 days ago #11608
by Sternas Stefanos
CodeTyphon Architect and Programmer
Sternas Stefanos replied the topic: How to install the BuildToolchain and OSes libraries in Build Server?
Did you download Pi2 Libraries from our Download session ?
CodeTyphon Architect and Programmer
Please Log in or Create an account to join the conversation.
- AntonyRF
-
Topic Author
- Offline
- Junior Boarder
-
Less
More
- Posts: 33
- Thank you received: 0
1 week 5 days ago #11609
by AntonyRF
AntonyRF replied the topic: How to install the BuildToolchain and OSes libraries in Build Server?
Yes, i download Pi2 Libraries from
www.pilotlogic.com/sitejoom/index.php/do...m-linux-raspbian2-7z
and this error have in object files in directory fpcsrc. I see in errors log about ppcrossarm build of project with EABI0, but libraries build with EABI5. And ld doesnt link elf and lib.
Maybe I should run ln_FPCx_Build_Element_arm_linux_RapberryPi2 ?
and this error have in object files in directory fpcsrc. I see in errors log about ppcrossarm build of project with EABI0, but libraries build with EABI5. And ld doesnt link elf and lib.
Maybe I should run ln_FPCx_Build_Element_arm_linux_RapberryPi2 ?
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Away
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
1 week 5 days ago #11610
by Sternas Stefanos
CodeTyphon Architect and Programmer
Sternas Stefanos replied the topic: How to install the BuildToolchain and OSes libraries in Build Server?
You can try and this
CodeTyphon Architect and Programmer
Please Log in or Create an account to join the conversation.