Re: [Mono-dev] How to debug native code?

2016-01-20 Thread Bill Seurer
and destroy all copies of this communication. Thank you. ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list -- -Bill Seurer ___ Mono-devel

[Mono-dev] Returning structures via multiple registers

2016-01-08 Thread Bill Seurer
at the call site I am not all that happy with. It works but seems clumsy. Anyway, do any of the other targets, other than llvm that is, handle this? I looked but I wasn't sure. -- -Bill Seurer ___ Mono-devel-list mailing list Mono-devel-list

Re: [Mono-dev] Anyone knows that deos it mean?

2015-12-03 Thread Bill Seurer
On 12/03/15 02:55, Zhanxing Ding wrote: it looks like that IBM people have finish the porting? Is it true? If so, how can I contact IBM people to get help? I was part of that group but that was 9 years ago and the work from then is not of much use now. -- -Bill Seurer

Re: [Mono-dev] About porting Mono to aix

2015-11-20 Thread Bill Seurer
not necessarily with AIX specific questions. -- -Bill Seurer ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] Link errors with mono-llvm

2015-10-23 Thread Bill Seurer
()' The symbols it is complaining about are in the libraries that were created when I compiled the mono version of llvm. I even specified all the libraries directly in the LDFLAGS environment variable but the symbols still are not found. Any ideas what I am doing wrong? -- -Bill Seurer

Re: [Mono-dev] Link errors with mono-llvm

2015-10-23 Thread Bill Seurer
++ Zoltan On Fri, Oct 23, 2015 at 11:51 AM, Bill Seurer <seu...@linux.vnet.ibm.com <mailto:seu...@linux.vnet.ibm.com>> wrote: I am attempting to activate the llvm backend for power but am running into linker issues. I get hundreds of missing symbols errors li

Re: [Mono-dev] Link errors with mono-llvm

2015-10-23 Thread Bill Seurer
listed. I added them by hand and it worked much better. I'll look into why they were left off later. -- -Bill Seurer ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] Recent commits cause problems with thread test cases

2015-10-09 Thread Bill Seurer
in /home/seurer/mono-git/mono-checkin/external/referencesource/mscorlib/system/threading/threadpool.cs:1196 make: *** [runtest-managed-serial] Error 255 -- -Bill Seurer ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lis

[Mono-dev] issue with mini_type_is_hfa

2015-09-18 Thread Bill Seurer
ass: Test_float.float4_nested size: 16 mbr_cnt=4, mbr_size=4 If I remove those two lines from mini_type_is_hfa then it works as expected and the test case succeeds. -- -Bill Seurer ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com h

Re: [Mono-dev] Number of elements in a fixed buffer

2015-08-11 Thread Bill Seurer
, 2015 at 10:53 AM, Bill Seurer seu...@linux.vnet.ibm.com mailto:seu...@linux.vnet.ibm.com wrote: The only mention of FixedBufferAttribute I see is in the C# code in mcs. I looked through all the mono C code and I see several places where MonoCustomAttrInfo is used but no where is it doing

Re: [Mono-dev] Number of elements in a fixed buffer

2015-08-10 Thread Bill Seurer
a FixedBufferAttribute custom attribute which contains the length of the array. There are some functions in reflection.c like mono_custom_attrs_from_class () which can return information about it. Zoltan On Thu, Aug 6, 2015 at 12:32 PM, Bill Seurer seu...@linux.vnet.ibm.com mailto:seu

[Mono-dev] Number of elements in a fixed buffer

2015-08-06 Thread Bill Seurer
! -- -Bill Seurer ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Mono and IBM

2009-02-12 Thread Bill Seurer
Carlos Ruiz Diaz carlos.ruizd...@gmail.com wrote on 02/12/2009 08:19:15 AM: I was talking about running mono in a non-x86 platform. I'll have performance issues for sure but I don't know if it will be catastrophic or ignorable. On Wed, Feb 11, 2009 at 6:24 PM, Bill Seurer seu...@us.ibm.com

Re: [Mono-dev] Mono and IBM

2009-02-11 Thread Bill Seurer
on the specific partition? I believe you can divvy up partitions using just fractions of CPUs now. -- Bill Seurer ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] Mono port for AIX and PASE on IBM i

2008-07-30 Thread Bill Seurer
I've been getting a LOT of questions about this lately so I thought I should let people know what's up. I was part of a group that in the summer of 2006 ported Mono to run on PASE on IBM i (aka AS/400 and i5/OS). PASE is a runtime environment which is really AIX so AIX programs can usually

Re: [Mono-dev] ARM PInvoke issue when using long

2006-11-08 Thread Bill Seurer
between the two long longs (n2 and n3) in your test and it works that is probably the problem. I looked and it was the define ALIGN_DOUBLES in mini-ppc.c. There's no such thing in mini-arm.c but maybe the same sort of thing is happening or not happening as the case may be. -- Bill Seurer IBM

Re: [Mono-dev] Compiling Mono on 64 bit ppc SLES 9

2006-10-26 Thread Bill Seurer
of the case $host in sections. -- Bill Seurer IBM System i5 internal compiler development Rochester, MN Business: [EMAIL PROTECTED] Home: [EMAIL PROTECTED] http://w3.rchland.ibm.com/~seurer/ http://www.seurer.net [EMAIL PROTECTED] wrote on 10/26

[Mono-dev] Weird threads (?) problem

2006-10-18 Thread Bill Seurer
environmental that the make process is doing that lets it work? Thanks! -- Bill Seurer IBM System i5 internal compiler development Rochester, MN Business: [EMAIL PROTECTED] Home: [EMAIL PROTECTED] http://w3.rchland.ibm.com/~seurer/ http://www.seurer.net

Re: [Mono-dev] Book On Mono

2006-10-13 Thread Bill Seurer
Open Source .NET Development : Programming with NAnt, NUnit, NDoc, and More / Brian Nantz .NET: Introducing the Microsoft.NET platform / David S. Platt Programming Microsoft .NET by Jeff Prosise Applied Microsoft.NET framework programming / Jeffrey Richter -- Bill Seurer IBM System i5

Re: [Mono-dev] Mono on the 390

2006-10-11 Thread Bill Seurer
(FTP, whatever) to get to data on another partition. Again, it could be different on zSeries though... -- Bill Seurer IBM System i5 internal compiler development Rochester, MN Business: [EMAIL PROTECTED] Home: [EMAIL PROTECTED] http://w3.rchland.ibm.com/~seurer

Re: [Mono-dev] Error when doint make install on Windows

2006-10-04 Thread Bill Seurer
, several things are) wrong in the first 15 lines. If the contents look OK check that the commands it is trying to run (one lines 6, 9, and 12) are installed (in cygwin I assume). -- Bill Seurer IBM System i5 internal compiler development Rochester, MN Business: [EMAIL PROTECTED

Re: [Mono-dev] Can't find C runtime library while installing mono

2006-08-03 Thread Bill Seurer
Just a follow-up on how we resolved this. It turned out that glib (gmodule specifically) doesn't handle libraries on AIX (and thus PASE on i5/OS) properly. We did a little bit of hacking on it and now the problem does not occur. -- Bill Seurer IBM System i5 internal compiler development

[Mono-dev] Can't find C runtime library while installing mono

2006-08-02 Thread Bill Seurer
Mono.Tools.Driver:Main (System.String[] args) gmake[7]: *** [install-local] Error 1 ... I suspect that we need to set some sort of environment variable so that it can find the C runtime library (libc). Is that right, and if so, what is the environment variable? Thanks! -- Bill Seurer IBM System i5

Re: [Mono-dev] Can't find C runtime library while installing mono

2006-08-02 Thread Bill Seurer
It is set. And comparing to a mono that installs on a different OS (Linux on the same hardware) it appears to be correct (libc really is libc.a on this system). My thought is that for some reason the installer can't find it and I need to set something to help it in its search. -- Bill Seurer

Re: [Mono-dev] Weird bug in new port

2006-07-19 Thread Bill Seurer
parms: p#1: i4: 61438 (0xeffe)) ip: 3061c978 -- Bill Seurer IBM System i5 internal compiler development Rochester, MN Business: [EMAIL PROTECTED] Home: [EMAIL PROTECTED] http://w3.rchland.ibm.com/~seurer/ http://www.seurer.net Zoltan Varga [EMAIL

[Mono-dev] Weird bug in new port

2006-07-14 Thread Bill Seurer
this look like anything someone else may have run into? I'm going to try to trace at a machine instruction level through ToString as it executes but that gets tricky with multiple function calls through pointers that Mono makes. -- Bill Seurer IBM System i5 internal compiler development

Re: [Mono-dev] get-monolite-latest does not work

2006-07-09 Thread Bill Seurer
? Thanks in advance, Alejandro Serrano It's been that way for maybe a week now. I noticed it last week when I tried make get-monolite-latest and when I looked at the files on the ftp server the past few days of them were all 0 bytes. -- Bill Seurer IBM System i5 internal compiler development

[Mono-dev] __powerpc__

2006-06-13 Thread Bill Seurer
to the CFLAGS. So, is __powerpc__ still needed for compiling for power hardware or is it deprecated? And if it is still needed is it meant to be set manually (in CFLAGS before running configure) or did I miss something? Thanks! -- Bill Seurer IBM System i5 internal compiler development

[Mono-dev] mint

2006-03-23 Thread Bill Seurer
build when I ran the main mono build (also 1.1.13.4). When I tried building mint directly in mono/interpreter there were errors. -- Bill Seurer IBM System i5 internal compiler development Rochester, MN Business: [EMAIL PROTECTED] Home: [EMAIL PROTECTED] http://w3

[Mono-dev] Create an account or log in - Mono web page broken

2006-03-22 Thread Bill Seurer
new accounts. I was going to create an account and update the Windows Compilation instructions (they are not quite right) but can't unless I can create an account. -- Bill Seurer IBM System i5 internal compiler development Rochester, MN Business: [EMAIL PROTECTED] Home

[Mono-dev] Picking a release for a new port

2006-03-03 Thread Bill Seurer
what would be the best Mono release for them to work on, at least initially. I'd prefer they have a stable base so they can concentrate on getting the port to work but then we'd like them to work on the latest stuff too. Suggestions? -- Bill Seurer IBM System i5 internal compiler development

Re: [Mono-dev] can mono run under AIX 4.3, 5.2

2006-02-27 Thread Bill Seurer
it should work under AIX as well (PASE is essentially AIX). A while ago I tried mono on Linux on the i5 hardware (power 5/power 5+) and it worked fine. -- Bill Seurer IBM System i5 internal compiler development Rochester, MN Business: [EMAIL PROTECTED] Home: [EMAIL