Sentius 0 Posted December 28, 2018 Share Posted December 28, 2018 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 xdc/runtime/Error.h: No such file or directory Quote Link to post Share on other sites
jsolarski 94 Posted December 28, 2018 Share Posted December 28, 2018 in Button. h on mine it is missing the same file with the same error..... looking into it further...... Quote Link to post Share on other sites
jsolarski 94 Posted December 28, 2018 Share Posted December 28, 2018 you need to download TI-RTOS to get the corresponding files. I do not use energia, so I would not know where or how to load it other then downloading it from http://www.ti.com/tool/TI-RTOS-MCU Quote Link to post Share on other sites
jsolarski 94 Posted December 28, 2018 Share Posted December 28, 2018 @energia can we add a note to this sketch that it requires TI-RTOS? or do you have a work around for this? Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.