The symbol NOT_AN_INTERRUPT is #defined in Arduino.h in other cores, and is used in various libraries, but it is missing here. This results in a compilation error for sketches using those libraries.
e.g. it is defined in the avr core at line 189 of Arduino.h
#define NOT_AN_INTERRUPT -1