Why would a tagged signal line cause the model-specific COM library build process to fail?

1 view (last 30 days)
Hello,
I'm trying to build the model-specific COM library for a model (modified version of "xpcosc" example). The model builds to completion (with no COM .dll created) if I have no tagged signals, but when I tag a signal (not an output port of a subsystem or MUX block, or function call output port) I get the following (ambiguous) error:
-------------------------------------------------------------
The call to xpctarget_make_rtw_hook, during the exit hook generated the following error: The system cannot find the file specified.
The build process will terminate as a result.
Caused by: The system cannot find the file specified.
-------------------------------------------------------------
The tag I am using is the following: xPCTag(1)=testTag;
Thanks, Corey
  1 Comment
Hossein Taheri
Hossein Taheri on 14 Sep 2014
Hey I have the same problem on my laptop. The desktop in the lab will build the model with tagged signals, but not my laptop. It's driving me crazy. I'm using the same compiler, same settings, same OS, both 64-bit... Does anyone have an answer for this?

Sign in to comment.

Answers (0)

Categories

Find more on Multicore Processor Targets in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!