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.

Hwi warning messages - TM4C

Other Parts Discussed in Thread: TM4C123GH6PM, SYSBIOS

I'm getting the warning messages like the one below after defining an interrupt in the cfg file GUI.  If I remove the interrupt, then these messages go away.  I guess I must have done something wrong in the cfg, but I can't figure out what it is.  Can anyone help?

'Building file: ../EK_TM4C123GXL.c'
'Invoking: ARM Compiler'
"C:/ti_v6/ccsv6/tools/compiler/arm_5.1.5/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 --abi=eabi -me --include_path="C:/ti_v6/ccsv6/tools/compiler/arm_5.1.5/include" --include_path="C:/ti_v6/tirtos_tivac_2_01_00_03/products/TivaWare_C_Series-2.1.0.12573c" -g --gcc --define=PART_TM4C123GH6PM --define=ccs --define=TIVAWARE --display_error_number --diag_warning=225 --diag_wrap=off --gen_func_subsections=on --preproc_with_compile --preproc_dependency="EK_TM4C123GXL.pp" --cmd_file="./configPkg/compiler.opt" "../EK_TM4C123GXL.c"
"C:/ti_v6/tirtos_tivac_2_01_00_03/products/bios_6_40_03_39/packages/ti/sysbios/family/arm/m3/Hwi.h", line 1293: warning #48-D: incompatible redefinition of macro "Hwi_Instance" (declared at line 667 of "C:/ti_v6/tirtos_tivac_2_01_00_03/products/bios_6_40_03_39/packages/ti/sysbios/hal/Hwi.h")

The code is based on the "empty_min" project for the evaluation board.  The build output and the cfg file are available at:

8231.build.txt

2376.empty_min.cfg