lpcxpresso on Linux Mint LMDE?

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

lpcxpresso on Linux Mint LMDE?

1,340 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by RainerC on Wed Feb 12 13:40:43 MST 2014
I try to install LPCxpresso V6.1.4 on a Linux Mint LMDE (64 bit).

To install the 32 bit compatibility packages I did:
sudo apt-get install linux32 ia32-libs

This results in:
Package ia32-libs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  lib32z1 lib32ncurses5 lib32bz2-1.0

Thus I installed these three packages:
sudo apt-get install linux32 lib32z1 lib32ncurses5 lib32bz2-1.0

After this was completed, I tried to start the installer for lpcxpresso. The answer:
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 36361)


Who can help me?
0 Kudos
Reply
5 Replies

1,303 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by starblue on Fri Feb 14 02:14:04 MST 2014
I would guess your problem is due to the recent introduction of multiarch in Debian.

Do
sudo dpkg --add-architecture i386
sudo apt-get update


Then try your install again.

Sorry, no helpful links due to spam filter
0 Kudos
Reply

1,303 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by lpcxpresso-support on Thu Feb 13 10:22:48 MST 2014
This one?
http://www.linuxmint.com/download_lmde.php

The one that says:

Quote:

Please do not download LMDE 201303. The repositories were recently updated with UP8 and new ISO images are being prepared at the moment. To avoid tedious updates and unecessary problems we recommend you wait for the release of LMDE 201402.



and also

Quote:

Debian is a less user-friendly/desktop-ready base than Ubuntu. Expect some rough edges.


0 Kudos
Reply

1,303 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by RainerC on Thu Feb 13 10:05:17 MST 2014
No, this doesn't work with the new LMDE.

ia32-libs doesn't exist any more and the tip from TheFallGuy doesn't work neither.
0 Kudos
Reply

1,303 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by lpcxpresso-support on Thu Feb 13 07:39:49 MST 2014
I don't know which version LMDE is based on, but the release notes for Linux Mint 16 (Cinnamon) states:

Quote:

If you're experiencing issues with Skype or other 32-bit programs under Linux Mint 64-bit, install the package "ia32-libs".


http://www.linuxmint.com/rel_petra_cinnamon.php

That is, you will need to run
apt install ia32-libs

To run 32-bit code (LPCXpresso is 32-bit)
0 Kudos
Reply

1,303 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by TheFallGuy on Thu Feb 13 01:51:43 MST 2014
I don't know whether this will help:
http://www.lpcware.com/content/forum/fedora-linux-15-64-bit-troubles-with-install-lpcxpresso-405

It seems to be reporting a similar issue, and a possible solution.
0 Kudos
Reply