I am trying to create a Python extension module to enable control of the Nirscan Nano EVM from a Raspberry Pi 3, using the API from the source code of the DLP Nirscan Nano GUI.
I am having trouble, mainly with importing said module. When attempting to import the module, I recieve an error saying that "dlpspec_calib_write_data()" is an undefined symbol.
I was unable to figure out why this error occurs, but I wasn't sure if I was going to use the function anyway, so I commented it out.
This ended up producing an error saying that "_Z9USB_WritePv" is an undefined symbol.
I must have overlooked something, but am unable to figure out what it is.
Does anyone have an idea of what I missed?