
Hi Bin,
On 6/30/19 6:31 PM, Bin Meng wrote:
On Sun, Jun 30, 2019 at 10:07 AM Thomas Chou thomas@wytron.com.tw wrote:
x86: + efi-x86_app
+{standard input}: Assembler messages: +{standard input}:21695: Error: junk at end of line, first unrecognized character is `@' +{standard input}:21740: Error: junk at end of line, first unrecognized character is `@' +{standard input}:21695: Error: can't resolve `end.7382' {.u_boot_list_2_fit_loadable_3 section} - `start.7379' {.u_boot_list_2_fit_loadable_1 section} +{standard input}:21740: Error: can't resolve `end.7382' {.u_boot_list_2_fit_loadable_3 section} - `start.7379' {.u_boot_list_2_fit_loadable_1 section} +make[2]: *** [scripts/Makefile.build:279: common/image.o] Error 1 +make[1]: *** [Makefile:1594: common] Error 2 +make: *** [Makefile:148: sub-make] Error 2
For the x86 failure, it is a known regression issue of GCC 8.
Regards, Bin
Good to know. Thanks.
Thomas