Re: Building NSS on arm linux

2016-09-11 Thread Franziskus Kiefer
Hi, If you build on an ARM system, you don't have to change anything to the build process. It's the same as on other Linux systems. I'd recommend building a newer version though. NSS currently doesn't support cross-compilation for ARM from x86. Cheers On Fri, Sep 9, 2016 at 7:07 PM, 付付健 wrote:

Building NSS on arm linux

2016-09-11 Thread 付付健
How to build NSS on arm linux make[3]: Entering directory `/opt2/fujian/NSS_Source/64882/nss-3.16.5/nss/cmd/shlibsign/mangle' ../../../coreconf/nsinstall/Linux3.2_arm_arm-none-linux-gnueabi-gcc_glibc_PTH_DBG.OBJ/nsinstall -R -m 775 Linux3.2_arm_arm-none-linux-gnueabi-gcc_glibc_PTH_DBG.OBJ/mangle

how to build nss on arm linux

2016-09-11 Thread 付付健
how to build nss on arm linux -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

Problems on building NSS with arm linux os

2016-09-11 Thread 付付健
Hi, I tried to build NSS-3.16.5 on arm linux platform. I modify arch.mk and Linux.mk, Modify ../coreconf/arch.mk Set OS_TEST := arm Modify ../coreconf/Linux.mk CC = arm-none-linux-gnueabi-gcc CCC = arm-none-linux-gnueabi-g++ RANLIB = arm

Problems on building NSS with arm linux

2016-09-11 Thread 付付健
cd nss-3.16.5/nss/coreconf modify arch.mk set OS_TEST := arm modify Linux.mk set CC = arm-none-linux-gnueabi-gcc CCC = arm-none-linux-gnueabi-g++ RANLIB = arm-none-linux-gnueabi-ranlib cd nspr ./configure --target=arm-none-linux-gnueab