- Posts: 3
- Thank you received: 0
- Forum
- CodeTyphon Studio
- CT Cross-Build Development
- Error: Util aarch64-android-ld.bfd not found, switching to extern
×
CodeTyphon Cross-Build Development, discussions and problems
Solved Error: Util aarch64-android-ld.bfd not found, switching to extern
- John Sheridan
- Topic Author
- Offline
- New Member
-
Less
More
9 months 3 weeks ago - 9 months 3 weeks ago #16097
by John Sheridan
Error: Util aarch64-android-ld.bfd not found, switching to extern was created by John Sheridan
Hello PL-Team.
The same with arm. I searched 48 hours in the internet but i found nothing.
So please, what is this message: "myapp.ppr(26,0) Error: Util aarch64-android-ld.bfd not found, switching to external linking"
Especially the "aarch64-android-ld.bfd" or "arm-android-ld.bfd"?
Thank you for an answer.
Kind regards,
john
P.S.: on Linux Mint 20
The same with arm. I searched 48 hours in the internet but i found nothing.
So please, what is this message: "myapp.ppr(26,0) Error: Util aarch64-android-ld.bfd not found, switching to external linking"
Especially the "aarch64-android-ld.bfd" or "arm-android-ld.bfd"?
Thank you for an answer.
Kind regards,
john
P.S.: on Linux Mint 20
Last edit: 9 months 3 weeks ago by John Sheridan.
Please Log in or Create an account to join the conversation.
- Matis A.
-
- Away
- Moderator
-
9 months 3 weeks ago - 9 months 3 weeks ago #16098
by Matis A.
PilotLogic Core Programmer
Replied by Matis A. on topic Error: Util aarch64-android-ld.bfd not found, switching to extern
We need more info,
what did you want to do
In linux64 toolchains of CodeTyphon exists
-arm-linux-android-ld.bfd and
-aarch64-linux-android-ld.bfd
what did you want to do
In linux64 toolchains of CodeTyphon exists
-arm-linux-android-ld.bfd and
-aarch64-linux-android-ld.bfd
PilotLogic Core Programmer
Last edit: 9 months 3 weeks ago by Matis A..
Please Log in or Create an account to join the conversation.
- John Sheridan
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
9 months 3 weeks ago #16099
by John Sheridan
Replied by John Sheridan on topic Error: Util aarch64-android-ld.bfd not found, switching to extern
Thank you for your response.
I want to create an easy Android-App with 2 Panels with 2 Buttons and 1 Gridview. I coded nothing at this point.
Followed this tutorial: www.pilotlogic.com/sitejoom/index.php/wi...ss-build-for-android with Android 5.1.
In the Project-Options system = Android / CPU = aarch64 / Path = ..../android-5.1.x-api22-aarch64/ (the same error with arm)
You wrote:
In linux64 toolchains of CodeTyphon exists
-arm-linux-android-ld.bfd and
-aarch64-linux-android-ld.bfd
It looks like that the IDE doesn't find these libraries.
Kind regards, thank you for your help!
I want to create an easy Android-App with 2 Panels with 2 Buttons and 1 Gridview. I coded nothing at this point.
Followed this tutorial: www.pilotlogic.com/sitejoom/index.php/wi...ss-build-for-android with Android 5.1.
In the Project-Options system = Android / CPU = aarch64 / Path = ..../android-5.1.x-api22-aarch64/ (the same error with arm)
You wrote:
In linux64 toolchains of CodeTyphon exists
-arm-linux-android-ld.bfd and
-aarch64-linux-android-ld.bfd
It looks like that the IDE doesn't find these libraries.
Kind regards, thank you for your help!
Please Log in or Create an account to join the conversation.
- John Sheridan
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
9 months 3 weeks ago #16100
by John Sheridan
Replied by John Sheridan on topic Error: Util aarch64-android-ld.bfd not found, switching to extern
Not solved:
Especially the "aarch64-android-ld.bfd" or "arm-android-ld.bfd"?
Thank you for an answer.
Kind regards,
john
P.S.: on Linux Mint 20
###############################################
We need more info,
what did you want to do
In linux64 toolchains of CodeTyphon exists
-arm-linux-android-ld.bfd and
-aarch64-linux-android-ld.bfd
###############################################
Thank you for your response.
I want to create an easy Android-App with 2 Panels with 2 Buttons and 1 Gridview. I coded nothing at this point.
Followed this tutorial: www.pilotlogic.com/sitejoom/index.php/wi...ss-build-for-android with Android 5.1.
In the Project-Options system = Android / CPU = aarch64 / Path = ..../android-5.1.x-api22-aarch64/ (the same error with arm)
You wrote:
In linux64 toolchains of CodeTyphon exists
-arm-linux-android-ld.bfd and
-aarch64-linux-android-ld.bfd
It looks like that the IDE doesn't find these libraries.
Kind regards, thank you for your help!
#############################################
Finally: Where are this libraries? (Folder/Path) (myprog.ppr(26,0) Error: Util aarch64-android-ld.bfd not found, switching to external linking)
Regards
Especially the "aarch64-android-ld.bfd" or "arm-android-ld.bfd"?
Thank you for an answer.
Kind regards,
john
P.S.: on Linux Mint 20
###############################################
We need more info,
what did you want to do
In linux64 toolchains of CodeTyphon exists
-arm-linux-android-ld.bfd and
-aarch64-linux-android-ld.bfd
###############################################
Thank you for your response.
I want to create an easy Android-App with 2 Panels with 2 Buttons and 1 Gridview. I coded nothing at this point.
Followed this tutorial: www.pilotlogic.com/sitejoom/index.php/wi...ss-build-for-android with Android 5.1.
In the Project-Options system = Android / CPU = aarch64 / Path = ..../android-5.1.x-api22-aarch64/ (the same error with arm)
You wrote:
In linux64 toolchains of CodeTyphon exists
-arm-linux-android-ld.bfd and
-aarch64-linux-android-ld.bfd
It looks like that the IDE doesn't find these libraries.
Kind regards, thank you for your help!
#############################################
Finally: Where are this libraries? (Folder/Path) (myprog.ppr(26,0) Error: Util aarch64-android-ld.bfd not found, switching to external linking)
Regards
Please Log in or Create an account to join the conversation.
- Matis A.
-
- Away
- Moderator
-
9 months 3 weeks ago - 9 months 3 weeks ago #16101
by Matis A.
PilotLogic Core Programmer
Replied by Matis A. on topic Error: Util aarch64-android-ld.bfd not found, switching to extern
1) We update Android toolchains,
please download and rebuild FPC elements
We test these new Android toolchains on Fedora 34, Debian 11 and Windows 10.
2) We add and Android 10, 11 and 12 "OS Libraries" to our Servers
please download and rebuild FPC elements
We test these new Android toolchains on Fedora 34, Debian 11 and Windows 10.
2) We add and Android 10, 11 and 12 "OS Libraries" to our Servers
PilotLogic Core Programmer
Last edit: 9 months 3 weeks ago by Matis A..
Please Log in or Create an account to join the conversation.