HEAD isn't compiling with CONFIG_ANY_TOOLCHAIN
Up until recently, compiling coreboot with the options CONFIG_COMPILER_GCC=y CONFIG_ANY_TOOLCHAIN=y on a 64-bit linux system worked just fine. Over the last few days I now get the errors: make Warning: no suitable GCC for armv7. Warning: no suitable GCC for aarch64. /bin/sh: -print-libgcc-file-name: command not found /bin/sh: -print-libgcc-file-name: command not found /bin/sh: -print-libgcc-file-name: command not found /bin/sh: -print-libgcc-file-name: command not found /bin/sh: -print-libgcc-file-name: command not found /bin/sh: -print-libgcc-file-name: command not found # # configuration written to .config # make: *** No rule to make target `build/cbfs/fallback/bootblock.bin', needed by `build/coreboot.pre1'. Stop.
This CL has been submitted which should fix the issue: http://review.coreboot.org/#/c/5701/ On Saturday, May 10, 2014 3:02:44 AM, Sean McNeil <seanmcneil3@gmail.com> wrote: Up until recently, compiling coreboot with the options CONFIG_COMPILER_GCC=y CONFIG_ANY_TOOLCHAIN=y on a 64-bit linux system worked just fine. Over the last few days I now get the errors: make Warning: no suitable GCC for armv7. Warning: no suitable GCC for aarch64. /bin/sh: -print-libgcc-file-name: command not found /bin/sh: -print-libgcc-file-name: command not found /bin/sh: -print-libgcc-file-name: command not found /bin/sh: -print-libgcc-file-name: command not found /bin/sh: -print-libgcc-file-name: command not found /bin/sh: -print-libgcc-file-name: command not found # # configuration written to .config # make: *** No rule to make target `build/cbfs/fallback/bootblock.bin', needed by `build/coreboot.pre1'. Stop. -- coreboot mailing list: coreboot@ <coreboot@coreboot.org>coreboot.org<coreboot@coreboot.org> http:// <http://www.coreboot.org/mailman/listinfo/coreboot>www.coreboot.org<http://www.coreboot.org/mailman/listinfo/coreboot> /mailman/ <http://www.coreboot.org/mailman/listinfo/coreboot>listinfo<http://www.coreboot.org/mailman/listinfo/coreboot> /coreboot <http://www.coreboot.org/mailman/listinfo/coreboot>
participants (2)
-
Furquan Shaikh -
Sean McNeil