Error in installation on ubuntu

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Error in installation on ubuntu

1,458 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by eyphka on Mon Feb 16 22:18:56 MST 2015
Hi I'm having trouble installing LPCxpresso on Ubuntu 14.04.1 LTS (GNU/Linux 3.13.0-45-generic x86_64).

Here is the error I'm getting:

invalid command name "bind"
    while executing
"::unknown bind Text <Tab>"
    ("uplevel" body line 1)
    invoked from within
"uplevel 1 $next $args"
    (procedure "::obj::Unknown" line 3)
    invoked from within
"bind Text <Tab>"
    (procedure "::InstallJammer::InitializeGui" line 19)
    invoked from within
"::InstallJammer::InitializeGui "
    (procedure "::InstallJammer::InitInstall" line 68)
    invoked from within
"::InstallJammer::InitInstall"
    (file "/installkitvfs/main.tcl" line 39005)

I followed the instructions from http://www.lpcware.com/content/faq/lpcxpresso/linux-installation and ran
sudo apt-get install libgtk2.0-0:i386 libxtst6:i386 libpangox-1.0-0:i386 \
    libpangoxft-1.0-0:i386 libidn11:i386 libglu1-mesa:i386 \
    libncurses5:i386 libudev1:i386 libusb-1.0:i386 libusb-0.1:i386 \
    gtk2-engines-murrine:i386 libnss3-1d:i386
before hand.

Thanks for the help!
0 Kudos
2 Replies

809 Views
psubiaco
Contributor II

SOLVED

I've got the same error  invalid command name "bind"  on Debian.
The problem, in my case, was /tmp partition that was not executable.

You can check your partitions typing the command mount and fix the problem with

mount -o remount,exec /tmp

Regards.

Paolo

0 Kudos

809 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by lpcxpresso-support on Tue Feb 17 02:25:31 MST 2015
Following the instructions works perfectly for me - clean Ubuntu 14.04.1 64-bit

Make sure you install all of the components:
sudo apt-get install libgtk2.0-0:i386 libxtst6:i386 libpangox-1.0-0:i386 \
         libpangoxft-1.0-0:i386 libidn11:i386 libglu1-mesa:i386 \
 libncurses5:i386 libudev1:i386 libusb-1.0:i386 libusb-0.1:i386 \
 gtk2-engines-murrine:i386 libnss3-1d:i386
0 Kudos