gpt4 book ai didi

linux - GNU C交叉编译器: Cannot execute binary file

转载 作者:太空宇宙 更新时间:2023-11-04 04:00:19 27 4
gpt4 key购买 nike

我一直在尝试从我目前正在处理的 ttylinux x64 源代码编译 busybox。由于一些错误之王(与描述的 here 非常相似),我被迫使用交叉编译器。

但这东西不起作用。当我尝试运行它时:

$ /mnt/hdd/cross-compiler-x86_64/bin/x86_64-gcc --version

我得到:

-bash: /mnt/hdd/cross-compiler-x86_64/bin/x86_64-gcc: cannot execute binary file

这是不同的诊断输出:

$ ldd /mnt/hdd/cross-compiler-x86_64/bin/x86_64-gcc
not a dynamic executable

$ uname -mpi
x86_64 unknown unknown

$ uname -a
Linux ttylinux_host 3.7.1 #1 SMP Mon May 27 14:31:18 MST 2013 x86_64 GNU/Linux

$ objdump -f /mnt/hdd/cross-compiler-x86_64/bin/x86_64-gcc
/mnt/hdd/cross-compiler-x86_64/bin/x86_64-gcc: file format elf32-i386
architecture: i386, flags 0x00000112:
EXEC_P, HAS_SYMS, D_PAGED
start address 0x08048188

有人可以帮我解决这个问题吗?我相信 x64 运行 i386 代码应该没有问题?

顺便说一句:交叉编译器源自here

最佳答案

这看起来确实像是一个为纯 64 位用户空间配置的内核,没有 i386 支持。

这将是内核配置中的CONFIG_IA32_EMULATION。检查 /proc/config.gz 进行确认。

关于linux - GNU C交叉编译器: Cannot execute binary file,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23243167/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com