Build process is unable to use the Icc compiler
Show older comments
I am trying to run the Hybrid Vehicle Reference model from Matlab Documents. once I press run it ends with an error saying that ,
Build process is unable to use the Icc compiler because the build folder, C:\Users\SURYA NARAYANAN MATLAB Projects\examples\HEVP12\HEVP1\work\slpe]\sin\atteet, ontains a space and sont support is not enabled. Select Intel compiler or enable adota support. For more information, see Build Process Support for Folder Names with spaces or special characters.
I am not able to solve it.
Answers (1)
Image Analyst
on 30 Mar 2023
I've never heard of "sont support". It looks like you misspell things a lot. So I'd pay attention to what it says about the folder name. Make sure you've spelled it correctly. Like, does it really have a right bracket in it ("\slpe]\"). Is your login name really "SURYA NARAYANAN MATLAB Projects" or is it just "SURYA NARAYANAN" and you forgot to put a slash in there?
If you're 100% sure you've spelled it correctly, and this returns true:
validFolder = isfolder("C:\Users\SURYA NARAYANAN MATLAB Projects\examples\HEVP12\HEVP1\work\slpe]\sin\atteet")
then I'd call tech support.
Categories
Find more on MATLAB Compiler 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!