'error compiling' message

I've tried searching this forum and a google search to my issue, but found none. Search on here surprisingly came up with nothing, kinda questioning that one.

Just got the yun and the first thing I did was update the firmware. It's looks like it took it ok and says that the current firmware is from 10-14-2014 on the login screen. But now I'm trying to upload a sketch, specifically the disk expander, but also tried some examples and they all end with messages like this 'error compiling' one:

Arduino: 1.5.8 (Windows 7), Board: "Arduino Yún"

Using library Bridge in folder: C:\Program Files (x86)\Arduino\libraries\Bridge

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=158 -DARDUINO_AVR_YUN -DARDUINO_ARCH_AVR -DUSB_VID=0x2341 -DUSB_PID=0x8041 -DUSB_MANUFACTURER= -DUSB_PRODUCT="Arduino Yun" -IC:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino -IC:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\yun -IC:\Program Files (x86)\Arduino\libraries\Bridge\src C:\Users\user\AppData\Local\Temp\build8055621991894258593.tmp\Bridge.cpp -o C:\Users\user\AppData\Local\Temp\build8055621991894258593.tmp\Bridge.cpp.o

Error compiling.

I tried compiling with Ubuntu, and it worked. (I originally had trouble installing the .tgz file and decided to use windows until I could get it going). So, compiling and uploading doesn't seem to work in windows 7 for me, don't know if that's a windows issue or just mine.