C++ Link issue with XTimerCreate

ldobkin wrote on Wednesday, October 10, 2012:

I am programming in C++ using FreeRTOS. I am running into the linking issue (see below):

Linking
Error: no definition for “xTimerCreate” 
Error while running Linker

Total number of errors: 1
Total number of warnings: 0

Other function calls xTaskCreate, xTimerCreate, etc., are linking fine.

Please advise.

Thank you,
Larry

ldobkin wrote on Wednesday, October 10, 2012:

Correction:

Other function calls xTaskCreate, xQueueCreate, etc., are linking fine.

rtel wrote on Wednesday, October 10, 2012:

Do you have configUSE_TIMERS set to 1 in FreeRTOSConfig.h?

Regards.