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

Evgheni Antropov aidjek at gmail.com
Wed Feb 20 08:30:38 PST 2013


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.









More information about the yocto mailing list