-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Closed
Labels
Component: CLIThe Arduino IDE's command line interfaceThe Arduino IDE's command line interfaceOS: OSXSpecific to the Mac OS X (macOS) version of the Arduino IDESpecific to the Mac OS X (macOS) version of the Arduino IDEOS: WindowsSpecific to the Windows version of the Arduino IDESpecific to the Windows version of the Arduino IDEType: BugUpstream notifiedRelated to a software component maintained by someone else. They have been notified of itRelated to a software component maintained by someone else. They have been notified of it
Milestone
Description
the .ino full path must be given.
either of following two will not work
$arduino some_proj.ino
$arduino ./some_proj.ino
it works only in this way.
$arduino pwd
/some_proj.ino
my environment.
arduino version: downloaded from here http://downloads.arduino.cc/arduino-1.5.2-linux64.tgz
java version "1.7.0_21"
OpenJDK Runtime Environment (IcedTea 2.3.9) (7u21-2.3.9-0ubuntu0.12.04.1)
OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)
Metadata
Metadata
Assignees
Labels
Component: CLIThe Arduino IDE's command line interfaceThe Arduino IDE's command line interfaceOS: OSXSpecific to the Mac OS X (macOS) version of the Arduino IDESpecific to the Mac OS X (macOS) version of the Arduino IDEOS: WindowsSpecific to the Windows version of the Arduino IDESpecific to the Windows version of the Arduino IDEType: BugUpstream notifiedRelated to a software component maintained by someone else. They have been notified of itRelated to a software component maintained by someone else. They have been notified of it