Skip to content

Workaround to install SDK on Mint (Ubuntu based) but without gdb. #70

@joseluisquiroga

Description

@joseluisquiroga

To install the SDK in Mint:

  1. Install all packages in https://github.com/adapteva/epiphany-sdk/wiki/Building-on-Linux
    and also:

  2. sudo apt-get install guile-1.8 dh-autoreconf

(it did not build with guile-2.0)

  1. Do not build nor install gdb because it fails with "Build Error, multiple definitions of 'xmalloc'":

Edit the file ./sdk/build-toolchain.sh
find the string "Building tool chain..."
remove parameter "all-gdb" passed to make

find the string "Installing tool chain..."
remove parameter "install-gdb" passed to make

  1. run ./sdk/build-epiphany-sdk.sh

======================================================================
PS:

I have this Linux

jose@my-desktop ~ $ uname -a
Linux my-desktop 4.4.0-53-generic #74-Ubuntu SMP Fri Dec 2 15:59:10 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
jose@my-desktop ~ $ cat /etc/lsb-release
DISTRIB_ID=LinuxMint
DISTRIB_RELEASE=18
DISTRIB_CODENAME=sarah
DISTRIB_DESCRIPTION="Linux Mint 18 Sarah"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions