Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork213
Commit07749a4
authored
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 directoryarm-none-eabi-g++: error: with: No such file or directoryarm-none-eabi-g++: error: spaces/linker_script.ld: No such file or directory```1 parent29b9818 commit07749a4
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original 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
Comments
(0)