Hi Daniel,
I have a related issue, which I hope you can help with.
Using the MBDT, it is possible to build code and run it on the MPC5744P target directly from Simulink. However, when importing the generated source files into S32DS, any references to functions in the GMCLIB produce linker errors.
I notice in the Simulink coder output that the GMCLIB functions (e.g. GMCLIB_Clark_FLT), are not explicitly referenced in the header files of the code modules that call the functions, but the compiler accepts this - so it looks like they are treated implicitly as extern function types. However, the build process used by the Simulink autocoder can cope with this, but S32DS cannot. Can you recommend a way to allow successful linking in S32DS? Perhaps forcing Simulink to explicity include function prototypes for GMCLIB functions?
Thanks,
John.