Changes between Initial Version and Version 1 of Ticket #42375


Ignore:
Timestamp:
Feb 5, 2014, 7:14:23 PM (10 years ago)
Author:
mf2k (Frank Schima)
Comment:

In the future, please use WikiFormatting and Cc the port maintainers (port info --maintainers i386-elf-gcc).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #42375

    • Property Owner changed from macports-tickets@… to stepan@…
    • Property Keywords i386-elf-gcc cannot find crt0.o removed
  • Ticket #42375 – Description

    initial v1  
    22
    33I'm trying to cross compile a simple helloworld.c program on my Mac for an embedded Linux OS. Evrytime I try i get the following error:
     4{{{
    45xxxxx-MacBook-Pro:Hallo_Welt f0xy$ i386-elf-gcc -g -Wall -o test main.c
    56/opt/local/lib/gcc/i386-elf/4.7.2/../../../../i386-elf/bin/ld: cannot find crt0.o: No such file or directory
    67collect2: Fehler: ld gab 1 als Ende-Status zurück
     8}}}
    79
    810As far as I understand crt0.o is the C runtime libraray and ld the linker, so it's a missing file?...