Re: [yocto] Trying to compile mono on target for machine crownbay

2013-02-27 Thread Autif Khan
On Wed, Feb 20, 2013 at 11:30 AM, Evgheni Antropov wrote: > In my case I have resolved it in another way: > > correct in Makefile for "eglib" folder SUBDIRS variables and excluded "test" > from them values: > > - > egrep "SUBDIRS =" ./mono-2.10.2/build/eglib

Re: [yocto] Trying to compile mono on target for machine crownbay

2013-02-20 Thread Evgheni Antropov
In my case I have resolved it in another way: correct in Makefile for "eglib" folder SUBDIRS variables and excluded "test" from them values: - egrep "SUBDIRS =" ./mono-2.10.2/build/eglib/Makefile DIST_SUBDIRS = src test SUBDIRS = src test #SUBDIRS = src #

Re: [yocto] Trying to compile mono on target for machine crownbay

2012-01-21 Thread Khem Raj
On (05/01/12 17:36), autif khan wrote: > On Thu, Jan 5, 2012 at 5:17 PM, Mark Hatle wrote: > > On 1/5/12 3:52 PM, autif khan wrote: > >> libtool: link: cannot find the library `=/usr/lib/libglib-2.0.la' or > >> unhandled argument `=/usr/lib/libglib-2.0.la' > > > > > > The version of libtool you ar

Re: [yocto] Trying to compile mono on target for machine crownbay

2012-01-09 Thread autif khan
While googling, I found this link (http://mashandmish.wordpress.com/2011/04/20/crossbuilding-webkit-with-a-yocto-toolchain-part-i-glib/) Here, the author is replacing the libtool generated by autoconf (./configure script) with the one form the sysroot. i.e. ./configure cp /opt/poky/1.0/sysroots/i

Re: [yocto] Trying to compile mono on target for machine crownbay

2012-01-09 Thread autif khan
When I try to compile mono using the ADT (bitbake meta-ide-support, source the environment file and configure, followed by make), I get the same behavior. libtool: link: cannot find the library `=/usr/lib/libglib-2.0.la' or unhandled argument `=/usr/lib/libglib-2.0.la' But then, even in this case

Re: [yocto] Trying to compile mono on target for machine crownbay

2012-01-09 Thread autif khan
Here is a recipe that I using to generate a custom SDK image which I can use to natively compile mono on the target. require recipes-sato/images/core-image-sato-sdk.bb IMAGE_INSTALL += "bison libtool" PR="r0" bison is required and I added libtool because it was being generated by mono's autoconf

Re: [yocto] Trying to compile mono on target for machine crownbay

2012-01-05 Thread autif khan
On Thu, Jan 5, 2012 at 5:17 PM, Mark Hatle wrote: > On 1/5/12 3:52 PM, autif khan wrote: >> libtool: link: cannot find the library `=/usr/lib/libglib-2.0.la' or >> unhandled argument `=/usr/lib/libglib-2.0.la' > > > The version of libtool you are currently using is damaged in some way.  I > suspec

Re: [yocto] Trying to compile mono on target for machine crownbay

2012-01-05 Thread Mark Hatle
On 1/5/12 3:52 PM, autif khan wrote: I bitbaked core-image-sato-sdk, copied it to the target disk and tried to build mono natively on the target machine and I got the following error: libtool: link: cannot find the library `=/usr/lib/libglib-2.0.la' or unhandled argument `=/usr/lib/libglib-2.0.l

Re: [yocto] Trying to compile mono on target for machine crownbay

2012-01-05 Thread autif khan
I talked to a couple of mono developers (kangaroo and vargaz) - the consensus is that "'auto' is hosed" I am not an expert in auto tools, I just know how to configure, make, make install. I get by when I need to know my way around makefiles I am a capable C/C++ developer - please advise or point

[yocto] Trying to compile mono on target for machine crownbay

2012-01-05 Thread autif khan
I bitbaked core-image-sato-sdk, copied it to the target disk and tried to build mono natively on the target machine and I got the following error: libtool: link: cannot find the library `=/usr/lib/libglib-2.0.la' or unhandled argument `=/usr/lib/libglib-2.0.la' the filesystem does have a /usr/lib