gpt4 book ai didi

c - GCC 作为 m68k 交叉编译器

转载 作者:太空狗 更新时间:2023-10-29 17:24:50 28 4
gpt4 key购买 nike

我正在尝试将 binutils 和 GCC 重新编译为 m68k 架构的交叉编译器。我正在按照这些说明操作:

http://darkdust.net/writings/megadrive/crosscompiler

但是,这个过程总是在某一部分失败。我已尝试使用 binutils 2.16.1 和 gcc 3.4.6、binutils 2.15 和 gcc 3.4.2 以及 binutils 2.15 和 gcc 3.4.6。

在制作和安装 binutils 后,在 gcc 上运行“make”时最后一次尝试失败。它给出了以下错误:

gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-
prototypes -Wmissing-prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H
-I. -I. -I../../gcc-3.4.2/gcc -I../../gcc-3.4.2/gcc/. -I../../gcc-
3.4.2/gcc/../include \
-DTARGET_MACHINE=\"m68k-coff\" \
-c ../../gcc-3.4.2/gcc/collect2.c -o collect2.o

In file included from /usr/include/fcntl.h:289:0,
from ../../gcc-3.4.2/gcc/system.h:214,
from ../../gcc-3.4.2/gcc/collect2.c:30:

In function ‘open’,
inlined from ‘collect_execute’ at ../../gcc-3.4.2/gcc/collect2.c:1535:20:
/usr/include/x86_64-linux-gnu/bits/fcntl2.h:50:4: error: call to
‘__open_missing_mode’ declared with attribute error: open with O_CREAT or
O_TMPFILE in second argument needs 3 arguments
__open_missing_mode ();
^
Makefile:1364: recipe for target 'collect2.o' failed
make[1]: *** [collect2.o] Error 1
make[1]: Leaving directory '/home/gabriel/src/gcc-build/gcc'
Makefile:23339: recipe for target 'all-gcc' failed
make: *** [all-gcc] Error 2

我不希望修复此错误,但有谁知道 binutils 和 gcc 版本的组合有效吗?我应该使用特定版本的 gcc 来成功重新编译 gcc 吗?

感谢您对此的任何见解!

编辑:

我的 linux 有 GCC 5.4.0,所以我刚刚下载了 5.4.0 源代码来尝试重建它以进行 m68k 交叉编译。在 gcc 源代码上运行“make”时,我现在收到以下错误:

*** Configuration m68k-unkown-coff not supported

这可能是什么原因造成的?是因为我需要旧版本的 GCC 吗? (我使用的 binutils 版本肯定支持 m68k 目标)。我使用的教程总是定义“--target=m68k-coff”,应该改为“--target=m68k-unkown-coff”吗?

编辑 2:

所以我尝试为 m68k-elf 进行编译,但现在出现此错误:

checking for m68k-elf-gcc... /home/gabriel/src/gcc-build/./gcc/xgcc -B/home/gabriel/src/gcc-build/./gcc/ -B/opt/m68k/m68k-elf/bin/ -B/opt/m68k/m68k-elf/lib/ -isystem /opt/m68k/m68k-elf/include -isystem /opt/m68k/m68k-elf/sys-include
checking for suffix of object files... configure: error: in `/home/gabriel/src/gcc-build/m68k-elf/libgcc':
configure: error: cannot compute suffix of object files: cannot compile

我在构建之前运行了 download_prerequisites,所以它应该不是 MPC 库的问题。知道如何继续吗?我只需要汇编程序,所以我不介意目标文件的格式是什么。谢谢!

最佳答案

我曾经做过很多你现在正在做的事情。

我的建议是使用 crosstool-ng ( http://crosstool-ng.github.io ),因为它几乎可以自动执行所有操作。

如果您正在研究 m68k 汇编,我曾经托管过 Matt Godbolt (https://godbolt.org/) 的 gcc-explorer 修改版。您可以在此处 (https://hub.docker.com/r/esantoro/acso-explorer/) 找到可运行的 docker 镜像,并在此处 (https://znpy.wordpress.com/2017/05/08/decommisioning-acso-explorer-santoro-tk/) 找到更多详细信息

希望对您有所帮助

znpy

关于c - GCC 作为 m68k 交叉编译器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43904548/

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