### Failed to generate all binary outputs. any solution??
显示 更早的评论
hello, I'm using arduino and simulink to read analong signal on LDR. I kepp getting this error '### Failed to generate all binary outputs.' every time I start the simulation. thanks in advance.
回答(1 个)
MEHABOOBSUBANI GULEDKOPP
2018-1-11
0 个投票
Hello Kareem, Seems that you have not configured your Compiler for Matlab Environment.
As per Text file you have shared, Code Generation is completed.
However to generate the Executable file, you need a compiler to build the generated code.
Please try the following:
1. mex -setup : to check if there are any compilers available for Code Build. 2. Configure the MATLAB to use one of the installed compilers.
Please let us know the result.
Thank you!
类别
在 帮助中心 和 File Exchange 中查找有关 Arduino Hardware 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!