Re: native gcc compiler error
Kumar Gala <galak@...>
How 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: For the MPC8315E-RDB build: http://pastebin.com/yYSww5nK [ the first three lines look interesting about packages-split/gcc-dev vs packages-split/gcc ] For the e500v2 (P2020-DS) build: http://pastebin.com/B1qyfbGE - k |
|