On (05/01/10 18:00), martin mangard wrote: > hello > > I wanna run an application which depends on libstdc++.so.5. I use > the default x86-machine configuration (i486) of the > "org.openembedded.dev" branch to build the image. The default > provider for the libstdc++ is in my case "gcc-cross_4.3.4.bb" which > successfully builds "libstdc++.so.6" > > I would like to create a libstdc++ -compatibility package which > provides an additional binary of the older version of libstdc++. > I started to play with the gcc-cross recipe. "bitbake -b > gcc-cross_3.4.4.bb" leaded to the following error.
gcc 3.4 will not build libstdc++.so.5. You have to use gcc 3.3 try to build one of those. They may be rusted over a long time. You can also take a prebuild ipk Thanks -Khem _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
