Hi, I’d like to be able to take the current code I’m working on and pass it to the Arduino IDE for compiling.
Seems that the build system can do this. Having problems though.
This is how it’s done in Notepad ++:
forum.arduino.cc/index.php?topic=160456.0
[quote]15. Select ‘Run’ and go to your arduino directory, select the arduino file, mine looks
like this “C:\arduino-1.0.4\arduino.exe”
16 Add the following to the end of the line containing $(FULL_CURRENT_PATH), so it should
look something like this:
“C:\arduino-1.0.4\arduino.exe” “$(FULL_CURRENT_PATH)”
- Save this as ‘ArduinoIDE’ or whatever you wish to call it, you may also add a hotkey
combination if you wish[/quote]
My path to Arduino IDE on Windows 8.1 64 bit is simply: “C:\Program Files (x86)\Arduino\arduino.exe”
I’ve tried variations on the suggested Sublime build system command:
build "C:\Program Files\SomeApp\SomeApp.exe" "$File"
build "C:\Program Files (x86)\Arduino\arduino.exe" "$File"
Fails with a vague error.
I’m sure this is easy to do. I’m a total beginner.
I’d rather use this than the Stino package deal as it does not compile some things correctly.
Using the Arduino IDE is the only way to be sure it will work.
Any ideas will be appreciated. I’d buy a copy of Sublime if it can do what Notepad ++ can do.