Re: Minimo WinCE Detailed Build Instructions
Aaron Reed <[email protected]> Thu, 10 Mar 2005 12:47:20 -0600
| Newsgroups | gmane.comp.mozilla.devel.small-devices |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Got around the version error. It was because I specify grep_color env variable. The escape characters that grep uses to show colors was screwing up the grep+sed work that collected compiler version info. My normal mozilla setenv.bat resets this value but I fogot to do it in my minimo environment. Aaron Reed wrote: > Never mind. When I did my tools double check (deleted all of the > builds\wince_port\arm_device_toos\arm-wince-*.exe and rebuilt them) and > redid my build, it got me past that error. Must not have picked up one > of my path changes in toolpaths.h. > > Now working on a compiler version error -> "This version of the MSVC > compiler, Microsoft , is unsupported". I'll write back here when I > figure it out in case someone else runs into it. > > --Aaron > > Aaron Reed wrote: > >> Doug Turner wrote: >> >>> If you type `arm-wince-gcc -o conftest conftest.c` on the command >>> line, what error do you see? >>> >>> Doug >> >> >> >> I created a conftest.c (as specified in mozilla/configure) and used >> the confdefs.h (1 byte in size)which lives in ../test-arm-build and >> got the same output: -----------------> 2 <---------------------- >> >> I'm going to rebuild my tools (specifically arm-wince-gcc) to see if I >> can get better error output and to make sure that the tools I'm using >> are all those that I built (to take into account where my eVC++ 4.0 >> and PocketPC SDK live). I'll let you know what I find out. >> >> --Aaron