[Mono-devel-list] Mono: Second Previewlet

Vladimir Vukicevic vladimirv at gmail.com
Sat May 29 21:37:57 EDT 2004


On Sat, 29 May 2004 16:49:10 -0500, Will McCutchen <mccutchen at gmail.com> wrote:
> > No clue; that error doesn't have anything to do with the mono code or
> > build.  If anything, it could be an issue with make or gmake.  Change
> > into the "mono-0.93/mono/mini" directory and run "./genmdesc
> > ./cpu-pentium.md cpu-pentium.h pentium_desc" by hand and see if it
> > finishes.  If it runs fine and doesn't spew those errors, I'd guess a
> > make/gmake issue.
> 
> Your ./genmdesc command produces the exact same results (repeating
> that "Fatal error" line over and over, into infinity.  I guess maybe
> I'm stuck.  Thanks for your help, though, and for illuminating me
> about CPPFLAGS and LDFLAGS.

Hmm, interesting.  I'm at a loss as to why genmdesc causes that -- all
it really does is read strings from a file (using stdio), munges the
strings, and writes out new strings.  Try running it under strace
("strace -o logfile ./genmdesc ./cpu-......") and see which system
calls are causing the errors.  You'll want to kill it after a few
seconds or so.  Other than that, not sure what else you can try.. I'm
not sure if anyone has access to a netbsd system to test.

Thanks,
    - Vlad



More information about the Mono-devel-list mailing list