On 5/20/23 09:14, IOhannes m zmölnig wrote:
Am 19. Mai 2023 21:39:52 MESZ schrieb Alexandre Torres Porres porres@gmail.com:
Hi, for a project with friends I'm gonna try and dig pd for freertos and esp32... so I wonder, how crazy would it be to compile externals for it, like quite simple ones coded in plain c, no great dependencies? thanks
Compiling: not very crazy, esp when using pd-lib-builder. Just get the toolchain and configure the compiler (CC, CXX,... variables)
actually: scrap that.
instead build your esp-pd with your "external" statically linked in (that is: add your external source file(s) to the Pd-sources, and initialize it with your wrapper code)
gasdmr IOhannes