[Mono-devel-list] Building mono1.1.4 on linux ppc

Paolo Molaro lupus at ximian.com
Mon Feb 28 05:52:00 EST 2005


On 02/28/05 Jeffrey Knight wrote:
> MONO_PATH="../../class/lib/default:$MONO_PATH"
> /root/mono-1.1.4/runtime/mono-wrapper ../../class/lib/default/mcs.exe 
>  -d:NET_1_1 -d:ONLY_1_1 -debug /noconfig /r:mscorlib.dll /r:System.dll
> /r:System.Windows.Forms.dll @Microsoft.VisualBasic.dll.resources
> -codepage:65001 /target:library
> /out:../../class/lib/default/Microsoft.VisualBasic.dll 
> @Microsoft.VisualBasic.dll.sources
> Microsoft.VisualBasic/FileSystem.cs(900) warning CS0219: The variable
> 'retVal' is assigned but its value is never used
> 
> Unhandled Exception: System.ExecutionEngineException: SIGILL
> in (unmanaged) (wrapper managed-to-native)
> System.MonoCustomAttrs:GetCustomAttributesInternal
> (System.Reflection.ICustomAttributeProvider,bool)
> in <0x00088> (wrapper managed-to-native)
> System.MonoCustomAttrs:GetCustomAttributesInternal
> (System.Reflection.ICustomAttributeProvider,bool)
[...]

Try setting the MONO_NO_TLS env var:
	MONO_NO_TLS=1 make
and see if it helps. If you still get the error, use gdb and provide
the full info: run the commands:
	t a a bt
	info registers
	x/16i $ip - 32
and file a bug in bugzilla. Also specify what processor you are using.
I compile mono from svn on linux/ppc almost daily and it works just fine
(running Debian).

lupus

-- 
-----------------------------------------------------------------
lupus at debian.org                                     debian/rules
lupus at ximian.com                             Monkeys do it better



More information about the Mono-devel-list mailing list