Skip to content

Command line compiling on OSX launches GUI #5310

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

Closed
neilpa opened this issue Aug 29, 2016 · 3 comments
Closed

Command line compiling on OSX launches GUI #5310

neilpa opened this issue Aug 29, 2016 · 3 comments

Comments

@neilpa
Copy link

neilpa commented Aug 29, 2016

When running /Applications/Arduino.app/Contents/MacOS/Arduino --verify path/to/sketch.ino the splash screen is launched in addition to the build. This creates a lot of friction for automating command line builds and integrating with other tools. Is this expected or are their any plans to fix this? My fear is it's a deeper issue with how the IDE is structured given that command line args aren't parsed until after the splash screen (e.g. that's when the invalid param dialog pops).

Ideally the toolchain/driver could be packaged as a separate JAR for easier integration with build scripts, etc.

@neilpa
Copy link
Author

neilpa commented Aug 29, 2016

Looks like what I really want is arduino-builder, although it would be nice to use the simpler wrapper here.

@per1234
Copy link
Collaborator

per1234 commented Aug 29, 2016

See #1970

@neilpa
Copy link
Author

neilpa commented Aug 29, 2016

Thanks. Sorry about the dupe but with 600+ issues it's kinda hard to find things.

@neilpa neilpa closed this as completed Aug 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants