Changes between Initial Version and Version 1 of Ticket #42375
- Timestamp:
- Feb 5, 2014, 7:14:23 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #42375
- Property Keywords i386-elf-gcc cannot find crt0.o removed
- Property Owner changed from macports-tickets@… to stepan@…
-
Ticket #42375 – Description
initial v1 2 2 3 3 I'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 {{{ 4 5 xxxxx-MacBook-Pro:Hallo_Welt f0xy$ i386-elf-gcc -g -Wall -o test main.c 5 6 /opt/local/lib/gcc/i386-elf/4.7.2/../../../../i386-elf/bin/ld: cannot find crt0.o: No such file or directory 6 7 collect2: Fehler: ld gab 1 als Ende-Status zurück 8 }}} 7 9 8 10 As far as I understand crt0.o is the C runtime libraray and ld the linker, so it's a missing file?...