This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

armcc.exe and temp path with spaces

When Keil runs ArmLink, it executes the following:
C:\Keil_v5\ARM\ARMCC\Bin\armcc.exe --cpu=Cortex-M0+ -E -I .\,.\..,.\..\src\config,C:\dev\DA145xx_SDK\6.0.14.1114\sdk\common_project_files\ --cpu Cortex-M0+ C:\Users\My Name\AppData\Local\Temp\p2178-2 -o C:\Users\My Name\AppData\Local\Temp\p2178-3 -I.\..\src\config\

I get the problem that it reports an error L6372E, cannot open C:\UsersMy

I managed to insert space in my user diretdory during installation of Win10 (good learning!)

Is there any way around this? I would love a couple of double quotes.

Cheers

\PeGe

Parents
  • Which version of MDK are you using? MDK Plus v5.32 handles spaces in paths by automatically adding quotes.

    Is that really the compiler command line? It doesn't seem complete.

    You could try the DOS SUBST command to map the path containing spaces to a drive letter.

Reply
  • Which version of MDK are you using? MDK Plus v5.32 handles spaces in paths by automatically adding quotes.

    Is that really the compiler command line? It doesn't seem complete.

    You could try the DOS SUBST command to map the path containing spaces to a drive letter.

Children
No data