What steps will reproduce the problem?
1. build nacl-toolchain-newlib from AUR
http://aur.archlinux.org/packages.php?ID=54134
2. export NACL_SDK_ROOT to view package installation
3. edit build_all.sh and naclstubs/Makefile nacl-XXX path (in my case,
x86_64-naclXXX)
4. build naclssh
What is the expected output?
compile
What do you see instead?
fail compile
What version of the product are you using? On what operating system?
naclssh HG / Archlinux 64bits
Please provide any additional information below.
nacl-toolchain-newlib: http://paste.kde.org/158702
changes on build-all.sh:
NACL_CC_PREFIX=$NACL_SDK_ROOT/bin/x86_64-nacl-
changes on naclstub/Makefile:
CC=${NACL_SDK_ROOT}/bin/x86_64-nacl-gcc
AR=${NACL_SDK_ROOT}/bin/x86_64-nacl-ar
all naclssh build log: http://dl.dropbox.com/u/6596386/naclssh-log.7z
libssh2 build log: http://dl.dropbox.com/u/6596386/libssh2-config.7z
Original issue reported on code.google.com by
sL1pKn07on 14 Dec 2011 at 3:22