Artemis SPI Library and AD7124-8

Hello, I’m in the process of transitioning a project that uses the ad7124 ADC on an arduino to the Artemis nano board. I’ve been using the Arduino library and examples found here:

https://github.com/epsilonrt/ad7124

It seems to be unable to compile due to an SPI conflict of some sort, and would appreciate any input on how to proceed.

When I try and compile for the Artemis nano, it returns the following for the full test example

Multiple libraries were found for "ad7124.h"
 Used: C:\Users\Vitas\Documents\Arduino\libraries\ad7124-master
Multiple libraries were found for "SPI.h"
 Used: C:\Users\Vitas\AppData\Local\Arduino15\packages\SparkFun\hardware\apollo3\1.0.17\libraries\SPI
exit status 1
invalid conversion from 'int' to 'Ad7124::RegisterId' [-fpermissive]