From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Thu, 4 Jul 2019 09:58:13 +0800 Subject: [U-Boot] (no subject) In-Reply-To: References: <20190630020636.31352-1-thomas@wytron.com.tw> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Bin, On 6/30/19 6:31 PM, Bin Meng wrote: > On Sun, Jun 30, 2019 at 10:07 AM Thomas Chou 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