Jump to content
43oh

arm-none-eabi-g++: error: CreateProcess: No such file or directory error using TM4C123G board and Energ ia 1.8.7E21 on Windows


Recommended Posts

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

Link to post
Share on other sites

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

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...