Changes between Initial Version and Version 3 of Ticket #36026


Ignore:
Timestamp:
Sep 7, 2012, 7:16:25 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36026 – Description

    initial v3  
    11I am running Lion 10.7.4 and Xcode 4.4.1.  After the recent upgrade of ld64 to 133.3 I received the following compile error using gcc46 on a piece of my own code.
    22
     3{{{
    34ld: warning: ignoring file main_bst_ddkc_sup_tf.o, file was built for unsupported file format ( 0xcf 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 1 0x 3 0x 0 0x 0 0x 0 0x 1 0x 0 0x 0 0x 0 ) which is not the architecture being linked (x86_64): main_bst_ddkc_sup_tf.o
    45ld: file is universal (2 slices) but does not contain a(n) x86_64 slice: /usr/lib/crt1.10.5.o for architecture x86_64
    56collect2: ld returned 1 exit status
    67make: *** [sup_tf_ddkc] Error 1
     8}}}
    79
    810This same code had compiled prior to the ld64 update.