Tool/software: TI C/C++ Compiler
Hi there. So the problem I am haiving is that when I try to run the code I recieve an error
And for some reason my computer is not recognizing the launchpad. Does anyone know how to fix it?
This is my stack in the bottom.
C:/ti/ccs1011msp432/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccs1011msp432/ccs/ccs_base/arm/include" --include_path="C:/ti/Jalabre_new_workplace/Lab1/driverlib/MSP432P4xx" --include_path="C:/ti/ccs1011msp432/ccs/ccs_base/arm/include/CMSIS" --include_path="C:/ti/Jalabre_new_workplace/Lab1" --include_path="C:/ti/ccs1011msp432/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power=all --define=ccs --define=__MSP432E401Y__ -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="driverlib/MSP432P4xx/ref_a.d_raw" --obj_directory="driverlib/MSP432P4xx" "../driverlib/MSP432P4xx/ref_a.c"
>> Compilation failure
driverlib/MSP432P4xx/subdir_rules.mk:9: recipe for target 'driverlib/MSP432P4xx/ref_a.obj' failed
"C:/ti/ccs1011msp432/ccs/ccs_base/arm/include/CMSIS/core_cm4.h", line 2043: remark #1527-D: (ULP 2.1) Detected SW delay loop using __nop. Recommend using a timer module instead
"../driverlib/MSP432P4xx/ref_a.c", line 44: error #20: identifier "REF_A" is undefined
"../driverlib/MSP432P4xx/ref_a.c", line 44: error #20: identifier "REF_A_CTL0_VSEL_3" is undefined
"../driverlib/MSP432P4xx/ref_a.c", line 49: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/ref_a.c", line 49: error #20: identifier "REF_A" is undefined
"../driverlib/MSP432P4xx/ref_a.c", line 49: error #20: identifier "REF_A_CTL0_TCOFF_OFS" is undefined
"../driverlib/MSP432P4xx/ref_a.c", line 49: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/ref_a.c", line 54: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/ref_a.c", line 54: error #20: identifier "REF_A" is undefined
"../driverlib/MSP432P4xx/ref_a.c", line 54: error #20: identifier "REF_A_CTL0_TCOFF_OFS" is undefined
"../driverlib/MSP432P4xx/ref_a.c", line 54: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/ref_a.c", line 59: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/ref_a.c", line 59: error #20: identifier "REF_A" is undefined
"../driverlib/MSP432P4xx/ref_a.c", line 59: error #20: identifier "REF_A_CTL0_OUT_OFS" is undefined
"../driverlib/MSP432P4xx/ref_a.c", line 59: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/ref_a.c", line 64: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/ref_a.c", line 64: error #20: identifier "REF_A" is undefined
"../driverlib/MSP432P4xx/ref_a.c", line 64: error #20: identifier "REF_A_CTL0_OUT_OFS" is undefined
"../driverlib/MSP432P4xx/ref_a.c", line 64: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/ref_a.c", line 69: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/ref_a.c", line 69: error #20: identifier "REF_A" is undefined
"../driverlib/MSP432P4xx/ref_a.c", line 69: error #20: identifier "REF_A_CTL0_ON_OFS" is undefined
"../driverlib/MSP432P4xx/ref_a.c", line 69: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/ref_a.c", line 74: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/ref_a.c", line 74: error #20: identifier "REF_A" is undefined
"../driverlib/MSP432P4xx/ref_a.c", line 74: error #20: identifier "REF_A_CTL0_ON_OFS" is undefined
"../driverlib/MSP432P4xx/ref_a.c", line 74: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/ref_a.c", line 79: error #20: identifier "REF_A" is undefined
"../driverlib/MSP432P4xx/ref_a.c", line 79: error #20: identifier "REF_A_CTL0_BGMODE" is undefined
"../driverlib/MSP432P4xx/ref_a.c", line 84: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/ref_a.c", line 84: error #20: identifier "REF_A" is undefined
"../driverlib/MSP432P4xx/ref_a.c", line 84: error #20: identifier "REF_A_CTL0_BGACT_OFS" is undefined
"../driverlib/MSP432P4xx/ref_a.c", line 89: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/ref_a.c", line 89: error #20: identifier "REF_A" is undefined
"../driverlib/MSP432P4xx/ref_a.c", line 89: error #20: identifier "REF_A_CTL0_GENBUSY_OFS" is undefined
"../driverlib/MSP432P4xx/ref_a.c", line 94: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/ref_a.c", line 94: error #20: identifier "REF_A" is undefined
"../driverlib/MSP432P4xx/ref_a.c", line 94: error #20: identifier "REF_A_CTL0_GENACT_OFS" is undefined
"../driverlib/MSP432P4xx/ref_a.c", line 99: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/ref_a.c", line 99: error #20: identifier "REF_A" is undefined
"../driverlib/MSP432P4xx/ref_a.c", line 99: error #20: identifier "REF_A_CTL0_BGRDY_OFS" is undefined
"../driverlib/MSP432P4xx/ref_a.c", line 104: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/ref_a.c", line 104: error #20: identifier "REF_A" is undefined
"../driverlib/MSP432P4xx/ref_a.c", line 104: error #20: identifier "REF_A_CTL0_GENRDY_OFS" is undefined
"../driverlib/MSP432P4xx/ref_a.c", line 109: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/ref_a.c", line 109: error #20: identifier "REF_A" is undefined
"../driverlib/MSP432P4xx/ref_a.c", line 109: error #20: identifier "REF_A_CTL0_GENOT_OFS" is undefined
"../driverlib/MSP432P4xx/ref_a.c", line 109: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/ref_a.c", line 114: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/ref_a.c", line 114: error #20: identifier "REF_A" is undefined
"../driverlib/MSP432P4xx/ref_a.c", line 114: error #20: identifier "REF_A_CTL0_BGOT_OFS" is undefined
"../driverlib/MSP432P4xx/ref_a.c", line 114: error #138: expression must be a modifiable lvalue
38 errors detected in the compilation of "../driverlib/MSP432P4xx/ref_a.c".
gmake: *** [driverlib/MSP432P4xx/ref_a.obj] Error 1
Building file: "../driverlib/MSP432P4xx/reset.c"
Invoking: ARM Compiler
"C:/ti/ccs1011msp432/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccs1011msp432/ccs/ccs_base/arm/include" --include_path="C:/ti/Jalabre_new_workplace/Lab1/driverlib/MSP432P4xx" --include_path="C:/ti/ccs1011msp432/ccs/ccs_base/arm/include/CMSIS" --include_path="C:/ti/Jalabre_new_workplace/Lab1" --include_path="C:/ti/ccs1011msp432/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power=all --define=ccs --define=__MSP432E401Y__ -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="driverlib/MSP432P4xx/reset.d_raw" --obj_directory="driverlib/MSP432P4xx" "../driverlib/MSP432P4xx/reset.c"
>> Compilation failure
driverlib/MSP432P4xx/subdir_rules.mk:9: recipe for target 'driverlib/MSP432P4xx/reset.obj' failed
"C:/ti/ccs1011msp432/ccs/ccs_base/arm/include/CMSIS/core_cm4.h", line 2043: remark #1527-D: (ULP 2.1) Detected SW delay loop using __nop. Recommend using a timer module instead
"../driverlib/MSP432P4xx/reset.c", line 42: error #20: identifier "RSTCTL" is undefined
"../driverlib/MSP432P4xx/reset.c", line 42: error #20: identifier "RSTCTL_RESET_REQ_SOFT_REQ" is undefined
"../driverlib/MSP432P4xx/reset.c", line 47: error #20: identifier "RSTCTL" is undefined
"../driverlib/MSP432P4xx/reset.c", line 52: error #20: identifier "RSTCTL" is undefined
"../driverlib/MSP432P4xx/reset.c", line 57: error #20: identifier "RSTCTL" is undefined
"../driverlib/MSP432P4xx/reset.c", line 62: error #20: identifier "RSTCTL" is undefined
"../driverlib/MSP432P4xx/reset.c", line 62: error #20: identifier "RSTCTL_RESET_REQ_HARD_REQ" is undefined
"../driverlib/MSP432P4xx/reset.c", line 67: error #20: identifier "RSTCTL" is undefined
"../driverlib/MSP432P4xx/reset.c", line 72: error #20: identifier "RSTCTL" is undefined
"../driverlib/MSP432P4xx/reset.c", line 77: error #20: identifier "RSTCTL" is undefined
"../driverlib/MSP432P4xx/reset.c", line 82: error #20: identifier "RSTCTL" is undefined
"../driverlib/MSP432P4xx/reset.c", line 87: error #20: identifier "RSTCTL" is undefined
"../driverlib/MSP432P4xx/reset.c", line 87: error #20: identifier "RSTCTL_PSSRESET_CLR_CLR" is undefined
"../driverlib/MSP432P4xx/reset.c", line 92: error #20: identifier "RSTCTL" is undefined
"../driverlib/MSP432P4xx/reset.c", line 97: error #20: identifier "RSTCTL" is undefined
"../driverlib/MSP432P4xx/reset.c", line 97: error #20: identifier "RSTCTL_PCMRESET_CLR_CLR" is undefined
16 errors detected in the compilation of "../driverlib/MSP432P4xx/reset.c".
gmake: *** [driverlib/MSP432P4xx/reset.obj] Error 1
Building file: "../driverlib/MSP432P4xx/rtc_c.c"
Invoking: ARM Compiler
"C:/ti/ccs1011msp432/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccs1011msp432/ccs/ccs_base/arm/include" --include_path="C:/ti/Jalabre_new_workplace/Lab1/driverlib/MSP432P4xx" --include_path="C:/ti/ccs1011msp432/ccs/ccs_base/arm/include/CMSIS" --include_path="C:/ti/Jalabre_new_workplace/Lab1" --include_path="C:/ti/ccs1011msp432/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power=all --define=ccs --define=__MSP432E401Y__ -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="driverlib/MSP432P4xx/rtc_c.d_raw" --obj_directory="driverlib/MSP432P4xx" "../driverlib/MSP432P4xx/rtc_c.c"
>> Compilation failure
driverlib/MSP432P4xx/subdir_rules.mk:9: recipe for target 'driverlib/MSP432P4xx/rtc_c.obj' failed
"C:/ti/ccs1011msp432/ccs/ccs_base/arm/include/CMSIS/core_cm4.h", line 2043: remark #1527-D: (ULP 2.1) Detected SW delay loop using __nop. Recommend using a timer module instead
"../driverlib/MSP432P4xx/rtc_c.c", line 44: error #20: identifier "RTC_C" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 44: error #20: identifier "RTC_C_CTL0_KEY_MASK" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 44: error #20: identifier "RTC_C_KEY" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 45: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/rtc_c.c", line 45: error #20: identifier "RTC_C_CTL13_HOLD_OFS" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 45: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/rtc_c.c", line 46: error #20: identifier "RTC_C_CTL0_KEY_OFS" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 46: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/rtc_c.c", line 51: error #20: identifier "RTC_C" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 51: error #20: identifier "RTC_C_CTL0_KEY_MASK" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 51: error #20: identifier "RTC_C_KEY" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 52: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/rtc_c.c", line 52: error #20: identifier "RTC_C_CTL13_HOLD_OFS" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 52: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/rtc_c.c", line 53: error #20: identifier "RTC_C_CTL0_KEY_OFS" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 53: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/rtc_c.c", line 58: error #20: identifier "RTC_C" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 58: error #20: identifier "RTC_C_CTL0_KEY_MASK" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 58: error #20: identifier "RTC_C_KEY" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 59: error #20: identifier "RTC_C_CTL13_CALF_3" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 60: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/rtc_c.c", line 60: error #20: identifier "RTC_C_CTL0_KEY_OFS" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 60: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/rtc_c.c", line 66: error #20: identifier "RTC_C" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 66: error #20: identifier "RTC_C_CTL0_KEY_MASK" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 66: error #20: identifier "RTC_C_KEY" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 68: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/rtc_c.c", line 68: error #20: identifier "RTC_C_CTL0_KEY_OFS" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 68: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/rtc_c.c", line 74: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/rtc_c.c", line 74: error #20: identifier "RTC_C" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 74: error #20: identifier "RTC_C_TCMP_TCRDY_OFS" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 79: error #20: identifier "RTC_C_TCMP_TCOK_OFS" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 74: remark #1527-D: (ULP 2.1) Detected SW delay loop using empty loop. Recommend using a timer module instead
"../driverlib/MSP432P4xx/rtc_c.c", line 88: error #20: identifier "RTC_C" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 88: error #20: identifier "RTC_C_CTL0_KEY_MASK" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 88: error #20: identifier "RTC_C_KEY" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 90: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/rtc_c.c", line 90: error #20: identifier "RTC_C_CTL13_HOLD_OFS" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 90: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/rtc_c.c", line 93: error #20: identifier "RTC_C_CTL13_BCD_OFS" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 93: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/rtc_c.c", line 95: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/rtc_c.c", line 97: error #20: identifier "RTC_C_TIM0_MIN_OFS" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 98: error #20: identifier "RTC_C_TIM1_DOW_OFS" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 99: error #20: identifier "RTC_C_DATE_MON_OFS" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 102: error #20: identifier "RTC_C_CTL0_KEY_OFS" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 102: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/rtc_c.c", line 109: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/rtc_c.c", line 109: error #20: identifier "RTC_C" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 109: error #20: identifier "RTC_C_CTL13_RDY_OFS" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 112: error #20: identifier "RTC_C_TIM0_SEC_MASK" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 113: error #20: identifier "RTC_C_TIM0_MIN_MASK" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 113: error #20: identifier "RTC_C_TIM0_MIN_OFS" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 114: error #20: identifier "RTC_C_TIM1_HOUR_MASK" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 115: error #20: identifier "RTC_C_TIM1_DOW_MASK" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 115: error #20: identifier "RTC_C_TIM1_DOW_OFS" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 116: error #20: identifier "RTC_C_DATE_DAY_MASK" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 117: error #20: identifier "RTC_C_DATE_MON_MASK" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 117: error #20: identifier "RTC_C_DATE_MON_OFS" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 109: remark #1527-D: (ULP 2.1) Detected SW delay loop using empty loop. Recommend using a timer module instead
"../driverlib/MSP432P4xx/rtc_c.c", line 128: error #20: identifier "RTC_C" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 134: error #20: identifier "RTC_C" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 134: error #20: identifier "RTC_C_CTL0_KEY_MASK" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 134: error #20: identifier "RTC_C_KEY" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 135: error #20: identifier "RTC_C_CTL13_TEV_3" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 136: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/rtc_c.c", line 136: error #20: identifier "RTC_C_CTL0_KEY_OFS" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 136: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/rtc_c.c", line 142: error #20: identifier "RTC_C" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 142: error #20: identifier "RTC_C_PS0CTL_RT0IP_7" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 151: error #20: identifier "RTC_C" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 151: error #20: identifier "RTC_C_PS_RT0PS_MASK" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 154: error #20: identifier "RTC_C" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 154: error #20: identifier "RTC_C_PS_RT1PS_MASK" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 154: error #20: identifier "RTC_C_PS_RT1PS_OFS" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 164: error #20: identifier "RTC_C" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 164: error #20: identifier "RTC_C_CTL0_KEY_MASK" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 164: error #20: identifier "RTC_C_KEY" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 168: error #20: identifier "RTC_C_PS_RT0PS_MASK" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 171: error #20: identifier "RTC_C_PS_RT1PS_MASK" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 172: error #20: identifier "RTC_C_PS_RT1PS_OFS" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 175: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/rtc_c.c", line 175: error #20: identifier "RTC_C_CTL0_KEY_OFS" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 175: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/rtc_c.c", line 180: error #20: identifier "RTC_C" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 186: error #20: identifier "RTC_C" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 192: error #20: identifier "RTC_C_CTL0_OFIE" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 192: error #20: identifier "RTC_C_CTL0_TEVIE" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 192: error #20: identifier "RTC_C_CTL0_AIE" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 193: error #20: identifier "RTC_C_CTL0_RDYIE" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 195: error #20: identifier "RTC_C" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 195: error #20: identifier "RTC_C_KEY" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 198: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/rtc_c.c", line 198: error #20: identifier "RTC_C_CTL0_KEY_OFS" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 198: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/rtc_c.c", line 203: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/rtc_c.c", line 203: error #20: identifier "RTC_C" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 203: error #20: identifier "RTC_C_PS0CTL_RT0PSIE_OFS" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 203: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/rtc_c.c", line 208: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/rtc_c.c", line 208: error #20: identifier "RTC_C" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 208: error #20: identifier "RTC_C_PS1CTL_RT1PSIE_OFS" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 208: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/rtc_c.c", line 214: error #20: identifier "RTC_C_CTL0_OFIE" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 214: error #20: identifier "RTC_C_CTL0_TEVIE" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 214: error #20: identifier "RTC_C_CTL0_AIE" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 215: error #20: identifier "RTC_C_CTL0_RDYIE" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 217: error #20: identifier "RTC_C" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 217: error #20: identifier "RTC_C_KEY" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 218: error #20: identifier "RTC_C_CTL0_KEY_MASK" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 221: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/rtc_c.c", line 221: error #20: identifier "RTC_C_CTL0_KEY_OFS" is undefined
"../driverlib/MSP432P4xx/rtc_c.c", line 221: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/rtc_c.c", line 226: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/rtc_c.c", line 226: error #20: identifier "RTC_C" is undefined
Error limit reached.
100 errors detected in the compilation of "../driverlib/MSP432P4xx/rtc_c.c".
Compilation terminated.
gmake: *** [driverlib/MSP432P4xx/rtc_c.obj] Error 1
Building file: "../driverlib/MSP432P4xx/spi.c"
Invoking: ARM Compiler
"C:/ti/ccs1011msp432/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccs1011msp432/ccs/ccs_base/arm/include" --include_path="C:/ti/Jalabre_new_workplace/Lab1/driverlib/MSP432P4xx" --include_path="C:/ti/ccs1011msp432/ccs/ccs_base/arm/include/CMSIS" --include_path="C:/ti/Jalabre_new_workplace/Lab1" --include_path="C:/ti/ccs1011msp432/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power=all --define=ccs --define=__MSP432E401Y__ -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="driverlib/MSP432P4xx/spi.d_raw" --obj_directory="driverlib/MSP432P4xx" "../driverlib/MSP432P4xx/spi.c"
>> Compilation failure
driverlib/MSP432P4xx/subdir_rules.mk:9: recipe for target 'driverlib/MSP432P4xx/spi.obj' failed
"C:/ti/ccs1011msp432/ccs/ccs_base/arm/include/CMSIS/core_cm4.h", line 2043: remark #1527-D: (ULP 2.1) Detected SW delay loop using __nop. Recommend using a timer module instead
"../driverlib/MSP432P4xx/spi.c", line 44: error #20: identifier "EUSCI_A0_BASE" is undefined
"../driverlib/MSP432P4xx/spi.c", line 44: error #20: identifier "EUSCI_A1_BASE" is undefined
"../driverlib/MSP432P4xx/spi.c", line 97: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/spi.c", line 97: error #20: identifier "EUSCI_B_Type" is undefined
"../driverlib/MSP432P4xx/spi.c", line 97: error #29: expected an expression
"../driverlib/MSP432P4xx/spi.c", line 97: error #18: expected a ")"
"../driverlib/MSP432P4xx/spi.c", line 97: error #20: identifier "EUSCI_A_CTLW0_SWRST_OFS" is undefined
"../driverlib/MSP432P4xx/spi.c", line 97: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/spi.c", line 106: error #20: identifier "EUSCI_A_Type" is undefined
"../driverlib/MSP432P4xx/spi.c", line 106: error #29: expected an expression
"../driverlib/MSP432P4xx/spi.c", line 106: error #18: expected a ")"
"../driverlib/MSP432P4xx/spi.c", line 107: error #29: expected an expression
"../driverlib/MSP432P4xx/spi.c", line 107: error #18: expected a ")"
"../driverlib/MSP432P4xx/spi.c", line 108: error #20: identifier "EUSCI_A_CTLW0_SSEL_MASK" is undefined
"../driverlib/MSP432P4xx/spi.c", line 108: error #20: identifier "EUSCI_A_CTLW0_CKPH" is undefined
"../driverlib/MSP432P4xx/spi.c", line 108: error #20: identifier "EUSCI_A_CTLW0_CKPL" is undefined
"../driverlib/MSP432P4xx/spi.c", line 108: error #20: identifier "EUSCI_A_CTLW0_SEVENBIT" is undefined
"../driverlib/MSP432P4xx/spi.c", line 108: error #20: identifier "EUSCI_A_CTLW0_MSB" is undefined
"../driverlib/MSP432P4xx/spi.c", line 108: error #20: identifier "EUSCI_A_CTLW0_MST" is undefined
"../driverlib/MSP432P4xx/spi.c", line 109: error #20: identifier "EUSCI_A_CTLW0_MODE_3" is undefined
"../driverlib/MSP432P4xx/spi.c", line 109: error #20: identifier "EUSCI_A_CTLW0_SYNC" is undefined
"../driverlib/MSP432P4xx/spi.c", line 114: error #29: expected an expression
"../driverlib/MSP432P4xx/spi.c", line 114: error #18: expected a ")"
"../driverlib/MSP432P4xx/spi.c", line 119: error #29: expected an expression
"../driverlib/MSP432P4xx/spi.c", line 119: error #18: expected a ")"
"../driverlib/MSP432P4xx/spi.c", line 153: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/spi.c", line 153: error #20: identifier "EUSCI_B_Type" is undefined
"../driverlib/MSP432P4xx/spi.c", line 153: error #29: expected an expression
"../driverlib/MSP432P4xx/spi.c", line 153: error #18: expected a ")"
"../driverlib/MSP432P4xx/spi.c", line 153: error #20: identifier "EUSCI_A_CTLW0_SWRST_OFS" is undefined
"../driverlib/MSP432P4xx/spi.c", line 153: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/spi.c", line 162: error #29: expected an expression
"../driverlib/MSP432P4xx/spi.c", line 162: error #18: expected a ")"
"../driverlib/MSP432P4xx/spi.c", line 163: error #29: expected an expression
"../driverlib/MSP432P4xx/spi.c", line 163: error #18: expected a ")"
"../driverlib/MSP432P4xx/spi.c", line 164: error #20: identifier "EUSCI_A_CTLW0_SSEL_MASK" is undefined
"../driverlib/MSP432P4xx/spi.c", line 164: error #20: identifier "EUSCI_A_CTLW0_CKPH" is undefined
"../driverlib/MSP432P4xx/spi.c", line 164: error #20: identifier "EUSCI_A_CTLW0_CKPL" is undefined
"../driverlib/MSP432P4xx/spi.c", line 164: error #20: identifier "EUSCI_A_CTLW0_SEVENBIT" is undefined
"../driverlib/MSP432P4xx/spi.c", line 164: error #20: identifier "EUSCI_A_CTLW0_MSB" is undefined
"../driverlib/MSP432P4xx/spi.c", line 164: error #20: identifier "EUSCI_A_CTLW0_MST" is undefined
"../driverlib/MSP432P4xx/spi.c", line 165: error #20: identifier "EUSCI_A_CTLW0_MODE_3" is undefined
"../driverlib/MSP432P4xx/spi.c", line 165: error #20: identifier "EUSCI_A_CTLW0_SYNC" is undefined
"../driverlib/MSP432P4xx/spi.c", line 170: error #29: expected an expression
"../driverlib/MSP432P4xx/spi.c", line 170: error #18: expected a ")"
"../driverlib/MSP432P4xx/spi.c", line 237: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/spi.c", line 237: error #20: identifier "EUSCI_A_Type" is undefined
"../driverlib/MSP432P4xx/spi.c", line 237: error #29: expected an expression
"../driverlib/MSP432P4xx/spi.c", line 237: error #18: expected a ")"
"../driverlib/MSP432P4xx/spi.c", line 237: error #20: identifier "EUSCI_A_CTLW0_SWRST_OFS" is undefined
"../driverlib/MSP432P4xx/spi.c", line 237: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/spi.c", line 240: error #29: expected an expression
"../driverlib/MSP432P4xx/spi.c", line 240: error #18: expected a ")"
"../driverlib/MSP432P4xx/spi.c", line 241: error #29: expected an expression
"../driverlib/MSP432P4xx/spi.c", line 241: error #18: expected a ")"
"../driverlib/MSP432P4xx/spi.c", line 242: error #20: identifier "EUSCI_A_CTLW0_MSB" is undefined
"../driverlib/MSP432P4xx/spi.c", line 242: error #20: identifier "EUSCI_A_CTLW0_SEVENBIT" is undefined
"../driverlib/MSP432P4xx/spi.c", line 242: error #20: identifier "EUSCI_A_CTLW0_MST" is undefined
"../driverlib/MSP432P4xx/spi.c", line 242: error #20: identifier "EUSCI_A_CTLW0_CKPL" is undefined
"../driverlib/MSP432P4xx/spi.c", line 242: error #20: identifier "EUSCI_A_CTLW0_CKPH" is undefined
"../driverlib/MSP432P4xx/spi.c", line 242: error #20: identifier "EUSCI_A_CTLW0_MODE_3" is undefined
"../driverlib/MSP432P4xx/spi.c", line 244: error #20: identifier "EUSCI_A_CTLW0_SYNC" is undefined
"../driverlib/MSP432P4xx/spi.c", line 273: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/spi.c", line 273: error #20: identifier "EUSCI_B_Type" is undefined
"../driverlib/MSP432P4xx/spi.c", line 273: error #29: expected an expression
"../driverlib/MSP432P4xx/spi.c", line 273: error #18: expected a ")"
"../driverlib/MSP432P4xx/spi.c", line 273: error #20: identifier "EUSCI_A_CTLW0_SWRST_OFS" is undefined
"../driverlib/MSP432P4xx/spi.c", line 273: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/spi.c", line 276: error #29: expected an expression
"../driverlib/MSP432P4xx/spi.c", line 276: error #18: expected a ")"
"../driverlib/MSP432P4xx/spi.c", line 277: error #29: expected an expression
"../driverlib/MSP432P4xx/spi.c", line 277: error #18: expected a ")"
"../driverlib/MSP432P4xx/spi.c", line 278: error #20: identifier "EUSCI_A_CTLW0_MSB" is undefined
"../driverlib/MSP432P4xx/spi.c", line 278: error #20: identifier "EUSCI_A_CTLW0_SEVENBIT" is undefined
"../driverlib/MSP432P4xx/spi.c", line 278: error #20: identifier "EUSCI_A_CTLW0_MST" is undefined
"../driverlib/MSP432P4xx/spi.c", line 278: error #20: identifier "EUSCI_A_CTLW0_CKPL" is undefined
"../driverlib/MSP432P4xx/spi.c", line 278: error #20: identifier "EUSCI_A_CTLW0_CKPH" is undefined
"../driverlib/MSP432P4xx/spi.c", line 278: error #20: identifier "EUSCI_A_CTLW0_MODE_3" is undefined
"../driverlib/MSP432P4xx/spi.c", line 280: error #20: identifier "EUSCI_A_CTLW0_SYNC" is undefined
"../driverlib/MSP432P4xx/spi.c", line 427: error #20: identifier "EUSCI_B__TXIE" is undefined
"../driverlib/MSP432P4xx/spi.c", line 427: error #20: identifier "EUSCI_B__RXIE" is undefined
"../driverlib/MSP432P4xx/spi.c", line 428: error #20: identifier "EUSCI_A_Type" is undefined
"../driverlib/MSP432P4xx/spi.c", line 428: error #29: expected an expression
"../driverlib/MSP432P4xx/spi.c", line 428: error #18: expected a ")"
"../driverlib/MSP432P4xx/spi.c", line 433: error #20: identifier "EUSCI_B__TXIE" is undefined
"../driverlib/MSP432P4xx/spi.c", line 433: error #20: identifier "EUSCI_B__RXIE" is undefined
"../driverlib/MSP432P4xx/spi.c", line 434: error #20: identifier "EUSCI_B_Type" is undefined
"../driverlib/MSP432P4xx/spi.c", line 434: error #29: expected an expression
"../driverlib/MSP432P4xx/spi.c", line 434: error #18: expected a ")"
"../driverlib/MSP432P4xx/spi.c", line 455: error #20: identifier "EUSCI_A0_BASE" is undefined
"../driverlib/MSP432P4xx/spi.c", line 459: error #20: identifier "EUSCI_A1_BASE" is undefined
"../driverlib/MSP432P4xx/spi.c", line 475: error #20: identifier "EUSCI_B0_BASE" is undefined
"../driverlib/MSP432P4xx/spi.c", line 479: error #20: identifier "EUSCI_B1_BASE" is undefined
"../driverlib/MSP432P4xx/spi.c", line 504: error #20: identifier "EUSCI_A0_BASE" is undefined
"../driverlib/MSP432P4xx/spi.c", line 508: error #20: identifier "EUSCI_A1_BASE" is undefined
"../driverlib/MSP432P4xx/spi.c", line 524: error #20: identifier "EUSCI_B0_BASE" is undefined
"../driverlib/MSP432P4xx/spi.c", line 528: error #20: identifier "EUSCI_B1_BASE" is undefined
"../driverlib/MSP432P4xx/spi.c", line 579: error #20: identifier "EUSCI_B_Type" is undefined
"../driverlib/MSP432P4xx/spi.c", line 579: error #29: expected an expression
"../driverlib/MSP432P4xx/spi.c", line 579: error #18: expected a ")"
"../driverlib/MSP432P4xx/spi.c", line 579: error #29: expected an expression
"../driverlib/MSP432P4xx/spi.c", line 579: error #18: expected a ")"
"../driverlib/MSP432P4xx/spi.c", line 580: error #20: identifier "EUSCI_B_CTLW0_STEM" is undefined
"../driverlib/MSP432P4xx/spi.c", line 601: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/spi.c", line 601: error #20: identifier "EUSCI_B_Type" is undefined
Error limit reached.
100 errors detected in the compilation of "../driverlib/MSP432P4xx/spi.c".
Compilation terminated.
gmake: *** [driverlib/MSP432P4xx/spi.obj] Error 1
Building file: "../driverlib/MSP432P4xx/sysctl.c"
Invoking: ARM Compiler
"C:/ti/ccs1011msp432/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccs1011msp432/ccs/ccs_base/arm/include" --include_path="C:/ti/Jalabre_new_workplace/Lab1/driverlib/MSP432P4xx" --include_path="C:/ti/ccs1011msp432/ccs/ccs_base/arm/include/CMSIS" --include_path="C:/ti/Jalabre_new_workplace/Lab1" --include_path="C:/ti/ccs1011msp432/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power=all --define=ccs --define=__MSP432E401Y__ -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="driverlib/MSP432P4xx/sysctl.d_raw" --obj_directory="driverlib/MSP432P4xx" "../driverlib/MSP432P4xx/sysctl.c"
>> Compilation failure
driverlib/MSP432P4xx/subdir_rules.mk:9: recipe for target 'driverlib/MSP432P4xx/sysctl.obj' failed
"C:/ti/ccs1011msp432/ccs/ccs_base/arm/include/CMSIS/core_cm4.h", line 2043: remark #1527-D: (ULP 2.1) Detected SW delay loop using __nop. Recommend using a timer module instead
"../driverlib/MSP432P4xx/sysctl.c", line 129: error #137: struct "<unnamed>" has no field "SRAM_SIZE"
"../driverlib/MSP432P4xx/sysctl.c", line 134: error #137: struct "<unnamed>" has no field "FLASH_SIZE"
"../driverlib/MSP432P4xx/sysctl.c", line 139: error #137: struct "<unnamed>" has no field "NMI_CTLSTAT"
"../driverlib/MSP432P4xx/sysctl.c", line 144: error #137: struct "<unnamed>" has no field "NMI_CTLSTAT"
"../driverlib/MSP432P4xx/sysctl.c", line 149: error #137: struct "<unnamed>" has no field "NMI_CTLSTAT"
"../driverlib/MSP432P4xx/sysctl.c", line 157: error #137: struct "<unnamed>" has no field "SRAM_BANKEN"
"../driverlib/MSP432P4xx/sysctl.c", line 157: error #20: identifier "SYSCTL_SRAM_BANKEN_SRAM_RDY" is undefined
"../driverlib/MSP432P4xx/sysctl.c", line 160: error #137: struct "<unnamed>" has no field "SRAM_BANKEN"
"../driverlib/MSP432P4xx/sysctl.c", line 160: error #20: identifier "SYSCTL_SRAM_BANKEN_BNK0_EN" is undefined
"../driverlib/MSP432P4xx/sysctl.c", line 157: remark #1527-D: (ULP 2.1) Detected SW delay loop using empty loop. Recommend using a timer module instead
"../driverlib/MSP432P4xx/sysctl.c", line 168: error #137: struct "<unnamed>" has no field "SRAM_BANKEN"
"../driverlib/MSP432P4xx/sysctl.c", line 168: error #20: identifier "SYSCTL_SRAM_BANKEN_SRAM_RDY" is undefined
"../driverlib/MSP432P4xx/sysctl.c", line 173: error #20: identifier "SYSCTL_SRAM_BANKEN_BNK7_EN" is undefined
"../driverlib/MSP432P4xx/sysctl.c", line 174: error #20: identifier "SYSCTL_SRAM_BANKEN_BNK6_EN" is undefined
"../driverlib/MSP432P4xx/sysctl.c", line 174: error #20: identifier "SYSCTL_SRAM_BANKEN_BNK5_EN" is undefined
"../driverlib/MSP432P4xx/sysctl.c", line 174: error #20: identifier "SYSCTL_SRAM_BANKEN_BNK4_EN" is undefined
"../driverlib/MSP432P4xx/sysctl.c", line 175: error #20: identifier "SYSCTL_SRAM_BANKEN_BNK3_EN" is undefined
"../driverlib/MSP432P4xx/sysctl.c", line 175: error #20: identifier "SYSCTL_SRAM_BANKEN_BNK2_EN" is undefined
"../driverlib/MSP432P4xx/sysctl.c", line 176: error #20: identifier "SYSCTL_SRAM_BANKEN_BNK1_EN" is undefined
"../driverlib/MSP432P4xx/sysctl.c", line 204: warning #112-D: statement is unreachable
"../driverlib/MSP432P4xx/sysctl.c", line 204: error #137: struct "<unnamed>" has no field "SRAM_BANKEN"
"../driverlib/MSP432P4xx/sysctl.c", line 204: error #20: identifier "SYSCTL_SRAM_BANKEN_BNK0_EN" is undefined
"../driverlib/MSP432P4xx/sysctl.c", line 168: remark #1527-D: (ULP 2.1) Detected SW delay loop using empty loop. Recommend using a timer module instead
"../driverlib/MSP432P4xx/sysctl.c", line 212: error #137: struct "<unnamed>" has no field "SRAM_BANKRET"
"../driverlib/MSP432P4xx/sysctl.c", line 212: error #20: identifier "SYSCTL_SRAM_BANKRET_SRAM_RDY" is undefined
"../driverlib/MSP432P4xx/sysctl.c", line 215: error #137: struct "<unnamed>" has no field "SRAM_BANKRET"
"../driverlib/MSP432P4xx/sysctl.c", line 212: remark #1527-D: (ULP 2.1) Detected SW delay loop using empty loop. Recommend using a timer module instead
"../driverlib/MSP432P4xx/sysctl.c", line 223: error #137: struct "<unnamed>" has no field "SRAM_BANKRET"
"../driverlib/MSP432P4xx/sysctl.c", line 223: error #20: identifier "SYSCTL_SRAM_BANKRET_SRAM_RDY" is undefined
"../driverlib/MSP432P4xx/sysctl.c", line 226: error #137: struct "<unnamed>" has no field "SRAM_BANKRET"
"../driverlib/MSP432P4xx/sysctl.c", line 223: remark #1527-D: (ULP 2.1) Detected SW delay loop using empty loop. Recommend using a timer module instead
"../driverlib/MSP432P4xx/sysctl.c", line 231: error #137: struct "<unnamed>" has no field "REBOOT_CTL"
"../driverlib/MSP432P4xx/sysctl.c", line 231: error #20: identifier "SYSCTL_REBOOT_CTL_REBOOT" is undefined
"../driverlib/MSP432P4xx/sysctl.c", line 237: error #137: struct "<unnamed>" has no field "PERIHALT_CTL"
"../driverlib/MSP432P4xx/sysctl.c", line 243: error #137: struct "<unnamed>" has no field "PERIHALT_CTL"
"../driverlib/MSP432P4xx/sysctl.c", line 249: error #137: struct "<unnamed>" has no field "WDTRESET_CTL"
"../driverlib/MSP432P4xx/sysctl.c", line 250: error #20: identifier "SYSCTL_WDTRESET_CTL_TIMEOUT" is undefined
"../driverlib/MSP432P4xx/sysctl.c", line 252: error #137: struct "<unnamed>" has no field "WDTRESET_CTL"
"../driverlib/MSP432P4xx/sysctl.c", line 260: error #137: struct "<unnamed>" has no field "WDTRESET_CTL"
"../driverlib/MSP432P4xx/sysctl.c", line 261: error #20: identifier "SYSCTL_WDTRESET_CTL_VIOLATION" is undefined
"../driverlib/MSP432P4xx/sysctl.c", line 263: error #137: struct "<unnamed>" has no field "WDTRESET_CTL"
"../driverlib/MSP432P4xx/sysctl.c", line 268: error #137: struct "<unnamed>" has no field "DIO_GLTFLT_CTL"
"../driverlib/MSP432P4xx/sysctl.c", line 268: error #20: identifier "SYSCTL_DIO_GLTFLT_CTL_GLTCH_EN" is undefined
"../driverlib/MSP432P4xx/sysctl.c", line 273: error #137: struct "<unnamed>" has no field "DIO_GLTFLT_CTL"
"../driverlib/MSP432P4xx/sysctl.c", line 273: error #20: identifier "SYSCTL_DIO_GLTFLT_CTL_GLTCH_EN" is undefined
"../driverlib/MSP432P4xx/sysctl.c", line 279: warning #225-D: function "HWREG16" declared implicitly
"../driverlib/MSP432P4xx/sysctl.c", line 279: error #20: identifier "TLV_BASE" is undefined
41 errors detected in the compilation of "../driverlib/MSP432P4xx/sysctl.c".
gmake: *** [driverlib/MSP432P4xx/sysctl.obj] Error 1
Building file: "../driverlib/MSP432P4xx/timer32.c"
Invoking: ARM Compiler
"C:/ti/ccs1011msp432/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccs1011msp432/ccs/ccs_base/arm/include" --include_path="C:/ti/Jalabre_new_workplace/Lab1/driverlib/MSP432P4xx" --include_path="C:/ti/ccs1011msp432/ccs/ccs_base/arm/include/CMSIS" --include_path="C:/ti/Jalabre_new_workplace/Lab1" --include_path="C:/ti/ccs1011msp432/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power=all --define=ccs --define=__MSP432E401Y__ -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="driverlib/MSP432P4xx/timer32.d_raw" --obj_directory="driverlib/MSP432P4xx" "../driverlib/MSP432P4xx/timer32.c"
>> Compilation failure
driverlib/MSP432P4xx/subdir_rules.mk:9: recipe for target 'driverlib/MSP432P4xx/timer32.obj' failed
"C:/ti/ccs1011msp432/ccs/ccs_base/arm/include/CMSIS/core_cm4.h", line 2043: remark #1527-D: (ULP 2.1) Detected SW delay loop using __nop. Recommend using a timer module instead
"../driverlib/MSP432P4xx/timer32.c", line 46: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/timer32.c", line 46: error #20: identifier "Timer32_Type" is undefined
"../driverlib/MSP432P4xx/timer32.c", line 46: error #29: expected an expression
"../driverlib/MSP432P4xx/timer32.c", line 46: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer32.c", line 46: error #20: identifier "TIMER32_CONTROL_MODE_OFS" is undefined
"../driverlib/MSP432P4xx/timer32.c", line 46: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/timer32.c", line 49: error #29: expected an expression
"../driverlib/MSP432P4xx/timer32.c", line 49: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer32.c", line 49: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/timer32.c", line 56: error #29: expected an expression
"../driverlib/MSP432P4xx/timer32.c", line 56: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer32.c", line 56: error #20: identifier "TIMER32_CONTROL_SIZE_OFS" is undefined
"../driverlib/MSP432P4xx/timer32.c", line 56: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/timer32.c", line 59: error #29: expected an expression
"../driverlib/MSP432P4xx/timer32.c", line 59: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer32.c", line 59: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/timer32.c", line 70: error #29: expected an expression
"../driverlib/MSP432P4xx/timer32.c", line 70: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer32.c", line 70: error #29: expected an expression
"../driverlib/MSP432P4xx/timer32.c", line 70: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer32.c", line 71: error #20: identifier "TIMER32_CONTROL_PRESCALE_MASK" is undefined
"../driverlib/MSP432P4xx/timer32.c", line 77: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/timer32.c", line 77: error #20: identifier "Timer32_Type" is undefined
"../driverlib/MSP432P4xx/timer32.c", line 77: error #29: expected an expression
"../driverlib/MSP432P4xx/timer32.c", line 77: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer32.c", line 77: error #20: identifier "TIMER32_CONTROL_SIZE_OFS" is undefined
"../driverlib/MSP432P4xx/timer32.c", line 79: error #29: expected an expression
"../driverlib/MSP432P4xx/timer32.c", line 79: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer32.c", line 81: error #29: expected an expression
"../driverlib/MSP432P4xx/timer32.c", line 81: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer32.c", line 86: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/timer32.c", line 86: error #20: identifier "Timer32_Type" is undefined
"../driverlib/MSP432P4xx/timer32.c", line 86: error #29: expected an expression
"../driverlib/MSP432P4xx/timer32.c", line 86: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer32.c", line 86: error #20: identifier "TIMER32_CONTROL_SIZE_OFS" is undefined
"../driverlib/MSP432P4xx/timer32.c", line 88: error #29: expected an expression
"../driverlib/MSP432P4xx/timer32.c", line 88: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer32.c", line 90: error #29: expected an expression
"../driverlib/MSP432P4xx/timer32.c", line 90: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer32.c", line 95: error #20: identifier "Timer32_Type" is undefined
"../driverlib/MSP432P4xx/timer32.c", line 95: error #29: expected an expression
"../driverlib/MSP432P4xx/timer32.c", line 95: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer32.c", line 103: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/timer32.c", line 103: error #20: identifier "Timer32_Type" is undefined
"../driverlib/MSP432P4xx/timer32.c", line 103: error #29: expected an expression
"../driverlib/MSP432P4xx/timer32.c", line 103: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer32.c", line 103: error #20: identifier "TIMER32_CONTROL_ONESHOT_OFS" is undefined
"../driverlib/MSP432P4xx/timer32.c", line 103: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/timer32.c", line 106: error #29: expected an expression
"../driverlib/MSP432P4xx/timer32.c", line 106: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer32.c", line 106: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/timer32.c", line 109: error #29: expected an expression
"../driverlib/MSP432P4xx/timer32.c", line 109: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer32.c", line 109: error #20: identifier "TIMER32_CONTROL_ENABLE" is undefined
"../driverlib/MSP432P4xx/timer32.c", line 116: error #20: identifier "Timer32_Type" is undefined
"../driverlib/MSP432P4xx/timer32.c", line 116: error #29: expected an expression
"../driverlib/MSP432P4xx/timer32.c", line 116: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer32.c", line 116: error #20: identifier "TIMER32_CONTROL_ENABLE" is undefined
"../driverlib/MSP432P4xx/timer32.c", line 121: error #20: identifier "Timer32_Type" is undefined
"../driverlib/MSP432P4xx/timer32.c", line 121: error #29: expected an expression
"../driverlib/MSP432P4xx/timer32.c", line 121: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer32.c", line 121: error #20: identifier "TIMER32_CONTROL_IE" is undefined
"../driverlib/MSP432P4xx/timer32.c", line 126: error #20: identifier "Timer32_Type" is undefined
"../driverlib/MSP432P4xx/timer32.c", line 126: error #29: expected an expression
"../driverlib/MSP432P4xx/timer32.c", line 126: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer32.c", line 126: error #20: identifier "TIMER32_CONTROL_IE" is undefined
"../driverlib/MSP432P4xx/timer32.c", line 131: error #20: identifier "Timer32_Type" is undefined
"../driverlib/MSP432P4xx/timer32.c", line 131: error #29: expected an expression
"../driverlib/MSP432P4xx/timer32.c", line 131: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer32.c", line 136: error #20: identifier "Timer32_Type" is undefined
"../driverlib/MSP432P4xx/timer32.c", line 136: error #29: expected an expression
"../driverlib/MSP432P4xx/timer32.c", line 136: error #18: expected a ")"
68 errors detected in the compilation of "../driverlib/MSP432P4xx/timer32.c".
gmake: *** [driverlib/MSP432P4xx/timer32.obj] Error 1
Building file: "../driverlib/MSP432P4xx/timer_a.c"
Invoking: ARM Compiler
"C:/ti/ccs1011msp432/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccs1011msp432/ccs/ccs_base/arm/include" --include_path="C:/ti/Jalabre_new_workplace/Lab1/driverlib/MSP432P4xx" --include_path="C:/ti/ccs1011msp432/ccs/ccs_base/arm/include/CMSIS" --include_path="C:/ti/Jalabre_new_workplace/Lab1" --include_path="C:/ti/ccs1011msp432/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power=all --define=ccs --define=__MSP432E401Y__ -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="driverlib/MSP432P4xx/timer_a.d_raw" --obj_directory="driverlib/MSP432P4xx" "../driverlib/MSP432P4xx/timer_a.c"
>> Compilation failure
driverlib/MSP432P4xx/subdir_rules.mk:9: recipe for target 'driverlib/MSP432P4xx/timer_a.obj' failed
"C:/ti/ccs1011msp432/ccs/ccs_base/arm/include/CMSIS/core_cm4.h", line 2043: remark #1527-D: (ULP 2.1) Detected SW delay loop using __nop. Recommend using a timer module instead
"../driverlib/MSP432P4xx/timer_a.c", line 44: error #20: identifier "Timer_A_Type" is undefined
"../driverlib/MSP432P4xx/timer_a.c", line 44: error #29: expected an expression
"../driverlib/MSP432P4xx/timer_a.c", line 44: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer_a.c", line 44: error #20: identifier "TIMER_A_CTL_ID__8" is undefined
"../driverlib/MSP432P4xx/timer_a.c", line 45: error #29: expected an expression
"../driverlib/MSP432P4xx/timer_a.c", line 45: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer_a.c", line 45: error #20: identifier "TIMER_A_EX0_IDEX_MASK" is undefined
"../driverlib/MSP432P4xx/timer_a.c", line 51: error #29: expected an expression
"../driverlib/MSP432P4xx/timer_a.c", line 51: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer_a.c", line 52: error #29: expected an expression
"../driverlib/MSP432P4xx/timer_a.c", line 52: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer_a.c", line 52: error #20: identifier "TIMER_A_EX0_TAIDEX_0" is undefined
"../driverlib/MSP432P4xx/timer_a.c", line 55: error #29: expected an expression
"../driverlib/MSP432P4xx/timer_a.c", line 55: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer_a.c", line 55: error #20: identifier "TIMER_A_CTL_ID__4" is undefined
"../driverlib/MSP432P4xx/timer_a.c", line 56: error #29: expected an expression
"../driverlib/MSP432P4xx/timer_a.c", line 56: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer_a.c", line 59: error #29: expected an expression
"../driverlib/MSP432P4xx/timer_a.c", line 59: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer_a.c", line 60: error #29: expected an expression
"../driverlib/MSP432P4xx/timer_a.c", line 60: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer_a.c", line 66: error #29: expected an expression
"../driverlib/MSP432P4xx/timer_a.c", line 66: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer_a.c", line 66: error #20: identifier "TIMER_A_CTL_ID__1" is undefined
"../driverlib/MSP432P4xx/timer_a.c", line 67: error #29: expected an expression
"../driverlib/MSP432P4xx/timer_a.c", line 67: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer_a.c", line 74: error #29: expected an expression
"../driverlib/MSP432P4xx/timer_a.c", line 74: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer_a.c", line 74: error #20: identifier "TIMER_A_CTL_ID__2" is undefined
"../driverlib/MSP432P4xx/timer_a.c", line 75: error #29: expected an expression
"../driverlib/MSP432P4xx/timer_a.c", line 75: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer_a.c", line 82: error #29: expected an expression
"../driverlib/MSP432P4xx/timer_a.c", line 82: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer_a.c", line 83: error #29: expected an expression
"../driverlib/MSP432P4xx/timer_a.c", line 83: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer_a.c", line 89: error #29: expected an expression
"../driverlib/MSP432P4xx/timer_a.c", line 89: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer_a.c", line 90: error #29: expected an expression
"../driverlib/MSP432P4xx/timer_a.c", line 90: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer_a.c", line 102: error #20: identifier "Timer_A_Type" is undefined
"../driverlib/MSP432P4xx/timer_a.c", line 102: error #29: expected an expression
"../driverlib/MSP432P4xx/timer_a.c", line 102: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer_a.c", line 167: error #20: identifier "Timer_A_Type" is undefined
"../driverlib/MSP432P4xx/timer_a.c", line 167: error #29: expected an expression
"../driverlib/MSP432P4xx/timer_a.c", line 167: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer_a.c", line 167: error #29: expected an expression
"../driverlib/MSP432P4xx/timer_a.c", line 167: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer_a.c", line 168: error #20: identifier "TIMER_A_CTL_SSEL__INCLK" is undefined
"../driverlib/MSP432P4xx/timer_a.c", line 169: error #20: identifier "TIMER_A_CTL_MC_3" is undefined
"../driverlib/MSP432P4xx/timer_a.c", line 169: error #20: identifier "TIMER_A_CTL_CLR" is undefined
"../driverlib/MSP432P4xx/timer_a.c", line 170: error #20: identifier "TIMER_A_CTL_IE" is undefined
"../driverlib/MSP432P4xx/timer_a.c", line 194: error #20: identifier "Timer_A_Type" is undefined
"../driverlib/MSP432P4xx/timer_a.c", line 194: error #29: expected an expression
"../driverlib/MSP432P4xx/timer_a.c", line 194: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer_a.c", line 195: error #20: identifier "TIMER_A_CTL_SSEL__INCLK" is undefined
"../driverlib/MSP432P4xx/timer_a.c", line 195: error #20: identifier "TIMER_A_CTL_MC_3" is undefined
"../driverlib/MSP432P4xx/timer_a.c", line 196: error #20: identifier "TIMER_A_CTL_CLR" is undefined
"../driverlib/MSP432P4xx/timer_a.c", line 196: error #20: identifier "TIMER_A_CTL_IE" is undefined
"../driverlib/MSP432P4xx/timer_a.c", line 198: error #29: expected an expression
"../driverlib/MSP432P4xx/timer_a.c", line 198: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer_a.c", line 201: error #20: identifier "TIMER_A_CCTLN_CCIE" is undefined
"../driverlib/MSP432P4xx/timer_a.c", line 203: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/timer_a.c", line 203: error #29: expected an expression
"../driverlib/MSP432P4xx/timer_a.c", line 203: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer_a.c", line 203: error #20: identifier "TIMER_A_CCTLN_CCIE_OFS" is undefined
"../driverlib/MSP432P4xx/timer_a.c", line 203: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/timer_a.c", line 205: error #29: expected an expression
"../driverlib/MSP432P4xx/timer_a.c", line 205: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer_a.c", line 205: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/timer_a.c", line 207: error #29: expected an expression
"../driverlib/MSP432P4xx/timer_a.c", line 207: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer_a.c", line 230: error #20: identifier "Timer_A_Type" is undefined
"../driverlib/MSP432P4xx/timer_a.c", line 230: error #29: expected an expression
"../driverlib/MSP432P4xx/timer_a.c", line 230: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer_a.c", line 231: error #20: identifier "TIMER_A_CTL_SSEL__INCLK" is undefined
"../driverlib/MSP432P4xx/timer_a.c", line 231: error #20: identifier "TIMER_A_CTL_MC_3" is undefined
"../driverlib/MSP432P4xx/timer_a.c", line 232: error #20: identifier "TIMER_A_CTL_CLR" is undefined
"../driverlib/MSP432P4xx/timer_a.c", line 232: error #20: identifier "TIMER_A_CTL_IE" is undefined
"../driverlib/MSP432P4xx/timer_a.c", line 234: error #29: expected an expression
"../driverlib/MSP432P4xx/timer_a.c", line 234: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer_a.c", line 234: error #20: identifier "TIMER_A_CTL_MC_0" is undefined
"../driverlib/MSP432P4xx/timer_a.c", line 236: error #20: identifier "TIMER_A_CCTLN_CCIE" is undefined
"../driverlib/MSP432P4xx/timer_a.c", line 238: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/timer_a.c", line 238: error #29: expected an expression
"../driverlib/MSP432P4xx/timer_a.c", line 238: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer_a.c", line 238: error #20: identifier "TIMER_A_CCTLN_CCIE_OFS" is undefined
"../driverlib/MSP432P4xx/timer_a.c", line 238: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/timer_a.c", line 240: error #29: expected an expression
"../driverlib/MSP432P4xx/timer_a.c", line 240: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer_a.c", line 240: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/timer_a.c", line 242: error #29: expected an expression
"../driverlib/MSP432P4xx/timer_a.c", line 242: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer_a.c", line 316: error #20: identifier "Timer_A_Type" is undefined
"../driverlib/MSP432P4xx/timer_a.c", line 316: error #29: expected an expression
"../driverlib/MSP432P4xx/timer_a.c", line 316: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer_a.c", line 317: error #29: expected an expression
"../driverlib/MSP432P4xx/timer_a.c", line 317: error #18: expected a ")"
"../driverlib/MSP432P4xx/timer_a.c", line 318: error #20: identifier "TIMER_A_CCTLN_CM_3" is undefined
"../driverlib/MSP432P4xx/timer_a.c", line 319: error #20: identifier "TIMER_A_CCTLN_CCIS_3" is undefined
"../driverlib/MSP432P4xx/timer_a.c", line 320: error #20: identifier "TIMER_A_CCTLN_SCS" is undefined
"../driverlib/MSP432P4xx/timer_a.c", line 320: error #20: identifier "TIMER_A_CTL_CLR" is undefined
"../driverlib/MSP432P4xx/timer_a.c", line 321: error #20: identifier "TIMER_A_CTL_IE" is undefined
Error limit reached.
100 errors detected in the compilation of "../driverlib/MSP432P4xx/timer_a.c".
Compilation terminated.
gmake: *** [driverlib/MSP432P4xx/timer_a.obj] Error 1
Building file: "../driverlib/MSP432P4xx/wdt_a.c"
Invoking: ARM Compiler
"C:/ti/ccs1011msp432/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccs1011msp432/ccs/ccs_base/arm/include" --include_path="C:/ti/Jalabre_new_workplace/Lab1/driverlib/MSP432P4xx" --include_path="C:/ti/ccs1011msp432/ccs/ccs_base/arm/include/CMSIS" --include_path="C:/ti/Jalabre_new_workplace/Lab1" --include_path="C:/ti/ccs1011msp432/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power=all --define=ccs --define=__MSP432E401Y__ -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="driverlib/MSP432P4xx/wdt_a.d_raw" --obj_directory="driverlib/MSP432P4xx" "../driverlib/MSP432P4xx/wdt_a.c"
>> Compilation failure
driverlib/MSP432P4xx/subdir_rules.mk:9: recipe for target 'driverlib/MSP432P4xx/wdt_a.obj' failed
"C:/ti/ccs1011msp432/ccs/ccs_base/arm/include/CMSIS/core_cm4.h", line 2043: remark #1527-D: (ULP 2.1) Detected SW delay loop using __nop. Recommend using a timer module instead
"../driverlib/MSP432P4xx/wdt_a.c", line 48: error #20: identifier "WDT_A" is undefined
"../driverlib/MSP432P4xx/wdt_a.c", line 48: error #20: identifier "WDT_A_CTL_HOLD" is undefined
"../driverlib/MSP432P4xx/wdt_a.c", line 50: error #20: identifier "WDT_A_CTL_PW" is undefined
"../driverlib/MSP432P4xx/wdt_a.c", line 56: error #20: identifier "WDT_A" is undefined
"../driverlib/MSP432P4xx/wdt_a.c", line 56: error #20: identifier "WDT_A_CTL_HOLD" is undefined
"../driverlib/MSP432P4xx/wdt_a.c", line 58: error #20: identifier "WDT_A_CTL_PW" is undefined
"../driverlib/MSP432P4xx/wdt_a.c", line 64: error #20: identifier "WDT_A" is undefined
"../driverlib/MSP432P4xx/wdt_a.c", line 64: error #20: identifier "WDT_A_CTL_CNTCL" is undefined
"../driverlib/MSP432P4xx/wdt_a.c", line 66: error #20: identifier "WDT_A_CTL_PW" is undefined
"../driverlib/MSP432P4xx/wdt_a.c", line 72: error #20: identifier "WDT_A" is undefined
"../driverlib/MSP432P4xx/wdt_a.c", line 72: error #20: identifier "WDT_A_CTL_PW" is undefined
"../driverlib/MSP432P4xx/wdt_a.c", line 72: error #20: identifier "WDT_A_CTL_CNTCL" is undefined
"../driverlib/MSP432P4xx/wdt_a.c", line 72: error #20: identifier "WDT_A_CTL_HOLD" is undefined
"../driverlib/MSP432P4xx/wdt_a.c", line 80: error #20: identifier "WDT_A" is undefined
"../driverlib/MSP432P4xx/wdt_a.c", line 80: error #20: identifier "WDT_A_CTL_PW" is undefined
"../driverlib/MSP432P4xx/wdt_a.c", line 80: error #20: identifier "WDT_A_CTL_CNTCL" is undefined
"../driverlib/MSP432P4xx/wdt_a.c", line 80: error #20: identifier "WDT_A_CTL_HOLD" is undefined
"../driverlib/MSP432P4xx/wdt_a.c", line 80: error #20: identifier "WDT_A_CTL_TMSEL" is undefined
18 errors detected in the compilation of "../driverlib/MSP432P4xx/wdt_a.c".
gmake: *** [driverlib/MSP432P4xx/wdt_a.obj] Error 1
Building file: "../driverlib/MSP432P4xx/uart.c"
Invoking: ARM Compiler
"C:/ti/ccs1011msp432/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/ti/ccs1011msp432/ccs/ccs_base/arm/include" --include_path="C:/ti/Jalabre_new_workplace/Lab1/driverlib/MSP432P4xx" --include_path="C:/ti/ccs1011msp432/ccs/ccs_base/arm/include/CMSIS" --include_path="C:/ti/Jalabre_new_workplace/Lab1" --include_path="C:/ti/ccs1011msp432/ccs/tools/compiler/ti-cgt-arm_20.2.1.LTS/include" --advice:power=all --define=ccs --define=__MSP432E401Y__ -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="driverlib/MSP432P4xx/uart.d_raw" --obj_directory="driverlib/MSP432P4xx" "../driverlib/MSP432P4xx/uart.c"
>> Compilation failure
driverlib/MSP432P4xx/subdir_rules.mk:9: recipe for target 'driverlib/MSP432P4xx/uart.obj' failed
"C:/ti/ccs1011msp432/ccs/ccs_base/arm/include/CMSIS/core_cm4.h", line 2043: remark #1527-D: (ULP 2.1) Detected SW delay loop using __nop. Recommend using a timer module instead
"../driverlib/MSP432P4xx/uart.c", line 74: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/uart.c", line 74: error #20: identifier "EUSCI_A_Type" is undefined
"../driverlib/MSP432P4xx/uart.c", line 74: error #29: expected an expression
"../driverlib/MSP432P4xx/uart.c", line 74: error #18: expected a ")"
"../driverlib/MSP432P4xx/uart.c", line 74: error #20: identifier "EUSCI_A_CTLW0_SWRST_OFS" is undefined
"../driverlib/MSP432P4xx/uart.c", line 74: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/uart.c", line 77: error #29: expected an expression
"../driverlib/MSP432P4xx/uart.c", line 77: error #18: expected a ")"
"../driverlib/MSP432P4xx/uart.c", line 78: error #29: expected an expression
"../driverlib/MSP432P4xx/uart.c", line 78: error #18: expected a ")"
"../driverlib/MSP432P4xx/uart.c", line 78: error #20: identifier "EUSCI_A_CTLW0_SSEL_MASK" is undefined
"../driverlib/MSP432P4xx/uart.c", line 83: error #29: expected an expression
"../driverlib/MSP432P4xx/uart.c", line 83: error #18: expected a ")"
"../driverlib/MSP432P4xx/uart.c", line 83: error #20: identifier "EUSCI_A_CTLW0_MSB_OFS" is undefined
"../driverlib/MSP432P4xx/uart.c", line 83: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/uart.c", line 85: error #29: expected an expression
"../driverlib/MSP432P4xx/uart.c", line 85: error #18: expected a ")"
"../driverlib/MSP432P4xx/uart.c", line 85: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/uart.c", line 89: error #29: expected an expression
"../driverlib/MSP432P4xx/uart.c", line 89: error #18: expected a ")"
"../driverlib/MSP432P4xx/uart.c", line 89: error #20: identifier "EUSCI_A_CTLW0_SPB_OFS" is undefined
"../driverlib/MSP432P4xx/uart.c", line 89: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/uart.c", line 91: error #29: expected an expression
"../driverlib/MSP432P4xx/uart.c", line 91: error #18: expected a ")"
"../driverlib/MSP432P4xx/uart.c", line 91: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/uart.c", line 97: error #29: expected an expression
"../driverlib/MSP432P4xx/uart.c", line 97: error #18: expected a ")"
"../driverlib/MSP432P4xx/uart.c", line 97: error #20: identifier "EUSCI_A_CTLW0_PEN_OFS" is undefined
"../driverlib/MSP432P4xx/uart.c", line 97: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/uart.c", line 100: error #29: expected an expression
"../driverlib/MSP432P4xx/uart.c", line 100: error #18: expected a ")"
"../driverlib/MSP432P4xx/uart.c", line 100: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/uart.c", line 101: error #29: expected an expression
"../driverlib/MSP432P4xx/uart.c", line 101: error #18: expected a ")"
"../driverlib/MSP432P4xx/uart.c", line 101: error #20: identifier "EUSCI_A_CTLW0_PAR_OFS" is undefined
"../driverlib/MSP432P4xx/uart.c", line 101: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/uart.c", line 104: error #29: expected an expression
"../driverlib/MSP432P4xx/uart.c", line 104: error #18: expected a ")"
"../driverlib/MSP432P4xx/uart.c", line 104: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/uart.c", line 105: error #29: expected an expression
"../driverlib/MSP432P4xx/uart.c", line 105: error #18: expected a ")"
"../driverlib/MSP432P4xx/uart.c", line 105: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/uart.c", line 110: error #29: expected an expression
"../driverlib/MSP432P4xx/uart.c", line 110: error #18: expected a ")"
"../driverlib/MSP432P4xx/uart.c", line 111: error #29: expected an expression
"../driverlib/MSP432P4xx/uart.c", line 111: error #18: expected a ")"
"../driverlib/MSP432P4xx/uart.c", line 115: error #29: expected an expression
"../driverlib/MSP432P4xx/uart.c", line 115: error #18: expected a ")"
"../driverlib/MSP432P4xx/uart.c", line 116: error #29: expected an expression
"../driverlib/MSP432P4xx/uart.c", line 116: error #18: expected a ")"
"../driverlib/MSP432P4xx/uart.c", line 117: error #20: identifier "EUSCI_A_CTLW0_SYNC" is undefined
"../driverlib/MSP432P4xx/uart.c", line 117: error #20: identifier "EUSCI_A_CTLW0_SEVENBIT" is undefined
"../driverlib/MSP432P4xx/uart.c", line 117: error #20: identifier "EUSCI_A_CTLW0_MODE_3" is undefined
"../driverlib/MSP432P4xx/uart.c", line 117: error #20: identifier "EUSCI_A_CTLW0_RXEIE" is undefined
"../driverlib/MSP432P4xx/uart.c", line 117: error #20: identifier "EUSCI_A_CTLW0_BRKIE" is undefined
"../driverlib/MSP432P4xx/uart.c", line 117: error #20: identifier "EUSCI_A_CTLW0_DORM" is undefined
"../driverlib/MSP432P4xx/uart.c", line 118: error #20: identifier "EUSCI_A_CTLW0_TXADDR" is undefined
"../driverlib/MSP432P4xx/uart.c", line 118: error #20: identifier "EUSCI_A_CTLW0_TXBRK" is undefined
"../driverlib/MSP432P4xx/uart.c", line 126: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/uart.c", line 126: error #20: identifier "EUSCI_A_Type" is undefined
"../driverlib/MSP432P4xx/uart.c", line 126: error #29: expected an expression
"../driverlib/MSP432P4xx/uart.c", line 126: error #18: expected a ")"
"../driverlib/MSP432P4xx/uart.c", line 126: error #20: identifier "EUSCI_A__TXIE_OFS" is undefined
"../driverlib/MSP432P4xx/uart.c", line 127: error #29: expected an expression
"../driverlib/MSP432P4xx/uart.c", line 127: error #18: expected a ")"
"../driverlib/MSP432P4xx/uart.c", line 127: error #20: identifier "EUSCI_A_IFG_TXIFG_OFS" is undefined
"../driverlib/MSP432P4xx/uart.c", line 130: error #29: expected an expression
"../driverlib/MSP432P4xx/uart.c", line 130: error #18: expected a ")"
"../driverlib/MSP432P4xx/uart.c", line 127: remark #1527-D: (ULP 2.1) Detected SW delay loop using empty loop. Recommend using a timer module instead
"../driverlib/MSP432P4xx/uart.c", line 136: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/uart.c", line 136: error #20: identifier "EUSCI_A_Type" is undefined
"../driverlib/MSP432P4xx/uart.c", line 136: error #29: expected an expression
"../driverlib/MSP432P4xx/uart.c", line 136: error #18: expected a ")"
"../driverlib/MSP432P4xx/uart.c", line 136: error #20: identifier "EUSCI_A__RXIE_OFS" is undefined
"../driverlib/MSP432P4xx/uart.c", line 137: error #29: expected an expression
"../driverlib/MSP432P4xx/uart.c", line 137: error #18: expected a ")"
"../driverlib/MSP432P4xx/uart.c", line 137: error #20: identifier "EUSCI_A_IFG_RXIFG_OFS" is undefined
"../driverlib/MSP432P4xx/uart.c", line 140: error #29: expected an expression
"../driverlib/MSP432P4xx/uart.c", line 140: error #18: expected a ")"
"../driverlib/MSP432P4xx/uart.c", line 137: remark #1527-D: (ULP 2.1) Detected SW delay loop using empty loop. Recommend using a timer module instead
"../driverlib/MSP432P4xx/uart.c", line 146: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/uart.c", line 146: error #20: identifier "EUSCI_A_Type" is undefined
"../driverlib/MSP432P4xx/uart.c", line 146: error #29: expected an expression
"../driverlib/MSP432P4xx/uart.c", line 146: error #18: expected a ")"
"../driverlib/MSP432P4xx/uart.c", line 146: error #20: identifier "EUSCI_A_CTLW0_SWRST_OFS" is undefined
"../driverlib/MSP432P4xx/uart.c", line 146: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/uart.c", line 152: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/uart.c", line 152: error #20: identifier "EUSCI_A_Type" is undefined
"../driverlib/MSP432P4xx/uart.c", line 152: error #29: expected an expression
"../driverlib/MSP432P4xx/uart.c", line 152: error #18: expected a ")"
"../driverlib/MSP432P4xx/uart.c", line 152: error #20: identifier "EUSCI_A_CTLW0_SWRST_OFS" is undefined
"../driverlib/MSP432P4xx/uart.c", line 152: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/uart.c", line 167: error #20: identifier "EUSCI_A_Type" is undefined
"../driverlib/MSP432P4xx/uart.c", line 167: error #29: expected an expression
"../driverlib/MSP432P4xx/uart.c", line 167: error #18: expected a ")"
"../driverlib/MSP432P4xx/uart.c", line 172: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/uart.c", line 172: error #20: identifier "EUSCI_A_Type" is undefined
"../driverlib/MSP432P4xx/uart.c", line 172: error #29: expected an expression
"../driverlib/MSP432P4xx/uart.c", line 172: error #18: expected a ")"
"../driverlib/MSP432P4xx/uart.c", line 172: error #20: identifier "EUSCI_A_CTLW0_DORM_OFS" is undefined
"../driverlib/MSP432P4xx/uart.c", line 172: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/uart.c", line 177: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/uart.c", line 177: error #20: identifier "EUSCI_A_Type" is undefined
"../driverlib/MSP432P4xx/uart.c", line 177: error #29: expected an expression
"../driverlib/MSP432P4xx/uart.c", line 177: error #18: expected a ")"
"../driverlib/MSP432P4xx/uart.c", line 177: error #20: identifier "EUSCI_A_CTLW0_DORM_OFS" is undefined
"../driverlib/MSP432P4xx/uart.c", line 177: error #138: expression must be a modifiable lvalue
"../driverlib/MSP432P4xx/uart.c", line 183: warning #225-D: function "BITBAND_PERI" declared implicitly
"../driverlib/MSP432P4xx/uart.c", line 183: error #20: identifier "EUSCI_A_Type" is undefined
"../driverlib/MSP432P4xx/uart.c", line 183: error #29: expected an expression
Error limit reached.
100 errors detected in the compilation of "../driverlib/MSP432P4xx/uart.c".
Compilation terminated.
gmake: *** [driverlib/MSP432P4xx/uart.obj] Error 1
gmake: Target 'all' not remade because of errors.