energia / tivac-core

7 stars 17 forks source link

Compiler not found for TivaC package - Linux64 #14

Closed rei-vilo closed 7 years ago

rei-vilo commented 7 years ago

See https://github.com/energia/Energia/issues/939

cambazz commented 7 years ago

I encountered same problem, with Ubuntu 16.04 LTS. The solution is:

dpkg --add-architecture i386 apt-get update apt-get install libc6:i386 libstdc++6:i386

robertinant commented 7 years ago

For some reason the wrong compiler was packaged for Linux 64-bit. I will correct this in a package update.