Hello,
I installed the Eclipse plugin, created a new Cute Project Suite inside my workspace (with one existing project, the one I want to write unit tests for), but I get more than 2K build errors, all of them like the following one:
/home/daniele/eclipse-workspace/Biscottest/cute/cute_equals.h:89:3: error: template with C linkage template <typename ExpectedValue, typename ActualValue, bool select_non_integral_type> ^~~~~~~~
I'm using GNU Make build with ARM GCC/G++ compiler (gcc-arm-none-eabi-6-2017-q4-major).
I guess it's something about project configuration, but I can't find what.
Regards,
Daniele