Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
joseluisquiroga opened this issue Dec 15, 2016 · 2 comments
Open

Comments

@joseluisquiroga
Copy link

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"

@codeSober
Copy link

thank you Jose!! removing those lines in build-toolchain allowed me to build successfully!!

i wonder what the 'gdb' build in the toolchain does

@joseluisquiroga
Copy link
Author

joseluisquiroga commented Dec 18, 2016 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants