We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
what do you think about having a .leorc file that contains the Arduino IDE paths similar to the variables in the https://github.com/sudar/Arduino-Makefile project?
.leorc
For my current Arduino IDE 1.6 on MacOS, these are:
BOARD_TAG = uno ARDUINO_DIR = /Applications/Arduino.app/Contents/Java/ ARDMK_DIR = ../../ AVR_TOOLS_DIR = /Applications/Arduino.app/Contents/Java/hardware/tools/avr/ MONITOR_PORT = /dev/cu.usbmodem14131 BOARD_TAG = uno AVRDUDE_CONF = /Applications/Arduino.app/Contents/Java/hardware/tools/avr/etc/avrdude.conf
I could add this feature to prevent this build error:
Cleaning build directory Creating new build directory [build path] ./.build Building basic as excutable. [compiler corePath] /Applications/Arduino.app/Contents/Java/hardware/arduino/cores/arduino [runtime build extentions] c,cpp,S [dir not found] /Applications/Arduino.app/Contents/Java/hardware/arduino/cores/arduino
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
what do you think about having a
.leorc
file that contains the Arduino IDE paths similar to the variables in the https://github.com/sudar/Arduino-Makefile project?For my current Arduino IDE 1.6 on MacOS, these are:
I could add this feature to prevent this build error:
The text was updated successfully, but these errors were encountered: