We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
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.