Date: Wed, 10 Nov 2010 13:32:33 +0000 From: Anton Shterenlikht <mexas@bristol.ac.uk> To: freebsd-ia64@freebsd.org Subject: static linking error: ELF binary type "0" not known. Exec format error. Binary file not executable. Message-ID: <20101110133233.GA74882@mech-cluster241.men.bris.ac.uk>
next in thread | raw e-mail | index | archive | help
On ia64 r212643 I'm trying to link some fortran code against some fortran libraries. Running the resulting executable gives the above error: ia64% gfortran45 -c slatec-mach-check.f90 ia64% gfortran45 -static slatec-mach-check.o -lslatec ia64% file a.out a.out: ELF 64-bit LSB executable, IA-64, version 1 (SYSV), statically linked, not stripped ia64% ./a.out > /dev/null ELF binary type "0" not known. ./a.out: Exec format error. Binary file not executable. ia64% On amd64 r214121 this works fine: amd64% gfortran45 -c slatec-mach-check.f90 amd64% gfortran45 -static slatec-mach-check.o -lslatec amd64% file a.out a.out: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), statically linked, for FreeBSD 9.0 (900023), not stripped amd64% ./a.out > /dev/null amd64% Can't check on sparc64 because gcc45 doesn't build there right now. What could be the problem? many thanks anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101110133233.GA74882>