[coreboot-gerrit] Patch merged into coreboot/master: toolchain.inc: Update 'required toolchain' error text

gerrit at coreboot.org gerrit at coreboot.org
Thu Aug 4 21:48:36 CEST 2016


the following patch was just integrated into master:
commit 9a162d779194fc41b9b6cb7bec64d7b7a32c1108
Author: Martin Roth <martinroth at google.com>
Date:   Mon Aug 1 19:57:02 2016 -0600

    toolchain.inc: Update 'required toolchain' error text
    
    The old text said:
    *** building <STAGE> without the required toolchain.  Stop.
    
    Where <STAGE> could be any of the coreboot stages - bootblock, verstage,
    ramstage, romstage.
    
    This error message was very misleading though, because what it actually
    meant was that it didn't know what architecture was required to build
    the stage, not that the toolchain was missing.
    Update the text to better reflect the actual issue, and to give the
    user a hint as to what to look for:
    *** The toolchain architecture for <STAGE> is unknown.
    *** Check your .config file for CONFIG_ARCH_<STAGE>_* settings.  Stop.
    
    Change-Id: Ic2a4f60c1f25e0f5e1ebde76781bcb8da0987d82
    Signed-off-by: Martin Roth <martinroth at google.com>
    Reviewed-on: https://review.coreboot.org/16024
    Tested-by: build bot (Jenkins)
    Reviewed-by: Omar Pakker


See https://review.coreboot.org/16024 for details.

-gerrit



More information about the coreboot-gerrit mailing list