2009/2/25 harsh rohilla <harshrohi...@gmail.com>:
>
> I am just cross compiling iperf for embedded arm based target and getting
> the below mentioned errors.
> /usr/bin/ld: Extractor.o: Relocations in generic ELF (EM: 40)
>
> Extractor.o: could not read symbols: File in wrong format
>
> collect2: ld returned 1 exit status

Hi,

 It looks like you are "half" cross-compiling. You probably run your
cross-compiler, producing a non-ELF binary format, but then you try
run the native ELF linker. Type this to confirm:

  file *.o

Welcome to the autoconf nightmare.

Cheers,

Marc

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Iperf-users mailing list
Iperf-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iperf-users

Reply via email to