Erlang erlIDE:支持哪些 -compile 选项?

发布于 2024-08-04 23:59:00 字数 208 浏览 2 评论 0原文

我一直在尝试让 erlIDE 使用 -compile 选项,例如

-编译('S')。 % 生成“汇编程序”列表

无济于事。我做错了什么?

注意:我还尝试为编译器设置“项目特定”选项,但没有成功。

编辑:是否可能调用“erlc”并强制生成“光束”,从而忽略生成“汇编器”输出的命令?

I've been trying to get erlIDE to work with -compile options e.g.

-compile('S'). % Generate 'assembler' listing

to no avail. What I am doing wrong?

NOTE: I have also tried setting 'project specific' options for the compiler with no success.

EDIT: could it be that 'erlc' is invoked and forced to generate a 'beam' and thus disregards orders to generate 'assembler' output?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

拒绝两难 2024-08-11 23:59:00

目前,这还没有得到很好的支持,对此表示抱歉。在最新版本的 erlide 中,.S 文件是在工作区目录而不是 project/ebin 中创建的。这是因为编译器使用当前目录,忽略了 outdir 选项(在本例中)。

问候,
弗拉德

This is badly supported, currently, sorry about that. With recent releases of erlide, the .S files are created in the workspace directory instead of project/ebin. This is caused by the fact that the compiler uses the current directory, ignoring the outdir option, in this case.

regards,
Vlad

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文