Thanks. I did not run into the linked issue. I’ve complied libmonome and serialosc sucessfully on the may. I’ve also did some changes in the code and could excuse the bin files.
Only issue is the debugger so far.
Here is the output of gdb:
Reading symbols from serialosc-detector…(no debugging symbols found)…done.
(gdb)
When i type the run command I get an additional error:
(gdb) run
Starting program: /Users/taichber/Documents/Development/monome/serialosc_emulator/build/bin/serialosc-detector
Unable to find Mach task port for process-id 17264: (os/kern) failure (0x5).
(please check gdb is codesigned - see taskgated(8))
(gdb)
I will do some further investigation.