-
-
Notifications
You must be signed in to change notification settings - Fork 213
Commit 07749a4
Quote linker script path in compilation recipe
An unquoted path to the linker script caused compilation to fail when the temporary build folder path contained spaces:
```
$ arduino-cli compile --fqbn arduino:mbed_portenta:envie_m7 --build-path "/tmp/some path with spaces"
arm-none-eabi-g++: error: path: No such file or directory
arm-none-eabi-g++: error: with: No such file or directory
arm-none-eabi-g++: error: spaces/linker_script.ld: No such file or directory
```1 parent 29b9818 commit 07749a4
1 file changed
+1
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 | - | ||
85 | + | ||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
|
0 commit comments