Hello,
I ran in to a small problem, I found the solution maybe useful to add to the page:
The SDK is build in I386 environment. If you get "command not found" error message add I386 runtime libraries to your system.
For Ubuntu 15 please run the following commands:
sudo dpkg --add-architecture i386
sudo apt-get update && sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386
Source: http://askubuntu.com/questions/454253/how-to-run-32-bit-app-in-ubuntu-64-bit
Hello,
I ran in to a small problem, I found the solution maybe useful to add to the page:
The SDK is build in I386 environment. If you get "command not found" error message add I386 runtime libraries to your system.
For Ubuntu 15 please run the following commands:
sudo dpkg --add-architecture i386
sudo apt-get update && sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386
Source: http://askubuntu.com/questions/454253/how-to-run-32-bit-app-in-ubuntu-64-bit