Library error with compiling DUE

I am trying to compile a simple blink sketch on my Macbook Pro to my brand new DUE board.
The thrown error is:

In file included from /Users/al/Library/Arduino15/packages/arduino/hardware/sam/1.6.10/system/CMSIS/Device/ATMEL/sam.h:198:0,
from /Users/al/Library/Arduino15/packages/arduino/hardware/sam/1.6.10/system/libsam/chip.h:25,
from /Users/al/Library/Arduino15/packages/arduino/hardware/sam/1.6.10/cores/arduino/Arduino.h:42,
from sketch/Laser_Turret.ino.cpp:1:
/Users/al/Library/Arduino15/packages/arduino/hardware/sam/1.6.10/system/CMSIS/Device/ATMEL/sam3.h:59:37: fatal error: sam3xa/include/sam3xa.h: No such file or directory
#include "sam3xa/include/sam3xa.h"
^
compilation terminated.
exit status 1
Error compiling.

im only used to using arduino on PC and am unsure how to proceed

I'm getting the same error. Did you get it fixed?