重新编译 Arduino Target for Simulink for Windows 64 位

发布于 2024-10-07 22:36:48 字数 167 浏览 3 评论 0原文

我想使用 Arduino Target for Simulink。它仅适用于 32 位版本的 Windows,但我了解到您可以重新编译它并在 64 位 Windows 中使用它。

我尝试过,但没有成功。我认为您需要创建的文件是以 .mexw32 结尾的。你用什么来重新编译这些?

I want to use Arduino Target for Simulink. It is made only for 32bit versions of Windows, but I read that you can recompile it and use it in 64-bit Windows.

I have tried, but I have not succeeded. I think that the files you need to create are the ones ending on .mexw32. What do you use to recompile these?

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

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

发布评论

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

评论(1

茶色山野 2024-10-14 22:36:48

来自 http://www.mathworks.com/matlabcentral/fileexchange/24675-arduino-目标

为 win64 编译 C 文件(或
另一个平台),首先确保您
有一个受支持的编译器:
http://www.mathworks.com/support/compilers/R2010b/win64.html

安装编译器后,
你可以运行“mex -setup”来指向
适当的编译器。

最后,您可以运行“mex filename.c”
编译所有函数
块目录。

From http://www.mathworks.com/matlabcentral/fileexchange/24675-arduino-target:

To compile the C files for win64 (or
another platform), first make sure you
have a supported compiler:
http://www.mathworks.com/support/compilers/R2010b/win64.html

Once you have a compiler installed,
you can run "mex -setup" to point to
the appropriate compiler.

Finally, you can run "mex filename.c"
to compile all the functions in the
blocks directory.

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