Re: native gcc compiler error
On Mon, Jul 18, 2011 at 11:24 AM, Kumar Gala <galak@...> wrote:
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: sees a sumlink xyz.so but in this case this should be packages explicitly into gcc as we see gcc depends on it for normal execution or may be create a new package called liblto or somesuch Can you install gcc-dev package on your device and see if this helps ? |
|