CyberBob 0 Posted November 17, 2019 Share Posted November 17, 2019 I get the following error when trying to compile the Blink program: arm-none-eabi-g++: error: CreateProcess: No such file or directory error using I added the TIVA boards in board manager and selected the TM4C123G board I'm using Energia 1.8.7E21 on Windows. I tried selecting another board and the program compiled. The problem must be to do with the TIVA boards or their installation. Any help would be greatly appreciated. Thanks Quote Link to post Share on other sites
chrislione 0 Posted November 17, 2019 Share Posted November 17, 2019 I'm having the same exact problem, any luck on your side yet Quote Link to post Share on other sites
43LP 0 Posted November 20, 2019 Share Posted November 20, 2019 I had the same issue. Solved it by downgrading from 1.0.3 to 1.0.2 in Tools-> Boards Manager. Quote Link to post Share on other sites
energia 485 Posted November 20, 2019 Share Posted November 20, 2019 This seems like an incomplete installation. Perhaps the installation of the board packages was cancelled by pressing the cancel button in the board manager. This is a quirk from the Energia / Arduino IDE where it does not the already installed components. A work-around is: Navigate to: On Linux: ~/.energia15/packages/energia/staging/packages On Windows: %LOCALAPPDATA%\Energia15\staging\packages On MacOSX: ~/Library/Energia15/staging/packages 'Delete all files in this directory: On Linux: ~/.energia15/packages/energia/hardware/ On Windows: %LOCALAPPDATA%\Energia15\packages\energia\hardware On MacOSX: ~/Library/Energia15/packages/energia/hardware/ Delete the tivac directory. Restart Energia and install tivac support through the board manager. Please note that this process can take a considerable amount of time. Especially on Windows. Do not cancel the installation process. Wait until the installation has finished. Robert 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.