无法打开包含文件"io.mac"程序集 [英] unable to open include file 'io.mac' assembly

查看:104
本文介绍了无法打开包含文件"io.mac"程序集的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用nasm汇编程序和32位Ubuntu.尝试执行程序时,出现无法打开包含文件io.mac"的错误.我的编译命令:

I am using nasm assembler and 32 bit Ubuntu.When I try to execute a program,"unable to open include file 'io.mac' " error occurs.My compile commands :

nasm -f elf32 fact.asm 

在某些站点中搜索了此问题后,我尝试:

After I have searched this problem in some sites,I try :

nasm -f elf32 fact.asm -l fact.lst

但是,错误没有改变.请帮助.

However,error has not changed.Pls help.

推荐答案

如果您没有该文件,则可能是这样:

If you haven't got the file, this may be it:

http://www.scs.carleton.ca/sivarama/org_book/org_book_web/source_code.html

如果您有文件,但该文件不在当前目录中,则-i开关可能会有所帮助.

If you have the file, but it isn't in the current directory, the -i switch may help.

http://www.nasm.us/xdoc/2.11/html/nasmdoc2.html#section-2.1.16

这篇关于无法打开包含文件"io.mac"程序集的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆