diff options
| author | Kai Kang <kai.kang@windriver.com> | 2024-06-16 23:31:35 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-06-18 08:44:41 +0100 |
| commit | da616e302e66c97e1870fdd19476dacbb88a9380 (patch) | |
| tree | 6728fd8688287922ce2d28cad97b0f518219278b /scripts/lib/devtool/ide_plugins/__init__.py | |
| parent | e288d1b223d600344678f985ffe4382fa486cbf5 (diff) | |
| download | poky-da616e302e66c97e1870fdd19476dacbb88a9380.tar.gz | |
gfortran: update runtime dependencies
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 provides libgfortran.spec which required by gfortran:
| root@qemux86-64:~# gfortran hello.f95
| gfortran: fatal error: cannot read spec file 'libgfortran.spec': No such file or directory
And gcc provides liblto_plugin.so:
| root@qemux86-64:~# gfortran hello.f95
| gfortran: fatal error: '-fuse-linker-plugin', but liblto_plugin.so not found
(From OE-Core rev: 44fc7aa1468ff042739cc5a91c84ef5c2a09e0a3)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/devtool/ide_plugins/__init__.py')
0 files changed, 0 insertions, 0 deletions
