You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compilation failed on Windows 7 x64. I'm using the release 1.2.0.
It appears when the build path contains white space.
By modifying platform.txt file in this way compiler.extra_flags=-mcpu={build.mcu} -mthumb "@{build.opt.path}"
It fixed the issue. I just added double quote.
The text was updated successfully, but these errors were encountered:
Compilation failed on Windows 7 x64. I'm using the release 1.2.0.
It appears when the build path contains white space.
By modifying platform.txt file in this way
compiler.extra_flags=-mcpu={build.mcu} -mthumb "@{build.opt.path}"
It fixed the issue. I just added double quote.
The text was updated successfully, but these errors were encountered: