That project relies on some assembler files. Arduino currently doesn\'t support including assembler files from the main sketch. There used to be an easy fix to some of the java files to change the include and compile definitions, but I don\'t think that works anymore since around Arduino 1.0. However, Arduino can accept assembler files when they are included as part of a library. If you were to port the code to a library then include the library to the main sketch, you could get it to work.
At least, I think that is the problem here.