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

Compiling with Samsung NaCl Pepper 42 #2

Open
mrrunner opened this issue Mar 23, 2017 · 0 comments
Open

Compiling with Samsung NaCl Pepper 42 #2

mrrunner opened this issue Mar 23, 2017 · 0 comments

Comments

@mrrunner
Copy link

I'm not able to compile Samsung fork of webports with current Samsung NaCl SDK.
I switched to master_42 branch after having the following error:

naclports: This version of naclports requires at least version 46 of
the NaCl SDK. The version in $NACL_SDK_ROOT is 42. If you want
to use naclports with an older version of the SDK please checkout
one of the pepper_XX branches (or run with
--skip-sdk-version-check).

Now, I get the following error when building boost lib for instance:

_$ TOOLCHAIN=pnacl ./make_all.sh boost

  • set -e
  • TARGETS=boost
  • TARGETS=boost
  • BUILD_FLAGS=--ignore-disabled
  • export TOOLCHAIN
  • export NACL_ARCH
  • export BUILD_FLAGS
  • NACL_ARCH=x86_64
  • TOOLCHAIN=clang-newlib
  • make boost
    bin/naclports install boost --ignore-disabled
    naclports: boost: cannot be built with clang-newlib
  • TOOLCHAIN=glibc
  • make boost
    bin/naclports install boost --ignore-disabled
    Building 'glibc-compat' [x86_64/glibc/release]
    Skipping extract; No upstream archive: 'glibc-compat' [x86_64/glibc/release]
    Toolchain not found: /Users/xxx/Documents/work/SamsungSmartTV/nacl_sdk/pepper_42/toolchain/mac_x86_glibc
    naclports: Building glibc-compat: failed.
    make: *** [boost] Error 1_

Am i missing something? Could someone shed some light on this?

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

1 participant