|
|||||||||||
Technical Support Support Resources
Product Information |
RTX51 TINY: RTX Kernel not includedInformation in this article applies to:
QUESTIONI have created a new RTX51 TINY application, why does the linker not detect that I'm using the RTX TINY kernel? My program appears as follows:
ANSWERThe linker is not including the library because there are no calls to any of the RTX51 Tiny Library routines. It is not enough to just declare a task. You must also call at least one routine from the RTX51 Tiny library. To solve this problem, you may call the os_switch_task function. Then, the linker will automatically include the correct RTX51 run-time library for your application. For example:
MORE INFORMATION
Last Reviewed: Thursday, February 25, 2021 | ||||||||||
|
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.