Network UMP support in Zynthian is here

You can build the daemon either under CodeBlocks (using the .cbp file provided in the root) or using the makefile located in the jacknetumpd subfolder

In my case, I use NetBeans IDE to compile the daemon remotely on the Zynthian itself (but I think you can use directly the makefile from CLI, as NetBeans simply upload them and launch them remotely)

I have found the Makefile (I don’t know why it eluded me before) but it fails because it looks for ../../../../../SDK/beb/common_src/CThread.cpp which takes it beyond the root directory! I cloned the three repos into the root home directory on the zynthian and run make from command line whilst within the jacknetumpd/jacknetumpd directory.

Hi @riban

from your previous message, I assume you managed to compile the daemon. Am I right ?

By the way, I have updated the github to provide more detailed explanations about the process to compile the file. This may be helpful to others

Benoit

Nope! I can’t compile it. I get errors and am still not clear on the compile process.

I will try to create a makefile tomorrow. On your side, maybe you can ask to @jofemodo how he deals with the compilation for the Zynthian (as far as I know, he compiles the daemon locally, and does not use the compiled binary available on my Git)