[Mono-dev] Q: difficulties with build for armv5

2016-09-21 Thread Ran Shalit
Hello, We encounter difficulties building mono for armv5. I would like to ask if is it possible, and if yes - which version and configure flags should we use ? Thank you! Ran ___ Mono-devel-list mailing list Mono-devel-list@lists.dot.net http://lists.do

Re: [Mono-dev] Q: difficulties with build for armv5

2016-09-21 Thread Ran Shalit
ime.a(libmonoruntime_la-cominterop.o): In function `InterlockedDecrement': ../../mono/utils/atomic.h:239: undefined reference to `__sync_sub_and_fetch_4' Regards, Ran > On Wed, Sep 21, 2016 at 4:18 PM, Ran Shalit wrote: >> Hello, >> >> We encounter difficulties building mono

[Mono-dev] Q: "The assembly mscorlib.dll was not found"

2016-09-22 Thread Ran Shalit
Hello, I am trying to get mono with armv5. I've made some progress on this issue as following. I am using 2009q3 for arm , with version 4.0.0 I've configured it as following with autogen.sh: CXX=arm-none-linux-gnueabi-g++ CC=arm-none-linux-gnueabi-gcc CFLAGS="-march=armv5te -mtune=arm926ej-s -mf

[Mono-dev] Exception in XmlSerializer (only with arm cross-compile , x86 no issue)

2016-09-22 Thread Ran Shalit
Hello, I managed to cross build and run successfuly simple application arm (using 3.8.0 mono version without any modifications). On running a simple hello world it works fine. But then running the required application throws the following error. I should also note that I copied the class library f

Re: [Mono-dev] Q: "The assembly mscorlib.dll was not found"

2016-09-22 Thread Ran Shalit
e some link for mono releases which contain the assmebley folder compiled (dll) for each version ? Thank you, Ran > Vlad > > > Sent from Outlook > > ____ > From: Mono-devel-list on behalf of > Ran Shalit > Sent: Thursday, September 22, 2016 1:06

Re: [Mono-dev] Exception in XmlSerializer (only with arm cross-compile , x86 no issue)

2016-09-23 Thread Ran Shalit
On Fri, Sep 23, 2016 at 7:48 AM, Ran Shalit wrote: > Hello, > > I managed to cross build and run successfuly simple application arm > (using 3.8.0 mono version without any modifications). > On running a simple hello world it works fine. But then running the > required appl

Re: [Mono-dev] Exception in XmlSerializer (only with arm cross-compile , x86 no issue)

2016-09-23 Thread Ran Shalit
On Fri, Sep 23, 2016 at 2:29 PM, Ran Shalit wrote: > On Fri, Sep 23, 2016 at 7:48 AM, Ran Shalit wrote: >> Hello, >> >> I managed to cross build and run successfuly simple application arm >> (using 3.8.0 mono version without any modifications). >> On running a

Re: [Mono-dev] Exception in XmlSerializer (only with arm cross-compile , x86 no issue)

2016-09-23 Thread Ran Shalit
On Fri, Sep 23, 2016 at 10:56 PM, Ran Shalit wrote: > On Fri, Sep 23, 2016 at 2:29 PM, Ran Shalit wrote: >> On Fri, Sep 23, 2016 at 7:48 AM, Ran Shalit wrote: >>> Hello, >>> >>> I managed to cross build and run successfuly simple application arm >&

Re: [Mono-dev] Exception in XmlSerializer (only with arm cross-compile , x86 no issue)

2016-09-23 Thread Ran Shalit
On Sat, Sep 24, 2016 at 5:47 AM, Miguel de Icaza wrote: > I had copied the assemblies from pc, from /usr/lib/mono , but I lso > had to copy /usr/local/etc/mono folders. > I wish "make install" had made it all , and sould not require > additional build and copying. It would have made li