Arduino 1.5.5 compile error - libsam_sam3x8e_gcc_rel.a: No such file or director

Hello,
I'm new to arduino. I got a Due. I'm trying to compile and I get this error:

/usr/share/arduino/hardware/arduino/sam/variants/arduino_due_x/libsam_sam3x8e_gcc_rel.a /tmp/build8776088040572547177.tmp/core.a -Wl,--end-group
arm-none-eabi-g++: /usr/share/arduino/hardware/arduino/sam/variants/arduino_due_x/libsam_sam3x8e_gcc_rel.a: No such file or directory

I'm running arch-linux 64 bit. I believe I have all the necessary libraries..
Please let me know if you have any idea what I could be doing wrong,
Thanks,
L.

Entire log is attached.

log_arduino_1 (28.5 KB)

The problem was that I was using an Arduino application that didn't have the files for the Due board. I installed the latest arduino 1.5.5 and now it compiled fine. thanks.