Closed DrRob closed 7 months ago
Figured it out, at least enough to progress. I switched to using a checkout from github instead of the version that's included with the Arduino IDE, put /Users/rob/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino7/bin
in my $PATH, and removed ENV=arduino
from the command line.
Hi,
I'm trying to built Optiboot for an Arduno Pro Mini clone with a lower baud rate to see if that'll enable it to work over an RS485 serial connection (I get "avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xe0" – hints welcome if I'm barking up the wrong tree here...).
However, the instructions for "Building Optiboot in the Arduino IDE Install" don't work with the latest Arduino IDE 2.3.2 – the relative paths in
omake
are wrong, and I can't find anymake
under ~/Library/Arduino15, let alone the right one.The instructions also say if you have the developer tools installed you can use the Apple-supplied version of make, but:
Can someone give me some clues?
Thanks, Rob.