On 26/12/17 16:33, Alexandros wrote:
load_object: Symbol "sync_phasor_tilde_setup" not found
There is a sync_phasor_tilde_setup() method in my code though. It's this:
void sync_phasor_tilde_setup(void)
Maybe this should be:
extern void sync_phasor_tilde_setup(void)
For Windows there may be other incantations necessary (?), but for your Linux it should be enough, if indeed the missing extern is the problem.