[yocto] Unable to get serial console login prompt - PowerPC 440 Virtex 5 processor

Elvis Dowson elvis.dowson at gmail.com
Tue Aug 7 19:36:28 PDT 2012


Hi,
      I was just going through the recipes-devtools/gcc/gcc-common.inc file, and noticed the following snippet:

def get_gcc_multiarch_setting(bb, d):
    target_arch = d.getVar('TRANSLATED_TARGET_ARCH', True)
    multiarch_options = {
        "i586":    "--enable-targets=all",
        "powerpc": "--enable-targets=powerpc64",
        "sparc":   "--enable-targets=all",
    }

My target is a 32-bit ppc440 cpu. What is the impact of an incorrectly set multiarch_options for powerpc to  powerpc64 on the final build? 

Elvis Dowson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20120808/d18148ea/attachment.html>


More information about the yocto mailing list