This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TI-RTOS on IAR not working

Other Parts Discussed in Thread: SYSBIOS

I have followed the basic tutorial to run TI-RTOS on IAR 7.40. I am able to run and import the example to the IAR compiler. But I am having the following problem with the "even_EK_TM4C1294CL_TI" example

This example works fine when run on the CCS compiler. but in IAR it shows following errors 

Error[Li005]: no definition for "ti_sysbios_knl_Event_construct" [referenced from L:\TiRTOS\ExampleOne\Debug\Obj\event.o]
Error[Li005]: no definition for "ti_sysbios_knl_Mailbox_construct" [referenced from L:\TiRTOS\ExampleOne\Debug\Obj\event.o]
...

...

When I checked the CCS compiler I found that during pre-compiling a file "event_pem4f.c" is created and in that file, the definition of above functions are written. But IAR does not create this file and shows error. 

How can this issue be solved? What I am not doing what is causing this issue?