Undefined reference to osMessageGet/Put from cmsis_os.h [STM32CubeIDE]
Hello everyone,
So I am currently following: https://www.youtube.com/watch?v=Iyc0vk4jG1E&list=PLnMKNibPkDnFeFV4eBfDQ9e5IrGL_dx1Q&index=14
I am using STM32CubeIDE with a Windows 10 machine.
I used the IDE to generate code for 1 queue, and 2 tasks.
I have been getting undefined reference errors for "osMessageGet" and "osMessagePut":

I have "#include "cmsis_os.h"" at the top of my "main.c", yet I am still continuing to get these errors.
Has anyone run into this problem before? I am confused as to why I am getting this error if I include the file properly, and the link to the header file is part of the path in my project configuration.
Thank you for your help!
-Augusto
