buserror / simavr

simavr is a lean, mean and hackable AVR simulator for linux & OSX
GNU General Public License v3.0
1.56k stars 365 forks source link

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

Open lynndylanhurley opened 7 years ago

lynndylanhurley commented 7 years ago

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
jacquesg commented 7 years ago

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

lynndylanhurley commented 7 years ago

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
jacquesg commented 7 years ago

Correct, see #244