Re: [OE-core] [PATCH 1/2] gfortran: update runtime dependencies

2024-06-13 Thread Kai Kang via lists.openembedded.org
On 6/14/24 05:56, Richard Purdie wrote: On Thu, 2024-06-13 at 19:51 +0800, Kai Kang via lists.openembedded.org wrote: From: Kai Kang It fails to run both `gcc` and `gfortran` with errors: root@qemux86-64:~# x86_64-poky-linux-gcc a.c x86_64-poky-linux-gcc: fatal error: cannot execute 'as':

Re: [OE-core] [PATCH 1/2] gfortran: update runtime dependencies

2024-06-13 Thread Richard Purdie
On Thu, 2024-06-13 at 19:51 +0800, Kai Kang via lists.openembedded.org wrote: > From: Kai Kang > > It fails to run both `gcc` and `gfortran` with errors: > > > root@qemux86-64:~# x86_64-poky-linux-gcc a.c > > x86_64-poky-linux-gcc: fatal error: cannot execute 'as': > > posix_spawnp: No such

[OE-core] [PATCH 1/2] gfortran: update runtime dependencies

2024-06-13 Thread Kai Kang via lists.openembedded.org
From: Kai Kang It fails to run both `gcc` and `gfortran` with errors: | root@qemux86-64:~# x86_64-poky-linux-gcc a.c | x86_64-poky-linux-gcc: fatal error: cannot execute 'as': posix_spawnp: No such file or directory then add binutils which provides `as` to RDEPENDS of gcc. libgfortran-dev