-
-
Notifications
You must be signed in to change notification settings - Fork 417
Closed
Labels
topic: build-processRelated to the sketch build processRelated to the sketch build processtype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
Describe the problem
I cannot compile a sketch when providing a custom library location with the --library
flag.
To reproduce
- Clone the nicla-sense-me-fw repo and open a terminal in the top most directory within VS Code
- Run the command
arduino-cli compile --fqbn arduino:mbed_nicla:nicla_sense --library "C:\Users\USERNAME\Documents\GitHub\nicla-sense-me-fw\Arduino_BHY2" "C:\Users\USERNAME\Documents\GitHub\nicla-sense-me-fw\Arduino_BHY2\examples\Standalone\Standalone.ino" --verbose
- After over ten minutes, the compilation does not complete.
Expected behavior
I can compile the sketch with a custom library without any problems. Or, if there is any a helpful message is shown.
Arduino CLI version
0,33,1
Operating system
Windows
Operating system version
Windows 11
Additional context
- I have used similar syntax in previous versions and it worked. See: https://github.com/alrvid/randomcamerastuff/blob/main/camera.sh
- Without the
--verbose
nothing is printed to the terminal console.
Issue checklist
- I searched for previous reports in the issue tracker
- I verified the problem still occurs when using the nightly build
- My report contains all necessary details
Metadata
Metadata
Assignees
Labels
topic: build-processRelated to the sketch build processRelated to the sketch build processtype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project