How to load GSL library in Simulink for C Caller?

5 visualizzazioni (ultimi 30 giorni)
I want to load in the Simulink C Caller block some functions that use the GSL library. How can I integrate this compiled library with C caller?
I could use the C caller with .c and .h but I don't know how to use with compile libraries like GSL (.lib .dll) Windows or (.a .so) Linux. I use Windows.

Risposta accettata

Mark McBroom
Mark McBroom il 27 Apr 2019
You should be able to do this by adding the name of your library to the "Libraries" tab of the Additional Build information dialog in Custom Code. I believe you will need to specify the full path to the library, similar to the syntax used in the link for specifying custom C code.

Più risposte (0)

Prodotti


Release

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by