problem of using rapid accelerator in simulink
8 views (last 30 days)
Show older comments
I want to use rapid accelerator ,but it warns me that" Failed to build model 'XX' using LCC in rapid accelerator mode, please consider using MSVC instead." I want to know how to settle it and I use version 2015A. Thanks.
0 Comments
Answers (2)
Sebastian Castro
on 7 Jul 2015
LCC is the free compiler which comes with your MATLAB install and is used by default if you have nothing else. The other one you can get for free is the Microsoft Windows SDK:
https://www.microsoft.com/en-us/download/details.aspx?id=8279
... though I'm not sure why LCC doesn't do the trick. If you look at the supported compilers page, it should suffice for Rapid Accelerator mode. Maybe you have other unsupported elements in there based on the table (Fixed-point? S-Functions? etc)
- Sebastian
2 Comments
Sebastian Castro
on 7 Jul 2015
Hmm... that becomes a Microsoft issue if you can't install the SDK. There are some common problems with installing the SDK -- for example, having to uninstall old MSVC redistributables -- which depend on several things.
I'd recommend searching for your error message online and seeing if other people have run into it and solved it.
Tony Castillo
on 9 Feb 2019
Hello Ms,
I could not ran no-one simulation in this mode (rapid accelarator), my version it is R2018b, but I have not been able to overcome this problem. My models only run in Accelarator and nomarl mode as well.
Please give some insights in order to overcome this big problem for me, because I can not speed up my systems.
Kind regards!.
2 Comments
See Also
Categories
Find more on Introduction to Installation and Licensing 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!