ones without this. After this
is done where is the c compiler and what is it’s name ? I’ve found things like
distcc but no cc.
Probably looking in the wrong place or did I not include the right
stuff. Thanks.
—jim schimpf
--
___
yocto mailing
$(MAKE) COMPILER=none $*
%-module.cpp: %.tbl %-module.h Makefile
@echo Generating $@ from $<
./generate-module-body $* > $@
%-module.h: %.tbl Makefile
@echo Generating $@ from $<
./generate-module-header $* > $@
Thanks for the help
—jim schimpf
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
Hi,
I think I found it in the configure.ac
# Libtool
#
###
e and only errors in the
compile step.
Thanks for the help. Any suggestions for things to try would be appreciated.
—jim schimpf
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
Hi,
i am a new Yocto user and am attempting to create recipes for some
projects I would like to add. Right now the recipes get though the fetch,and
configure stages but fail respectively at compile and install stages. Both are
git and autoconfig type projects. Which list should I send m