Skip to content

X32_64 build error "command not found" #1

Description

@iamfrankenstein

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions