From: Isaac gerg on
VisualDSP++ 5.0.2.0, R2008a

When I try to compile my model (using CTRL-B), I get the
following error:

Error building Real-Time Workshop target for block diagram
'osp'. MATLAB error message:
Error using ==> RTW.makertw.callMakeHook at 49
The call to vdsplink_ert_make_rtw_hook, during the exit hook
generated the following error:
Error using ==> feval
Error using ==> i_exitHookpoint at 106
Error while building the project:
An exception occurred while performing this operation.

The build process will terminate as a result.

Why do I get this error?

Thanks in advance,
Isaac
From: Devdatt Lad on
Isaac gerg wrote:
> VisualDSP++ 5.0.2.0, R2008a
>
> When I try to compile my model (using CTRL-B), I get the
> following error:
>
> Error building Real-Time Workshop target for block diagram
> 'osp'. MATLAB error message:
> Error using ==> RTW.makertw.callMakeHook at 49
> The call to vdsplink_ert_make_rtw_hook, during the exit hook
> generated the following error:
> Error using ==> feval
> Error using ==> i_exitHookpoint at 106
> Error while building the project:
> An exception occurred while performing this operation.
>
> The build process will terminate as a result.
>
> Why do I get this error?
>
> Thanks in advance,
> Isaac

There may be an issue with your installation, or model, or it may be a
bug. You should contact Technical Support and include the model.

http://www.mathworks.com/contact_TS.html

Devdatt


--
Devdatt Lad
The MathWorks, Inc.
From: Boaz on
Hello Devdatt

what do you mean by installation problem?
do you have ab idea what should i do inorder to fix this
problem.
i contacted matlab, but the suggested solution made no
difference

thanks
Boaz



Devdatt Lad <Devdatt.Lad(a)mathworks.com> wrote in message
<g3efjv$6hl$1(a)fred.mathworks.com>...
> Isaac gerg wrote:
> > VisualDSP++ 5.0.2.0, R2008a
> >
> > When I try to compile my model (using CTRL-B), I get the
> > following error:
> >
> > Error building Real-Time Workshop target for block
diagram
> > 'osp'. MATLAB error message:
> > Error using ==> RTW.makertw.callMakeHook at 49
> > The call to vdsplink_ert_make_rtw_hook, during the exit
hook
> > generated the following error:
> > Error using ==> feval
> > Error using ==> i_exitHookpoint at 106
> > Error while building the project:
> > An exception occurred while performing this operation.
> >
> > The build process will terminate as a result.
> >
> > Why do I get this error?
> >
> > Thanks in advance,
> > Isaac
>
> There may be an issue with your installation, or model,
or it may be a
> bug. You should contact Technical Support and include the
model.
>
> http://www.mathworks.com/contact_TS.html
>
> Devdatt
>
>
> --
> Devdatt Lad
> The MathWorks, Inc.

From: Isaac gerg on
Everyone! I have solved my problems and will tell you what
I did. The nice Mathworks people were able to help me a lot!

Here is what I found:
1. When you want to build a subsystem for PIL, right click
on the subsystem, goto RealTime Workshop, and then goto
Build. You will get a window with some options (mine had
none), just click Build. Then, in a few moments, you will
have your PIL block. I was clicking the global build and
getting all sorts of issues which is why it wasnt working
for me.

2. R2008a has issues for me when I build; the VisualDSP++
IDDE builds it but the Matlab "function" never returns back
to Matlab so my machine hangs. The fix for me was to use
R2007b. I have my cosimulation working as we speak! If
there is much desire, I will post my code online.
From: liu juan on
"Isaac gerg" <first.last(a)raytheon.com> wrote in message
<g408gm$27t$1(a)fred.mathworks.com>...
Hello,Isaac.I am very glad to see that you have solved the
problems. When I try to build my model,I get the similar
error.I can't find how to solve it.I am using the R2008a,
and there is no subsystem in my model.Would you mind to
tell me the detailed mathod to solve the problem?