Simulink code error in Arduino IDE
3 次查看(过去 30 天)
显示 更早的评论
Hi,
I´m having problems using a .c code generated in simulink in Arduino IDE. My goal is to modify the code in arduino ide and upload it to a Wemos D1 mini. What i did was adding the .c and .h files,generated in simulink. to a zip and adding this zip as a library in the IDE. The last error i had was the following:
15 | # include <dlfcn.h>
| ^~~~~~~~~
compilation terminated.
exit status 1
Compilation error: exit status 1
I would appreciate it if someone knows an easier way to do it.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Arduino Hardware 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!