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

Autif Khan autif.mlist at gmail.com
Wed Feb 27 07:26:16 PST 2013


On Wed, Feb 20, 2013 at 11:30 AM, Evgheni Antropov <aidjek at gmail.com> 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/Makefile
> DIST_SUBDIRS = src test
> SUBDIRS = src test
> #SUBDIRS = src
> #SUBDIRS = src
> #SUBDIRS = src
>
> +++++++++++++++++++++++++++++++++++++++++
> egrep "SUBDIRS =" ./mono-2.10.2/build/eglib/Makefile
> DIST_SUBDIRS = src
> SUBDIRS = src
> #SUBDIRS = src
> #SUBDIRS = src
> #SUBDIRS = src
>
> "build" is my own directory where I'm compiling mono.
>
>

Just FYI - meta-mono is available as a layer that can build mono on a
build machine (cross compilation) instead of natively compiling mono
in target device.

http://git.yoctoproject.org/cgit/cgit.cgi/meta-mono/



More information about the yocto mailing list