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
My project folder is on my home folder C:\Users\Teemu Ikonen\ and as there is whitespace on the username path the verbose output cuts the lines on printout. This is a minor thing but the verbose mode is used for problem resolution so it should at least print paths correctly.
Some samples
Using board 'nano33ble' from platform in folder: C:\Users\Teemu
Using core 'arduino' from platform in folder: C:\Users\Teemu
Detecting libraries used...
"C:\\Users\\Teemu Ikonen\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\arm-none-eabi-gcc\\7-2017q4/bin/arm-none-eabi-g++" -c -w -g -Os -nostdlib "@C:\\Users\\Teemu Ikonen\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed\\1.1.4\\variants\\ARDUINO_NANO33BLE/defines.txt" "@C:\\Users\\Teemu Ikonen\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed\\1.1.4\\variants\\ARDUINO_NANO33BLE/cxxflags.txt" -DARDUINO_ARCH_NRF52840 -mcpu=cortex-m4 -w -x c++ -E -CC -DARDUINO=10811 -DARDUINO_ARDUINO_NANO33BLE -DARDUINO_ARCH_MBED "-IC:\\Users\\Teemu Ikonen\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed\\1.1.4\\cores\\arduino" "-IC:\\Users\\Teemu Ikonen\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed\\1.1.4\\variants\\ARDUINO_NANO33BLE" "-IC:\\Users\\Teemu Ikonen\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed\\1.1.4\\cores\\arduino/api/deprecated" "-iprefixC:\\Users\\Teemu Ikonen\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed\\1.1.4\\cores\\arduino" "@C:\\Users\\Teemu Ikonen\\AppData\\Local\\Arduino15\\packages\\arduino\\hardware\\mbed\\1.1.4\\variants\\ARDUINO_NANO33BLE/includes.txt" "C:\\Users\\TEEMUI~1\\AppData\\Local\\Temp\\arduino_build_965051\\sketch\\nano33_ble_test.ino.cpp" -o nul
Alternatives for ArduinoBLE.h: [[email protected]]
The text was updated successfully, but these errors were encountered:
tikonen
changed the title
Compilation verbose output reports paths with spaces incorrectly
Compilation verbose output cuts paths with spaces
Jan 29, 2020
Thanks for reporting! It seems this issue was previously reported as #9287, and tracked in detail at arduino/arduino-cli#493 (where the actual cause for this issue is). So I'm going to go ahead and close this issue as duplicate. If you have more information to add, please refer to those issues.
Version 1.8.11 on Windows 10.
My project folder is on my home folder
C:\Users\Teemu Ikonen\
and as there is whitespace on the username path the verbose output cuts the lines on printout. This is a minor thing but the verbose mode is used for problem resolution so it should at least print paths correctly.Some samples
The text was updated successfully, but these errors were encountered: