IGF driver in S32DS PA SDK 2.9.0 missing 'extern "C"' block

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

IGF driver in S32DS PA SDK 2.9.0 missing 'extern "C"' block

801 Views
dan_teodorescu
Contributor III

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

0 Kudos
2 Replies

698 Views
cuongnguyenvan
NXP Employee
NXP Employee

Hi Dan,

Thank your for your report. This one will add in rtm release.

Thanks and best regards

Cuong

0 Kudos

698 Views
jiri_kral
NXP Employee
NXP Employee

Hi Dan, 

thank you for report. I'll create bug ticket for that. 

Jiri 

0 Kudos