Re: native gcc compiler error
Kumar Gala <galak@...>
On Jul 18, 2011, at 1:37 PM, Khem Raj wrote:
On Mon, Jul 18, 2011 at 11:24 AM, Kumar Gala <galak@...> wrote:Yes if I install gcc-dev it works.hmm the symlink goes into gcc-dev package since the package splitterHow do I tell? Which gcc dir should I be looking at under build/tmp/work/* ?Does that symlink exist in your gcc install tree during build ? if notaccess("/usr/libexec/gcc/powerpc-poky-linux-gnuspe/4.6.1/liblto_plugin.so", R_OK) = -1 ENOENT (No such file or directory)This looks similar to Yocto Bug 1233 (http://bugzilla.yoctoproject.org/show_bug.cgi?id=1233You can try -fno-use-linker-plugin as a workaround. DoesFile appears to be there: - k |
|