Closed fletchjeff closed 8 years ago
I have installed the current version of Stino, but when I run Verify/Compile, I get:
/Applications/arduino.app/Contents/Java/hardware/tools/avr/bin/avr-ar: {archive_file_path}: Permission denied
The file permissions for avr-ar are correct, and I can run it normally. Any ideas?
change
cmd = ar_cmd.replace('{object_file}', obj_path)
to
cmd = ar_cmd.replace('{archive_file_path}', core_archive_path) cmd = cmd.replace('{object_file}', obj_path)
I have installed the current version of Stino, but when I run Verify/Compile, I get:
/Applications/arduino.app/Contents/Java/hardware/tools/avr/bin/avr-ar: {archive_file_path}: Permission denied
The file permissions for avr-ar are correct, and I can run it normally. Any ideas?