SimParseCustomCode Not Working as Intended Upgrading to R2018b
Afficher commentaires plus anciens
In upgrading to MATLAB R2018b from R2018a, Simulink throws an error regarding a 'missing' header file. No folder structures have changed, and the file should be available. In R2018a, the SimParseCustomCode configuration parameter was turned on, and is also on in R2018b under the new name of "Import custom code". When turning this setting off, the model was able to successfully build and compile the code in R2018b, further showing that the header file is available to the compiler. The header file is included through a MATLAB function block with the "coder.updateBuildInfo('addIncludePaths',...)" function call. No additional changelog information is available for this configuration parameter in the release notes. What has changed?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Simulink Coder dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!