Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 6 months ago.
RTOS Issue
Hello,
I updated my mbed-rtos library and now my code breaks with the following error at multiple locations in Thread.cpp:
Class "os_thread_def" has no member "tcb" *
I downloaded the rtos_mail example from the handbook and got the same errors.
Has anyone else seen and/or solved this issue?
Tom
1 Answer
8 years, 6 months ago.
Under the Compile tab, click Compile Macros and add __CMSIS_RTOS and __MBED_CMSIS_RTOS_CM. The latest revision has an updated version of the RTX kernel, and the online compiler hasn't been updated to include the new build macros yet.
Hi Tom, Just noticed this today myself as a fix change the revision of rtos to version 111 there has been two updates in the past 24Hours v112 and v113 that appear to break with same fault, hope this helps for now untill MBED can fix, Regards
posted by Martin Simpson 06 May 2016We will !
posted by Martin Kojtal 06 May 2016