Unable to generate code for STM32
16 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello,
I am trying to generate code for STM32F4 Discovery. I have installed Windows SDK 7.1 and .NET framework 4.0. Using "mex -setup" and "xpcsetCC setup", toolchain "Microsoft Visual C++ 2010" is also configurator but still the code generator gives error -
"An installed compiler was not detected. Certain simulation modes, as well as host-based coder builds require that a compiler be installed. Please install one of the supported compilers for this release as listed at: http://www.mathworks.com/support/compilers/R2015a/win64.html"
One more thing I have observed is that there is no option in "Code Generation" to select toolchain.Please see the image below.
Could you please suggest a solution?
Thanks,
Abhijeet
8 commentaires
son nguyen
le 12 Juil 2015
i got the same problem like you, i installed matlab 2014 and 2015a, stm32 cube V4.8, compiler visual studio C++ 2010 -2015 but it still didn't work. Did you solve that probem. Please help me.
Réponses (6)
Pascal REYNAUD
le 8 Juin 2015
Hello,
toolchain is selected from STM32CubeMx tool that must be installed to use STM32-MAT/Target solution.
STM32CubeMx installation path is selected from "STM32 Options" that appears when you select STM32.tlc.
You must install STM32CubeMx tool from: http://www.st.com/web/catalog/tools/FM147/CL1794/SC961/SS1533/PF259242?s_searchtype=partnumber
It is used to configure MCU (Pinout and peripherals) and used toolchain.
Then, it is called from Simulink to generate project.
Best regards
Pascal
4 commentaires
smrtkai
le 6 Juil 2015
I am facing the same error. My setup:
- MATLAB R2015a (8.5.0.197613)
- STM32CubeMX 4.8.0
- Keil uVision 5.15
It seems to me, that MATLAB/Simulink cannot open STM32CubeMX when compiling, although the configuration within Simulink is set correctly.
Is there some kind of debug mode to check which paths simulink checks to open STM32CubeMX?
jonatan blom
le 28 Juil 2015
I’m also getting this error, I can compile my model with 2013b but when I try with 2015a I get the same error as you "An installed compiler was not detected". I have no problem compiling a c file with mex command in the matlab prompt...
0 commentaires
yi zhang
le 29 Juil 2015
"args.mexOpts = rtwprivate('getMexCompilerInfo','manufacturer','LCC');"-->"args.mexOpts = rtwprivate('getMexCompilerInfo','LCC');" in setup_for_lcc.m. It works in this scenario but the side-effects are unknown yet.
0 commentaires
Valmir Sadiku
le 8 Oct 2015
I have basically the same issues by generating the code for the STM32 : An installed compiler was not detected...
If I check for installed compilers via mex -setup:
MEX configured to use 'Microsoft Windows SDK 7.1 (C)' for C language compilation.
Everything looks fine, building code for Arduino works just fine. What could be the reason for this issue? I have a OS Win7 64-Bit with Matlab 2015b.
I'm thankful for any help or assistance.
Regards,
goldenEyes
0 commentaires
smrtkai
le 4 Déc 2015
Modifié(e) : smrtkai
le 4 Déc 2015
I had similiar issues. Maybe these links can help:
I wrote a step by step guide for myself on "How to setup STM32-MAT/TARGET with MATLAB R2015a". https://my.st.com/b476312a
Discussion on st.com:
The STM32-MAT/TARGET was developed for MATLAB R2014a. I was not able to get it working with MATLAB R2015b (generates erroneous). On my system it only works with MATLAB R2015a. I still have trouble to get Processor-In-the-Loop working.
0 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!