Does it make sense that there is a missing
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
around the symbols in c/src/lib/libcpu/powerpc/new-exceptions/bspsupport/vectors.h or is it expected that the C++ application wraps the #include <bsp/vectors.h> with this construct?
Thanks,
Ric