Phil Gaudet
Phil Gaudet
I am having a similar problem using this library with a FEATHER M0/RFM69 BOARD ADAFRUIT PID:3176 for RTC and pin wakeups. The radio tries to send one packet and fails...
Thanks, it fixed my RFM69 problem too although Serial still stops working which, I guess, is a separate issue.
Jawher, OS X 10.9.5 Just installed CrossPack about a week ago ~ $ avr-gcc -v Using built-in specs. Target: avr Configured with: ./configure --target=avr --enable-languages=c,c++ --disable-nls --disable-libssp --prefix=/usr/local/staging.avr-gcc Thread model:...
Jawher, I changed the line that searches for the mcus to proc = subprocess.Popen('avr-gcc -Wa, --target-help', stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=True) and that fixed the problem. Now after getting through the wizard...
Jawher, Hmm. That�s because Crosspack put all the files in /usr/local/CrossPack-AVR-20131216/bin. And the old ones (4.1.1 etc) are in use/local/bin. So how do I get the Mac to look in...
Jawher, OK, I re-ordered the $PATH so that the CrossPack path comes before the use/local/bin instead of last. Now I get AVR-gcc version 4.8.1. So now I will try to...
Jawher, Well now when building in Xcode I get the following error: Cleaning project: rm -f Builds/main.hex sh: rm: command not found make: **\* [clean_list] Error 127 Command /Applications/Xcode.app/Contents/Developer/usr/bin/make failed...
Jawher, Why is it using a WinAVR makefile? It does not work on in Max OS X. I tried removing the SHELL definition and that got me to the next...
Jawher Well I dont know where it's getting the Win make file from. I was hoping you would know. Yes, when I create a new Xcode AVR project that's what...