SimParseCustomCode Not Working as Intended Upgrading to R2018b
Show older comments
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?
Accepted Answer
More Answers (0)
Categories
Find more on Simulink Coder 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!