Re: Minimo WinCE Detailed Build Instructions

"FReD" <[email protected]> Thu, 10 Mar 2005 23:06:30 -0800
Newsgroups gmane.comp.mozilla.devel.small-devices
Organization Another Netscape Collabra Server User
Message-ID <[email protected]>
"Doug Turner" <[email protected]> wrote in message 
news:[email protected]...
> John Wolfe posted some great build instructions:
>
> http://www.mozilla.org/projects/minimo/WinCE/build.html
>
> Feel free to give them a spin.  Patches alway welcome
>
> Regards,
> Doug Turner

I got an error while doing a 'make' from $(MOZ_OBJDIR).  It seems that "o" 
is not a supported command.  Can anyone help?  The error is included below.

Thanks,

FReD

***** BUILD *****
C:\builds\wince_port\wince\test-arm-build>make
rm -f -rf ./dist/sdk
/usr/bin/make -C config export
make[1]: Entering directory 
`/cygdrive/c/builds/wince_port/wince/test-arm-build/config'
/usr/bin/perl -I/cygdrive/c/builds/wince_port/wince/mozilla/config 
/cygdrive/c/builds/wince_port/wince/mozilla/config/bd
ate.pl build_number
/cygdrive/c/builds/wince_port/wince/mozilla/build/cygwin-wrapper 
sinstall  -m 644 nsBuildID.h ../mozilla-config.h ../di
st/include
/usr/bin/perl -I/cygdrive/c/builds/wince_port/wince/mozilla/config 
/cygdrive/c/builds/wince_port/wince/mozilla/config/bu
ild-list.pl ../dist/include/.headerlist nsBuildID.h ../mozilla-config.h
rm -f ../config/final-link-comps ../config/final-link-libs 
../config/final-link-comp-names
rm -f ../dist/bin/chrome/chromelist.txt
/cygdrive/c/builds/wince_port/wince/mozilla/build/cygwin-wrapper 
nsinstall -t -m 644 nsBuildID.h ../mozilla-config.h ../
dist/sdk/include
make[1]: Leaving directory 
`/cygdrive/c/builds/wince_port/wince/test-arm-build/config'
/usr/bin/make nspr
make[1]: Entering directory 
`/cygdrive/c/builds/wince_port/wince/test-arm-build'
/usr/bin/make -C nsprpub
make[2]: Entering directory 
`/cygdrive/c/builds/wince_port/wince/test-arm-build/nsprpub'
cd config; /usr/bin/make -j1 export
make[3]: Entering directory 
`/cygdrive/c/builds/wince_port/wince/test-arm-build/nsprpub/config'
o now.obj -c 
/cygdrive/c/builds/wince_port/wince/mozilla/nsprpub/config/now.c
make[3]: o: Command not found
make[3]: [now.obj] Error 127 (ignored)
now.obj   -o now
make[3]: now.obj: Command not found
make[3]: *** [now] Error 127
make[3]: Leaving directory 
`/cygdrive/c/builds/wince_port/wince/test-arm-build/nsprpub/config'
make[2]: *** [export] Error 2
make[2]: Leaving directory 
`/cygdrive/c/builds/wince_port/wince/test-arm-build/nsprpub'
make[1]: *** [nspr] Error 2
make[1]: Leaving directory 
`/cygdrive/c/builds/wince_port/wince/test-arm-build'
make: *** [default] Error 2