Hello,
The IGF driver offered in S32DS for Power Architecture SDK 2.9.0 is missing the `extern "C"` qualifier around the function declarations. This results in a linker error when the IGF code is called from C++ code, as follows:
igf_application.cpp:106: undefined reference to `IGF_DRV_Init(unsigned long, igf_config_t const*)'
Please add the missing qualifier around this block.
Thank you, Dan
Hi Dan,
Thank your for your report. This one will add in rtm release.
Thanks and best regards
Cuong