Skip to content

HowTo Compile Multi.ino to custom named hex-file? #496

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
harryberlin opened this issue Nov 26, 2019 · 1 comment
Closed

HowTo Compile Multi.ino to custom named hex-file? #496

harryberlin opened this issue Nov 26, 2019 · 1 comment
Labels
type: support OT: Request for help using the project

Comments

@harryberlin
Copy link

Is it possible to compile multi.ino sketch to custom named/output-path hex-file?
Further nice option would be to set some defines from command line (i.e. debug)

@per1234
Copy link
Contributor

per1234 commented Dec 17, 2019

Is it possible to compile multi.ino sketch to custom named/output-path hex-file?

Sure, just use the --output option of arduino-cli compile. For example:

arduino-cli compile --output Bar/asdf multi

will output asdf.hex to the Bar folder.

Further nice option would be to set some defines from command line (i.e. debug)

See: #210

@per1234 per1234 closed this as completed Dec 17, 2019
@per1234 per1234 added the type: support OT: Request for help using the project label Dec 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: support OT: Request for help using the project
Projects
None yet
Development

No branches or pull requests

2 participants