Re: need help cross compiling nss

2010-01-15 Thread Wan-Teh Chang
George, Another source of info on cross-compiling NSS is Mozilla's makefile responsible for compiling NSS: http://mxr.mozilla.org/mozilla-central/source/security/manager/Makefile.in Search for "CROSS_COMPILE" in that makefile. Note that this approach is different from the preferred approach that

Re: need help cross compiling nss

2010-01-15 Thread toloquta
I'm trying to cross compile nss 3.12.5 for armeb-xscale-linux-gnueabi using ptxdist. I followed your suggestions and also had to patch several things to get it mostly working. A host copy is built prior to building the target copy. But now I'm stuck. The host copy of shlibsign is complaining that

Re: need help cross compiling nss

2009-10-16 Thread CB
nvm -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

Re: need help cross compiling nss

2009-10-14 Thread Robert Relyea
On 10/14/2009 02:46 PM, CB wrote: > I'm using WindRiver Linux 2.0 to cross compile nss to a PowerPC. The > 3.11.4 build instructions and troubleshooting don't cover something > like this. Can someone point me to documentation that would describe > how to set the compiler, flags, install location,