On Tue, Feb 23, 2010 at 5:51 AM, Jay Snyder <[email protected]> wrote: > I was able to build gcc for installation directly onto the OE target with > "bitbake gcc". "bitbake g++" gives me "nothing provides g++". > > What is the magic bitbake command to provide this?
you already have built g++ when you bitbaked gcc recipe. You can look under your ipk directory for the resulting package for g++ a recipe can build multiple packages > > Thank you, > Jay Snyder > > > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
