-
Notifications
You must be signed in to change notification settings - Fork 228
output path : no such files or directory #635
Comments
I tried both it's still not working ... in fact the folder is created but I don't know why it can't reach it... I tried to moove my workspace somewhere else but I get always the same error :-/ |
That is weird... How about use absolute path? |
Can you have a try "output": "./.build" ? |
I'm running into the same issue, but it says one of my headers is missing. If I delete the given output folder, it rebuilds from scratch successfully, but then subsequent builds fail with the "No such file or directory" error. Absolute and relative paths produce the same result. |
OK. For Linux users, important to point out that you need to search for arduino.path in the Visual Studio extension via Ctrl + , and then search for arduino.path. Then enter in the path of your Linux directory and be sure to include the correct arduino IDE version, in my case it is 1.8.5. Question: Where do I find the settings.json file in Ubuntu 16.04? OS: Ubuntu 16.04 xenial |
Hi there, I'm trying to set the ouput path for arduino build but somehow it's not working. I get the error :
there is the Json files :
When I remove the "output" line from the Json files it works ... Any Idea ?
The text was updated successfully, but these errors were encountered: