simavr icon indicating copy to clipboard operation
simavr copied to clipboard

../examples/parts/obj-x86_64-apple-darwin16.6.0/libsimavrparts.a: No such file or directory

Open lynndylanhurley opened this issue 8 years ago • 3 comments

I ran the following commands (copied from the README):

brew tap osx-cross/avr
brew install --HEAD simavr

The install failed on this error.

Here are the last few lines for anyone else searching for this:

install: ../examples/parts/obj-x86_64-apple-darwin16.6.0/libsimavrparts.a: No such file or directory
make[1]: *** [install] Error 71
make: *** [install] Error 2

lynndylanhurley avatar Aug 09 '17 04:08 lynndylanhurley

This has been fixed by osx-cross/homebrew-avr#57

jacquesg avatar Aug 10 '17 18:08 jacquesg

Just tried to reinstall, now I'm seeing this error:

==> Installing simavr from osx-cross/avr
==> Cloning https://github.com/buserror/simavr.git
Updating /Users/lynnhurley/Library/Caches/Homebrew/simavr--git
==> Checking out branch master
==> make all HOMEBREW_PREFIX=/usr/local RELEASE=1
Last 15 lines from /Users/lynnhurley/Library/Logs/Homebrew/simavr/01.make:
CC ssd1306demo.c
error: unable to open output file 'obj-x86_64-apple-darwin16.7.0/ssd1306demo.o': 'No such file or directory'
1 error generated.
make[2]: *** [obj-x86_64-apple-darwin16.7.0/ssd1306demo.o] Error 1
make[2]: *** Waiting for unfinished jobs....
   1594	      0	   1024	   2618	    a3a	atmega32_ssd1306.axf
AVR-CC atmega168_timer_64led.c
CC timer_64led.c
error: unable to open output file 'obj-x86_64-apple-darwin16.7.0/timer_64led.o': 'No such file or directory'
1 error generated.
make[2]: *** [obj-x86_64-apple-darwin16.7.0/timer_64led.o] Error 1
make[2]: *** Waiting for unfinished jobs....
   1900	     20	     53	   1973	    7b5	atmega168_timer_64led.axf
make[1]: *** [all] Error 2
make: *** [build-examples] Error 2

lynndylanhurley avatar Aug 10 '17 18:08 lynndylanhurley

Correct, see #244

jacquesg avatar Aug 10 '17 19:08 jacquesg