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

TOPIC:

On Debian 12 CrossCompile To arm-linux-pi 1 month 1 week ago #18360

  • Vital
  • Vital's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 80
  • Thank you received: 0
I have WuKong Pi Zero H3 with config CPU:
[color=#000000]# lscpu [/color]
Architecture:                    armv7l
Byte Order:                      Little Endian
CPU(s):                          4
On-line CPU(s) list:             0-3
Thread(s) per core:              1
Core(s) per socket:              4
Socket(s):                       1
Vendor ID:                       ARM
Model:                           5
Model name:                      Cortex-A7
Stepping:                        r0p5
CPU max MHz:                     1008.0000
CPU min MHz:                     480.0000
BogoMIPS:                        48.00
Vulnerability Itlb multihit:     Not affected
Vulnerability L1tf:              Not affected
Vulnerability Mds:               Not affected
Vulnerability Meltdown:          Not affected
Vulnerability Mmio stale data:   Not affected
Vulnerability Retbleed:          Not affected
Vulnerability Spec store bypass: Not affected
Vulnerability Spectre v1:        Mitigation; __user pointer sanitization
Vulnerability Spectre v2:        Not affected
Vulnerability Srbds:             Not affected
Vulnerability Tsx async abort:   Not affected
Flags:                           half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm


My project params:

***Setup and target platform***
- OS: Linux
- CPU family: arm
- CPU target: ARMV7 or NULL

***Paths***
- Libraries (-Fl): /usr/local/codetyphon/binLibraries/arm-linux-pi/

Errors:
Error: /usr/lib/x86_64-linux-gnu/crti.o: file not recognized: File format not recognized
test.ppr(80,1) Error: Error while linking


What am I doing wrong?

My project compiles without errors with the parameters from this topic: On Debian 12 CrossCompile To aarch64-linux

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

Last edit: by Vital.

On Debian 12 CrossCompile To arm-linux-pi 1 month 1 week ago #18361

  • Matis A.
  • Matis A.'s Avatar
  • Away
  • Moderator
  • Moderator
  • Posts: 1061
  • Thank you received: 149
Your CT version ?
PilotLogic Core Programmer

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

On Debian 12 CrossCompile To arm-linux-pi 1 month 1 week ago #18362

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

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

On Debian 12 CrossCompile To arm-linux-pi 1 month 1 week ago #18363

  • Matis A.
  • Matis A.'s Avatar
  • Away
  • Moderator
  • Moderator
  • Posts: 1061
  • Thank you received: 149
Please try and CT ver 8.30
PilotLogic Core Programmer

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

On Debian 12 CrossCompile To arm-linux-pi 1 month 6 days ago #18369

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

Please try and CT ver 8.30

 
Nothing changed. Same error:
Error: /usr/lib/x86_64-linux-gnu/crti.o: file not recognized: File format not recognized
 
Attachments:

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

Last edit: by Vital.

On Debian 12 CrossCompile To arm-linux-pi 1 month 6 days ago #18370

  • Matis A.
  • Matis A.'s Avatar
  • Away
  • Moderator
  • Moderator
  • Posts: 1061
  • Thank you received: 149
Please,
change you project libraries to the location of Arm32 libraries (ARMV7)
PilotLogic Core Programmer

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

Last edit: by Matis A..

On Debian 12 CrossCompile To arm-linux-pi 1 month 6 days ago #18371

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

Please,
change you project libraries to the location of Arm32 libraries (ARMV7)

 
I have arm-linux-pi installed.

My project params:

***Setup and target platform***
- OS: Linux
- CPU family: arm
- CPU target: ARMV7 or NULL

***Paths***
- Libraries (-Fl): /usr/local/codetyphon/binLibraries/arm-linux-pi/


 

 

 

Indicate in the list "Server Libraries List" in the screenshot which one you need, if mine is not correct...

 
Attachments:

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

Last edit: by Vital.

On Debian 12 CrossCompile To arm-linux-pi 1 month 6 days ago #18372

  • Matis A.
  • Matis A.'s Avatar
  • Away
  • Moderator
  • Moderator
  • Posts: 1061
  • Thank you received: 149
Test and OS Libraries:
-arm-linux-fd
-arm-linux-Raspbian3
PilotLogic Core Programmer

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

On Debian 12 CrossCompile To arm-linux-pi 1 month 5 days ago #18377

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

-arm-linux-fd
 
Works. Thank you!
 

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

  • Page:
  • 1