[Mono-dev] Build break for PPC64 mono

Zoltan Varga vargaz at gmail.com
Tue Jan 20 23:33:53 EST 2009


Hi,

  That change was reverted because it was breaking the ia64 build. I
asked Mark to solve
this by modifying the ppc trampoline code. Until that happens, I put
back the change
inside an #ifdef ppc64, so the build should work now.

            Zoltan

2009/1/21 Steven Munroe <munroesj at us.ibm.com>:
> A resent change to mini/mini-trampoline.c committed in revision 123914
> causes the following build failure while build mono for PPC64:
>
> MCS     [net_1_1] mcs.exe
> cp mcs.exe.config ./../class/lib/net_1_1/mcs.exe.config
> ecore.cs(2111,31): warning CS0169: The private field
> `Mono.CSharp.ClassCast.forced' is assigned but its value is never used
> expression.cs(5264,22): warning CS0649: Field
> `Mono.CSharp.New.is_type_parameter' is never assigned to, and will
> always have its default value `false'
>
> Unhandled Exception: System.ExecutionEngineException: SIGILL
>
> this failure does not occur in the PPC32 build.
>
> The attached patch reverts the change and fixes this build break:
>
>
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>


More information about the Mono-devel-list mailing list