gpt4 book ai didi

gcc - 错误:/tmp/SASM/macro. o:没有这样的文件或目录

转载 作者:行者123 更新时间:2023-12-04 14:42:11 26 4
gpt4 key购买 nike

我一直在使用 NASM 开发 SASM ide。在构建时,此错误不断重复

Build started...
Warning! Errors have occurred in the build:
gcc: error: /tmp/SASM/macro.o: No such file or directory

%include "io.inc"

section .data
msg db 'Hello, world!', 0

section .text
global CMAIN
CMAIN:
mov ebp, esp
PRINT_STRING msg
NEWLINE
xor eax, eax
ret

最佳答案

我今天遇到了同样的问题(ubuntu 14.04 lts intel 64bits),但我通过 ubuntu 的 logitec 添加 gcc-multilib 解决了这个问题。

你可以在 Ubuntu 上运行这个命令:

sudo apt install gcc-multilib

(毫无疑问,gcc compile -and will be able to do-macro.c(或/和其他)在链接程序nasmhello之前生成缺少的macro.o?)

关于gcc - 错误:/tmp/SASM/macro. o:没有这样的文件或目录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33580701/

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