The ad9631 drivers do not compile with C++, is there a C++ version of the ad9631 code ?
AD9631
Production
The AD9631/AD9632 are very high speed and wide bandwidth amplifiers. The AD9631 is unity gain stable. The AD9632 is stable at gains of 2 or greater. Using...
Datasheet
AD9631 on Analog.com
The ad9631 drivers do not compile with C++, is there a C++ version of the ad9631 code ?
Basically one of structures uses initializer not supported by C++ standard.
I fixed it by providing all structure field in initializer:
struct gain_table_info ad9361_adi_gt_info[] =