Build process is unable to use the Icc compiler

24 ビュー (過去 30 日間)
Surya
Surya 2023 年 3 月 30 日
コメント済み: Surya 2023 年 3 月 30 日
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.

回答 (1 件)

Image Analyst
Image Analyst 2023 年 3 月 30 日
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.
  2 件のコメント
Surya
Surya 2023 年 3 月 30 日
=== Simulation (Elapsed: 49 sec) ===
### Starting serial model reference simulation build.
### Build procedure for BattHevP3 aborted due to an error.
Simulation targets built:
Model Action Rebuild Reason
=========================================================
BattHevP3 Failed BattHevP3_msf.mexw64 does not exist.
0 of 7 models built (0 models already up to date)
Build duration: 0h 0m 40.781s
Error:Unable to update models referenced by 'HevP3ReferenceApplication'.
Caused by:
Build process is unable to use the lcc compiler because the build folder, C:\Users\SURYA NARAYANAN\MATLAB\Projects\examples\HEVP3\HEVP3\Work\slprj\sim\BattHevP3, contains a space and 8dot3 support is not enabled. Select the Microsoft or Intel compiler or enable 8dot3 support. For more information, see Build Process Support for Folder Names with Spaces or Special Characters.
This is the exact error message. It was mispelled earlier. Sorry for that.
Surya
Surya 2023 年 3 月 30 日
I have enabled 8dot3 support in the registry, but still shows the same error. I did restart too. It is enabled but I am still getting the same error.

サインインしてコメントする。

製品


リリース

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by