-
Notifications
You must be signed in to change notification settings - Fork 56
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
save problem? #73
Comments
It souldn't be a problem. Please go to Follow the steps until you get the error and paste here the output of the console, it will help me to know what is the problem, I tried to reproduced but I didn't the same result. What is the version of Deviot you have installed? |
[ Deviot 1.2.5 ] test.ino avr-g++ -o "C:\Users\Asus\Desktop\test.ino.cpp" -x c++ -fpreprocessed -dD -E "c:\users\asus\appdata\local\temp\tmpg28w7i" *** Multiple ways to build the same target were specified for: C:\Users\Asus\AppData\Local\Temp\Deviot\Desktop.pioenvs\uno\src\Arduino_Sketches\arduino-1.6.5-r5\hardware\arduino\avr\cores\arduino\wiring_pulse.o (from ['C:\Users\Asus\Desktop\Arduino_Sketches\arduino-1.6.5-r5\hardware\arduino\avr\cores\arduino\wiring_pulse.S'] and from ['C:\Users\Asus\Desktop\Arduino_Sketches\arduino-1.6.5-r5\hardware\arduino\avr\cores\arduino\wiring_pulse.c']) |
This line First, remove All files in As I understand the steps you follow to get the issue are:
void setup()
{
}
void loop()
{
}
Now is when you get the error posted above? |
hard to explain what is happening, for exemple right now if i click new sketch will ask me for a path so lets say i select C:\Users\Asus\AppData\Local\Temp\Deviot |
The issue where the file just disapear I've fix some days ago, the other one I can't reproduce it yet. Please use the develop branch. To install the develop branch just replace the files in |
Fixed in Deviot 2.0 |
when i used deviot with sublime something is always happening
lets imagen i start a new project and this will give me a name file of 147934605.ino
if i say save has and then put a new name and location where to save at, then everytime i will try to build file it always will give me error on build, is this some bug or is something im missing?
The text was updated successfully, but these errors were encountered: