libelf.so.1: No such file or directory
交叉编译找不到libelf.so.1
现象:
/projects/hnd/tools/linux/hndtools-arm-linux-2.6.36-uclibc-4.5.3/libexec/gcc/arm-brcm-linux-uclibcgnueabi/4.5.3/cc1: error while loading shared libraries: libelf.so.1: cannot open shared object file: No such file or directory
处理:
apt-get install libelf1:i386
成功编译。
root@crazy:/tmp/home/root# ./test
Hello, world!
最后修改于 Fri, 27 Jan 2017