How do I fix this error when build simulink model with matlab fcn and xpctarget A/D block? Error(s) encountered while building model "PCIctest": ### Failed to generate all binary outputs.
이전 댓글 표시
I am trying to build a simulink model with Matlab fcn and xpctarget AD module to generate c code for real implementation. The error come out during the building.
Error(s) encountered while building model "PCIctest": ### Failed to generate all binary outputs.
The model is really simple:

And the code in the matlab function is
function y = fcn(u)
y=2*u;
PS: the matlab edition is R2013b.
채택된 답변
추가 답변 (2개)
Suneesh
2014년 2월 27일
1. The compiler may not be set correctly. Provided that you have installed the supported compiler for R2013b choose the correct one using:
xpcsetCC -setup
2. Once you have done the above try to confirm a proper install by executing
xpctest
3. The entire build log would be useful to troubleshoot (here or while contacting tech support)
4. Your error message mentions " building model "PCIctest"" where are your screenshot is of a different model.
promphiriya promboot
2023년 10월 9일
0 개 추천

Program error,How do I fix this error?
카테고리
도움말 센터 및 File Exchange에서 System Configuration에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!