I read a bunch of posts, so sorry if I missed the one I need.
Uno board and Yun complies worked fine before I upgraded to IDE 1.6.4 and VM 1505.10. Now, only the UNO works without error.
When I compile for the Yun, I get the error below:
Compiling 'YunWifiWorking' for 'Arduino Yún'
Build folder:
file:///C:/Users/xxx/AppData/Local/V.Micro/Arduino/Builds/YunWifiWorking/yun Summary: Header=1 Prototypes=4 Imports=3
Additional Defines:
Architecture Tools: C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/
Sketchbook: file:///C:/Users/xxx/Documents/Arduino
Core Include Paths
Include Path 'C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino'
Include Path 'C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\yun'
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -mmcu=atmega32u4 -DF_CPU=16000000L -DARDUINO=164 -DARDUINO_AVR_YUN -DARDUINO_ARCH_AVR -DUSB_VID=0x2341 -DUSB_PID=0x8041 -DUSB_MANUFACTURER="\"Unknown\"" -DUSB_PRODUCT="\"Arduino Yun\"" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino" -I"C:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\yun" king.cpp" -o king.cpp.o"
YunWifiWorking.ino:1:20: fatal error: Bridge.h: No such file or directory
Error compiling
It doesn't matter which Yun lib/header comes first, it will fail with same error. If I use IDE 1.6.4, it compiles fine.
In the 'Configure Ide Locations':
C:\Program Files (x86)\Arduino
I was think of removing 1.6.4 and just loading directly to c:\arduino
Any suggestions? Again, it worked before upgrade.
Thanks!