Hi

I am trying to compile NSS for an embedded project and failing miserably
with

/bin/sh: 1:
../../coreconf/nsinstall/Linux3.11_x86_i486-unknown-linux-uclibc-gcc_glibc_PTH_OPT.OBJ/nsinstall:
not found

possibly due to

/home/mega/leaf/devel/bering-uclibc/source/i486-unknown-linux-uclibc/libnss/nss-3.15.4/nss/coreconf/nsinstall/nsinstall.c:381:
warning: the use of OBSOLESCENT `utime' is discouraged, use `utimes'

My NSS source is nss-3.15.4-with-nspr-4.10.2.tar.gz

the build environment is a Ubuntu precise1-Ubuntu SMP

additional questions

- how can i define which compiler is to be used. I tried with exporting
GCC and with passing CC to the makefile

export GCC=$(TARGET_CC)

$(MAKE) $(MAKEOPTS) CC=$(TARGET_CC) GCC=$(TARGET_CC) -C
$(LIBNSS_DIR)/nss  nss_build_all

- how can I pass parameters to the configure process? Do I need to run
it separately before calling make?

Thanks

Erich

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

-- 
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to