I'm currently working on a project to be implemented on a Xilinx Zedboard, using Simulink Embedded Coder methodology.
Now I have to build a block that connects to a database (via MySQL, using the C library). The problem is that I don't know how to specify the path for cross-compiling this simulink block after #include <mysql.h>
, in the S-function Builder.