I install Energia at C:\Program Files (x86)\energia-0101E0015\. It has been working fine for TM4C123. When I tried to compile for MSP432, I got the following error messages:
C:\Program Files (x86)\energia-0101E0015\hardware\common\Makefile:19: C:\Program: No such file or directory
C:\Program Files (x86)\energia-0101E0015\hardware\common\Makefile:19: Files: No such file or directory
C:\Program Files (x86)\energia-0101E0015\hardware\common\Makefile:19: (x86)\energia-0101E0015/hardware/msp432/targets/MSP-EXP432P401R/Board.mk: No such file or directory
Apparently Energia for MSP432 does not understand the DOS file name convention and cannot handle "Program Files (x86)".
I relocated Energia to C:\energia-0101E0015\ and it works fine now.