Results 1 to 2 of 2

Thread: Problem: Linking 64-bit ARM for IOS (FPC 3.0.1)

  1. #1

    Problem: Linking 64-bit ARM for IOS (FPC 3.0.1)

    My question is for those who use FPC for IOS development: HOW do you build 64-bit code?
    I've made an empty program and trying to build it with FPC 3.0.1 (ppca64) using IOS 9 SDK.
    I've got object (.o) file, but linker can't link because libc.dylib doesn't have code slice for arch avr64, so there are many unresolved symbols. And I searched over the whole computer and found libc only in folders related to the simulator, not iPhoneOS.platform, so it's quite expected it doesn't contain avr64 code.
    So how do you link your programs?

  2. #2
    Thinking about it, I would assume that ARM64 extensions which st showed itself as a warning rather than an error.

    Last edited by salliborm12; 26-11-2025 at 10:13 PM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •