我安装了Debian 9(按照嵌入式设备供应商的指示),并使用了arm-linux工具链。当在设备上运行我的构建时,上面写着./fabs-uc8100: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.17' not found (required by ./fabs-uc8100: /li
在我的Ubuntu18.04机器上,我使用qemu为ARM平台执行32位ELF文件,如下所示:bin: ELF 32-bit LSB executable, ARM, EABI5object file: No such file or directory$ ldd bin
libc.so.6 => /li
我已经在ubuntu16.04中安装了交叉编译工具。当我在命令中输入arm-linux-gnueabihf-gcc -v时,line.The命令行显示了交叉编译器可以按照以下方式工作:checking for arm-linux-gnueabihf-CC... no
checking for arm-<em