のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

afdko ubuntu cannot execute binary file: Exec format error

$ ./type1 ComingSoon-Regular.ttf
-bash: ./type1: cannot execute binary file: Exec format error

64bit版なのかな

$ uname -a
Linux BOOTCAMP 4.4.0-43-Microsoft #1-Microsoft Wed Dec 31 14:42:53 PST 2014 x86_64 x86_64 x86_64 GNU/Linux

qiita.com

32bit版だから、動かないのか。

$ file ./type1
./type1: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.24, BuildID[sha1]=e81a6999a8fb539de39a71850547d78609e7cffc, not stripped
~/bin/FDK/Tools/linux$

qiita.com