RTI build fails with an error
11 views (last 30 days)
Show older comments
Dear all,
I have an application that runs a faster part of the model on the FPGA side, which generates an interrupt for the slower part of the model put on the main processor side. I am using the Function-Call block as the triggered subsystem. The FPGA application builds successfully but when I build the processor application using Real-Time Workshop it fails. The following errors are displayed:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
RTI Build failed with message:
Error using ==> get_param
Invalid Simulink object handle.
Error building Real-Time Workshop target for block diagram 'SRM86_RTI2'. MATLAB error message:
Error using ==> callMakeHook at 49
The call to rti1006_make_rtw_hook, during the entry hook generated the following error:
Error using ==> FcnTestErrorCode at 565
* Stopped RTI build procedure
The build process will terminate as a result.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Please advise me ! Thank you.
Regards, Jawwad
2 Comments
TAB
on 11 Jul 2012
It seems that the error you are getting is due to some specific problem with RTI (I think this is dSpace's package).
Kaustubha Govind
on 11 Jul 2012
I agree with TAB. It might be best to contact dSpace Tech Support regarding this issue if others on this forum haven't seen this error.
Answers (1)
See Also
Categories
Find more on Visualization in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!