2017-04-26 01:37 AM
The 'SPC560Bxx OSAL Component RLA' 1.0.201704140929 doesn't work with C++ since the extern 'C'-block isn't closed in osal.h and systimer.h
#spc5studio #c++Solved! Go to Solution.
2017-05-02 01:21 AM
Hi,
many thanks for the feedback. We'll fix this issue for next SPC5studio release.
meanwhile (but I think you have already did it) adding the following lines at the end of function declaration
in systimer,h and osal.h will let you compile without errors:
#ifdef __cplusplus
}#endif
Regards,
Procolo
2017-05-02 01:21 AM
Hi,
many thanks for the feedback. We'll fix this issue for next SPC5studio release.
meanwhile (but I think you have already did it) adding the following lines at the end of function declaration
in systimer,h and osal.h will let you compile without errors:
#ifdef __cplusplus
}#endif
Regards,
Procolo