I am working on msp432 ,
so I have tried to build my own gpio header file for application of toggling the LED
I have got the error saying :
Description Resource Path Location Type #10010 errors encountered during linking; "tog_A_432.out" not built tog_A_432 C/C++ Problem
Description Resource Path Location Type #10234-D unresolved symbols remain tog_A_432 C/C++ Problem
Description Resource Path Location Type unresolved symbol Interrupt_disableInterrupt, first referenced in ./gpio.obj tog_A_432 C/C++ Problem
Description Resource Path Location Type unresolved symbol Interrupt_enableInterrupt, first referenced in ./gpio.obj tog_A_432 C/C++ Problem
Description Resource Path Location Type unresolved symbol Interrupt_registerInterrupt, first referenced in ./gpio.obj tog_A_432 C/C++ Problem
Description Resource Path Location Type unresolved symbol Interrupt_unregisterInterrupt, first referenced in ./gpio.obj tog_A_432 C/C++ Problem