I installed the energia in the following path on Windows 8.1:
C:\energia-1.8.7E21-windows\energia-1.8.7E21
I use the TM4C1294XL launchpad and try to use ButtonEvent example. I get the complication terminated error message as shown in below.
How can I solve this problem?
In file included from C:\energia-1.8.7E21-windows\energia-1.8.7E21\examples\10.MultiTasking\ButtonEvent\ButtonEvent.ino:19:0:
Button.h:2:31: error: xdc/runtime/Error.h: No such file or directory
#include <xdc/runtime/Error.h>
^
compilation terminated.
exit status 1
x