Jump to content
43oh

Energia E18 with Ubuntu 16.04 fails to compile Tiva-C boards, due to missing compiler


Recommended Posts

Hello,

After installing E18, and getting the TivaC board package with packages manager, when I try to upload a program into the Tiva-C board I get the following error:

fork/exec /home/can/.energia15/packages/energia/tools/arm-none-eabi-gcc/4.8.4-20140725/bin/arm-none-eabi-g++: no such file or directory
Error compiling for board LaunchPad (Tiva C) w/ tm4c123 (80MHz).

If I go the the mentioned directory, I can see that the arm-none-eabi-g++ executable exists by:

$ file arm-none-eabi-g++
arm-none-eabi-g++: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.8, stripped

I have no /lib/ld-linux.so.2 on my system.

It used to be we needed to install a package named ia32libs on ubuntu systems. But unfortunately on ubuntu 16.04 64, I could not find this package.

And here is my uname -a

Linux daredevil 4.4.0-62-generic #83-Ubuntu SMP Wed Jan 18 14:10:15 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

 

Any ideas / recomendations / help greatly appreciated,

 

Best,

C.

 

 

 

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...