[SeaBIOS] Re: recent ld built for x86_64 fails to accept 16bit code as input (seabios build)

2020-07-10 Thread Fangrui Song
On 2020-07-10, Kevin O'Connor wrote: On Fri, Jul 10, 2020 at 11:58:06AM +0100, Nick Clifton wrote: Hi Guys, I have just updated PR 26047 with a suggested patch which I think could resolve this situation. (Patch attached here as well in order to save time). It adds a new linker command

[SeaBIOS] Re: recent ld built for x86_64 fails to accept 16bit code as input (seabios build)

2020-07-10 Thread Kevin O'Connor
On Fri, Jul 10, 2020 at 11:58:06AM +0100, Nick Clifton wrote: > Hi Guys, > > I have just updated PR 26047 with a suggested patch which I think could > resolve > this situation. (Patch attached here as well in order to save time). It > adds > a new linker command line option: -z

[SeaBIOS] Re: recent ld built for x86_64 fails to accept 16bit code as input (seabios build)

2020-07-10 Thread Nick Clifton
Hi Guys, I have just updated PR 26047 with a suggested patch which I think could resolve this situation. (Patch attached here as well in order to save time). It adds a new linker command line option: -z allowexec which will disable the warnings about linking in executable files. The