-
-
Notifications
You must be signed in to change notification settings - Fork 398
Compilation error for Arduino/Genuino 101 #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I get the same error. Where does arduino-cli put compiled files when done? And can that be dictated on the cli or via a config file? |
I found out what is going on here, at least on my RPi 3. The command for compile should NOT include the filename of the .ino file. It should only point to the directory/folder that the .ino file resides in. for example: I had been entering the following: wjw@rpi-home bin $ ll ~/Devel/threeaxis/
Now to get upload to work...which I have not yet. |
The above helped me too - you need to specify the directory of the
To get the port, then
Where |
Closing as resolved. We have a separate issue requesting that this situation either be handled automatically or that the documentation mention that only the sketch folder should be specified in the command: #51 |
Hi,
I am compiling an Arduino Code I have for an Arduino 101 embedded into a UDOO x86 board. After running the compilation command with the correct fqbn I get this error:
Sketch uses 49356 bytes (31%) of program storage space. Maximum is 155648 bytes.
Error: open ../arduino_files/serial_main_push/serial_main_push.ino/serial_main_push.ino.Intel.arc32.arduino_101.hex: not a directory
Error copying output file.
Therefore I cannot continue uploading the compiled file into the board. Is there something I'm missing?
Thanks in advance.
My OS is Ubuntu 16.04 LTS
The text was updated successfully, but these errors were encountered: