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.

TM4C123GH6PM: Jenkins error in IAR

Part Number: TM4C123GH6PM

Hii

I'm using TIVA c-series board with IAR ide. I'm trying to write a program using API provided by TI but getting the following error. 

In the preprocessor option, I have included following files - 

C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.2\arm\CMSIS\Include
C:\TI-CMSIS-Devices-8636\TI\LM4F\Include
C:\ti\TivaWare_C_Series-2.1.4.178
C:\ti\TivaWare_C_Series-2.1.4.178\inc
C:\ti\TivaWare_C_Series-2.1.4.178\driverlib
C:\ti\TivaWare_C_Series-2.1.4.178\utils

defined symbols

PART_TM4C123GH6PM
TARGET_IS_TM4C123_RB1

and Linker-> library

C:\ti\TivaWare_C_Series-2.1.4.178\driverlib\ewarm\Exe\driverlib.a

can someone tell how can I resolve this issue?