I try to compile firefox 2
First problem:
make file produce nsinstall binary for arm and can't execute it.
I manualy compile nsinstall for x86
Then i got error:
make -f client.mk build
.....
../../../config/./nsinstall -R -m 444 /root/mozilla/nsprpub/pr/include/md/ /root/mozilla/objdir/dist/include/nspr
../../../config/./nsinstall: cannot make symbolic link /root/mozilla/objdir/dist/include/nspr/md: File exists
.....
Do anybody know how solve this problem?
My mozconfig:
CROSS_COMPILE=1
HOST_LIBIDL_CONFIG=/opt/cross/arm/3.4.6-xscale-softvfp/bin/libIDL-config-2-host
GLIB_CONFIG=/opt/cross/arm/3.4.6-xscale-softvfp/bin/glib-config
GTK_CONFIG=/opt/cross/arm/3.4.6-xscale-softvfp/bin/gtk-config
LIBIDL_CONFIG=/opt/cross/arm/3.4.6-xscale-softvfp/bin/libIDL-config-2
mk_add_options MOZ_CO_PROJECT=browser
ac_add_options --build=arm --host=i386 --enable-application=browser