Compilation Path Length Issues with Dependant Tools #60
Description
We have encountered an issue in using the toolchain included with this package (full thread here), whereby having too many libraries or paths in the compilation will fail with the error "arm-none-eabi-g++: error: CreateProcess: No such file or directory".
We have found that using a newer version of the arm-none-eabi toolset resolves this, and the one currently referenced in the packageindex.json is 2017-q4, which suffers from this issue, whereas updating to the STM32 9.2.1 version resolves this (from this toolchain, within this board package)
Is there a plan to update the dependency at present? (or should this be logged elsewhere?)
An example of a failed and working compilation command are attached:-
ArduinoBLE_FailedCompilationLengthIssue.txt