This service is available only in Japanese-language.

構築

Raspberry Pi 4向けディストリビューション

初めて質問させていただきます。Yocto以前に、linuxを触るのも今回が初めての者です。
宜しくお願いします。

私のパソコンでは、
 windows 10 + virtuaiBox 6.1 + CentOS7
という状態になっています。
作業としては、
https://www.aps-web.jp/academy/wr-linux/18676/#YoctoLinuxWind_River_Linux
を見ながら行っています。この中の
  Raspberry Pi 4向けディストリビューション開発の準備をする
の項目にある。
 ./wrlinux-x/setup.sh --machines bcm-2xxx-rpi4
を実行した後に途中で止まってしまい、先へ進むことができません。何回かやり直したのですが、同じ場所で止まります。
以下にログを抜粋します。(vboxの画面を見ながら手入力で書いたので、多少、打ち間違えはあるかもしれません。)

---------------- ログ抜粋 はじまり-------------------

   <<<<< 前略 >>>>>

Setting distro to "wrlinux"
Setting machine to "bcp-2xxx^rpi4"
Adding existing repo at 'wrlinux-x' to the index
Updated project configuration

Your identify is customer <customer@company.com>
If you want to change this. please re-run 'repo init' with --config-name

repo has been initialized in /root/my-project
Fetching projects: 93%(15/16)

---------------- ログ抜粋 おわり-------------------

という具合に、93%のところで、停止してしまいました。3~4時間放置してもこのままでしたので、止めました。

何か情報があれば、頂けると幸いです。
宜しくお願い致します。

bitbake core-image-westonについて

現在UBUNTUの仮想PCでu-boot
バイナリイメージを構築しようとしているのですが

ソフトウェアマニュアルに合わせてbitbake u-boot-iwg23sコマンドを実行しているのですが
以下のログが出力されビルドが行えない状態です。
The BBPATH variable is not set and bitbake did not find a conf/bblayers.conf file in the expected location.
Maybe you accidentally invoked bitbake from the wrong directory?
DEBUG: Removed the following variables from the environment: MANDATORY_PATH, XDG_GREETER_DATA_DIR, GNOME_DESKTOP_SESSION_ID, LESSOPEN, SESSION, WINDOWID, XDG_VTNR, GNOME_KEYRING_CONTROL, DISPLAY, LANG, XDG_SESSION_PATH, XAUTHORITY, LANGUAGE, SESSION_MANAGER, SHLVL, QT_QPA_PLATFORMTHEME, JOB, QT4_IM_MODULE, CLUTTER_IM_MODULE, TEXTDOMAIN, SESSIONTYPE, XMODIFIERS, SELINUX_INIT, XDG_RUNTIME_DIR, COMPIZ_CONFIG_PROFILE, COMPIZ_BIN_PATH, VTE_VERSION, GDMSESSION, IM_CONFIG_PHASE, TEXTDOMAINDIR, XDG_DATA_DIRS, XDG_SEAT_PATH, XDG_CONFIG_DIRS, XDG_CURRENT_DESKTOP, XDG_SESSION_ID, DBUS_SESSION_BUS_ADDRESS, _, DEFAULTS_PATH, GTK_IM_MODULE, DESKTOP_SESSION, UPSTART_SESSION, LESSCLOSE, GNOME_KEYRING_PID, UBUNTU_MENUPROXY, OLDPWD, GDM_LANG, GTK_MODULES, INSTANCE, SSH_AGENT_LAUNCHER, COLORTERM, BUILDDIR, XDG_MENU_PREFIX, LS_COLORS, XDG_SEAT

bblayers.confが存在するconfディレクトリに移動して再度同じコマンドを実行したところ
/build/conf$ bitbake u-boot-iwg23s
Loading cache: 100% |########################################################################################################################################################################| ETA: 00:00:00
Loaded 1222 entries from dependency cache.
ERROR: Nothing PROVIDES 'u-boot-iwg23s'

Summary: There was 1 ERROR message shown, returning a non-zero exit code.

というログが出力されます。これは同じディレクトリ内にu-boot-iwg23sフォルダを同じconfディレクトリに移動またはコピーが必要ということでしょうか?

非常に基本的で対象のハードによっても変わってくる箇所のようにも思えますが、
エラー解消の方法についてご教示いただけますと幸いです。

bitbake core-image-westonについて

UBNTUの仮想PCでRZ/G1Cの評価ボード用の環境を構築したいのですが、
ソフトウェアマニュアル内のbitbake core-image-westonを実行すると
エラーが発生してしまします。内容から解消方法をご教示いただけますと幸いです。

bitbake core-image-weston
WARNING: Host distribution "Ubuntu-16.04" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.
Loading cache: 100% |###########################################| ETA: 00:00:00
Loaded 1222 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION = "1.22.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "Ubuntu-16.04"
TARGET_SYS = "i586-poky-linux"
MACHINE = "qemux86"
DISTRO = "poky"
DISTRO_VERSION = "1.6.1"
TUNE_FEATURES = "m32 i586"
TARGET_FPU = ""
meta
meta-yocto
meta-yocto-bsp = "tmp:c4f1f0f491f988901bfd6965f7d10f60cb94a76f"

NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: Function failed: do_compile (log file is located at /home/protec/iwg23s-release-bsp/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/temp/log.do_compile.3493)
ERROR: Logfile of failure stored in: /home/protec/iwg23s-release-bsp/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/temp/log.do_compile.3493
Log data follows:
省略
| /usr/bin/ld: mpn/.libs/invert_limb.o: relocation R_X86_64_PC32 against protected symbol `__gmpn_invert_limb_table' can not be used when making a shared object
| /usr/bin/ld: final link failed: Bad value
| collect2: error: ld returned 1 exit status
| Makefile:836: recipe for target 'libgmp.la' failed
| make[2]: *** [libgmp.la] Error 1
| make[2]: Leaving directory '/home/protec/iwg23s-release-bsp/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build'
| Makefile:926: recipe for target 'all-recursive' failed
| make[1]: *** [all-recursive] Error 1
| make[1]: Leaving directory '/home/protec/iwg23s-release-bsp/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/build'
| Makefile:744: recipe for target 'all' failed
| make: *** [all] Error 2
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_compile (log file is located at /home/protec/iwg23s-release-bsp/build/tmp/work/x86_64-linux/gmp-native/5.1.1-r0/temp/log.do_compile.3493)
ERROR: Task 1935 (virtual:native:/home/protec/iwg23s-release-bsp/poky/meta/recipes-support/gmp/gmp_5.1.1.bb, do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 61 tasks of which 60 didn't need to be rerun and 1 failed.
No currently running tasks (61 of 3253)

Summary: 1 task failed:
virtual:native:/home/protec/iwg23s-release-bsp/poky/meta/recipes-support/gmp/gmp_5.1.1.bb, do_compile
Summary: There was 1 WARNING message shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit code.

wic(wks)で作成したFSイメージのルートディレクトリにSGIDを付与する方法

wic(wks)を使用してSDカードイメージ(wicファイル)を構築しています。
ファイルシステムを2つ持つような構成にしており、片方のルートにSGIDをつけたいのですが、
そのようなイメージを構築することはできますか?

下記にうまくいっていない例をしめします。

wks.inのファイルシステムの記述部分は下記のような設定をしています。

```
part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 8192 --fixed-size 1024 --exclude-path=share/
part /share --source rootfs --ondisk mmcblk --fstype=ext4 --label share --align 8192 --fixed-size 1024 --rootfs-dir=${IMAGE_ROOTFS}/share"
```

rootfsのイメージレシピで下記のようにSGIDを付与しようと試みました。

```
do_rootfs[postfuncs] = "add_sgid_to_share"
add_sgid_to_share() {
chmod 2775 ${IMAGE_ROOTFS}/share
}
```

上記では/shareにSGIDが付与されていませんでした。
原因を探ると、mkfs.ext4でext4のイメージファイルを作成するときにSGIDが消失してしまっているように見えます。
出来上がったwicファイルをkpartxコマンドでループバックマウントしてみるとSGIDが付与されていません。
逆に、tar形式のイメージファイルではSGIDが付与されています。

上記の例で/shareにSGIDを付与するには、どのような解決方法がスマートでしょうか?
以上、よろしくお願いします。

クロス開発環境でのドライバー組み込み手順について

クロス開発環境(BSPは"core-inteli7-64"を使用)に
moxaのUSB-Serialコンバータ【U-Port 1450】のドライバーを組み込みたく、
ソースコードはHPから取得したのですが、そこからどのような手順を踏めば実現できるのか分かりません。
クロス開発環境にドライバーを組み込む際の手順をご教授いただけないでしょうか。
漠然とした質問ではありますが、よろしくお願いいたします。

Ubuntu 16.04 でYocto3.2の構築を行うには

社内からの問い合わせです。

Ubuntu16.04 上でYocto3.2 の構築を行おうとしましたが、以下のエラーが出てbitbakeの起動に失敗します。
どのような手順を踏めば、bitbakeの実行が可能になりますか?

ERROR: OE-core's config sanity checker detected a potential misconfiguration.
Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
Following is the list of potential problems / advisories:

Your version of gcc is older than 6.0 and will break builds. Please install a newer version of gcc (you could use the project's buildtools-extended-tarball or use scripts/install-buildtools).

yoctoでのSystemdで起動するデーモンのカスタマイズ方法

はじめまして、渡辺と申します。
NXP社製SoCのiMX6Soloとyoctoを用いてLinuxボードを開発しています。

yoctoでNXP社製のレシピを用いてLinuxの起動イメージを作成し、SDカードに書き込んでボードを起動させました。
その結果、ブートローダ、カーネルの起動は成功してSystemdでのデーモン起動まで行くのですが、途中で停止する状況です。
停止の原因の切り分けを行いたいため、yoctoでSystemdで起動するデーモンをカスタマイズしたいのですが、どのようにすればよいでしょうか?

よろしくお願いします。

■補足
・yoctoでのrootfsの生成とカーネル生成、SDカードイメージの作成、SDKの作成は成功しています。
・メモリチップをリファレンスボードから変更しているため、yoctoとは別のツリーでブートローダへメモリコントローラの設定を変更し、yoctoで生成したSDKを用いてビルドしています。
・U-bootでのメモリストレステストでエラーが出ない事は確認済みです。
・デバイスツリーはボードの実態に合わせてカスタマイズし、yoctoでカーネルと一緒にビルドしていますが正しい自信はありません
・yoctoでのイメージ作成に用いたコマンドは以下の通りです。
$ DISTRO=fsl-imx-wayland MACHINE=imx6solosabresd source fsl-setup-release.sh –b build-wayland_imx6
$ bitbake fsl-image-qt5-validation-imx

・以下に起動ログを添付します。

U-Boot 2017.03-00886-gb76bb1b (Oct 23 2020 - 13:47:36 +0900)

CPU: Freescale i.MX6SOLO rev1.3 996 MHz (running at 792 MHz)
CPU: Commercial temperature grade (0C to 95C) at 29C
Reset cause: POR
Model: Freescale i.MX6 DualLite SABRE Smart Device Board
Board: MX6-SabreSD
DRAM: 1 GiB
PMIC: PFUZE100! DEV_ID=0x10 REV_ID=0x21
MMC: FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2
No panel detected: default to Hannstar-XGA
Display: Hannstar-XGA (1024x768)
In: serial
Out: serial
Err: serial
switch to partitions #0, OK
mmc1 is current device
Net: No ethernet found.
Normal Boot
Hit any key to stop autoboot: 0
switch to partitions #0, OK
mmc1 is current device
reading boot.scr
** Unable to read file boot.scr **
reading zImage
6051656 bytes read in 297 ms (19.4 MiB/s)
Booting from mmc ...
reading imx6dl-sabresd.dtb
49619 bytes read in 27 ms (1.8 MiB/s)
Kernel image @ 0x12000000 [ 0x000000 - 0x5c5748 ]
## Flattened Device Tree blob at 18000000
Booting using the fdt blob at 0x18000000
Using Device Tree in place at 18000000, end 1800f1d2
switch to ldo_bypass mode!

Starting kernel ...

Booting Linux on physical CPU 0x0
Linux version 4.9.88-imx_4.9.88_2.0.0_ga+g5e23f9d (oe-user@oe-host) (gcc version 7.3.0 (GCC) ) #1 SMP PREEMPT Thu Oct 22 11:00:46 JST 2020
CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d
CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
OF: fdt:Machine model: TechnoLink TL0365 iMX6S HDMI Viewer Board
Reserved memory: created CMA memory pool at 0x3c000000, size 320 MiB
OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
Memory policy: Data cache writeback
CPU: All CPU(s) started in SVC mode.
percpu: Embedded 13 pages/cpu @ab71a000 s21900 r8192 d23156 u53248
Built 1 zonelists in Zone order, mobility grouping on. Total pages: 260096
Kernel command line: console=ttymxc0,115200 nosmp root=/dev/mmcblk2p2 rootwait rw
PID hash table entries: 4096 (order: 2, 16384 bytes)
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 697864K/1048576K available (8192K kernel code, 339K rwdata, 2576K rodata, 1024K init, 442K bss, 23032K reserved, 327680K cma-reserved, 0K highmem)
Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
vmalloc : 0xc0800000 - 0xff800000 (1008 MB)
lowmem : 0x80000000 - 0xc0000000 (1024 MB)
pkmap : 0x7fe00000 - 0x80000000 ( 2 MB)
modules : 0x7f000000 - 0x7fe00000 ( 14 MB)
.text : 0x80008000 - 0x80900000 (9184 kB)
.init : 0x80c00000 - 0x80d00000 (1024 kB)
.data : 0x80d00000 - 0x80d54fa0 ( 340 kB)
.bss : 0x80d56000 - 0x80dc48c4 ( 443 kB)
SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
Preemptible hierarchical RCU implementation.
Build-time adjustment of leaf fanout to 32.
RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=2
NR_IRQS:16 nr_irqs:16 16
L2C-310 erratum 769419 enabled
L2C-310 enabling early BRESP for Cortex-A9
L2C-310 full line of zeros enabled for Cortex-A9
L2C-310 ID prefetch enabled, offset 16 lines
L2C-310 dynamic clock gating enabled, standby mode enabled
L2C-310 cache controller enabled, 16 ways, 512 kB
L2C-310: CACHE_ID 0x410000c8, AUX_CTRL 0x76450001
Switching to timer-based delay loop, resolution 333ns
sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 715827882841ns
clocksource: mxc_timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 637086815595 ns
Console: colour dummy device 80x30
Calibrating delay loop (skipped), value calculated using timer frequency.. 6.00 BogoMIPS (lpj=30000)
pid_max: default: 32768 minimum: 301
Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
CPU: Testing write buffer coherency: ok
CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
Setting up static identity map for 0x10100000 - 0x10100058
Brought up 1 CPUs
SMP: Total of 1 processors activated (6.00 BogoMIPS).
CPU: All CPU(s) started in SVC mode.
devtmpfs: initialized
VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
futex hash table entries: 512 (order: 3, 32768 bytes)
pinctrl core: initialized pinctrl subsystem
NET: Registered protocol family 16
DMA: preallocated 256 KiB pool for atomic coherent allocations
cpuidle: using governor menu
CPU identified as i.MX6DL, silicon rev 1.3
vddarm: bypassed regulator has no supply!
vddarm: failed to get the current voltage(-517)
vddsoc: bypassed regulator has no supply!
vddsoc: failed to get the current voltage(-517)
hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
hw-breakpoint: maximum watchpoint size is 4 bytes.
imx6dl-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver
imx-gpc 20dc000.gpc: pu regulator not ready, retry
mxs-dma 110000.dma-apbh: initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
2000000.aips-bus:usbphy_nop1 supply vcc not found, using dummy regulator
2000000.aips-bus:usbphy_nop2 supply vcc not found, using dummy regulator
i2c i2c-0: IMX I2C adapter registered
i2c i2c-0: can't use DMA, using PIO instead.
i2c i2c-1: IMX I2C adapter registered
i2c i2c-1: can't use DMA, using PIO instead.
i2c i2c-2: IMX I2C adapter registered
i2c i2c-2: can't use DMA, using PIO instead.
Linux video capture interface: v2.00
imx-ipuv3 2400000.ipu: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)
MIPI CSI2 driver module loaded
imx rpmsg driver is registered.
Advanced Linux Sound Architecture Driver Initialized.
clocksource: Switched to clocksource mxc_timer1
VFS: Disk quotas dquot_6.6.0
VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
NET: Registered protocol family 2
TCP established hash table entries: 8192 (order: 3, 32768 bytes)
TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
TCP: Hash tables configured (established 8192 bind 8192)
UDP hash table entries: 512 (order: 2, 16384 bytes)
UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
NET: Registered protocol family 1
RPC: Registered named UNIX socket transport module.
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
Bus freq driver module loaded
workingset: timestamp_bits=30 max_order=18 bucket_order=0
NFS: Registering the id_resolver key type
Key type id_resolver registered
Key type id_legacy registered
jffs2: version 2.2. (NAND) c 2001-2006 Red Hat, Inc.
fuse init (API version 7.26)
io scheduler noop registered
io scheduler deadline registered
io scheduler cfq registered (default)
imx-weim 21b8000.weim: Driver registered.
backlight supply power not found, using dummy regulator
mxc_sdc_fb fb@0: registered mxc display driver ldb
imx-ipuv3 2400000.ipu: IPU DMFC DP HIGH RESOLUTION: 1(0,1), 5B(2~5), 5F(6,7)
Console: switching to colour frame buffer device 128x48
mxc_hdmi 20e0000.hdmi_video: Detected HDMI controller 0x13:0x1a:0xa0:0xc1
fbcvt: 1920x1080@60: CVT Name - 2.073M9
mxc_sdc_fb fb@1: registered mxc display driver hdmi
mxc_sdc_fb fb@3: registered mxc display driver ldb
mxc_sdc_fb fb@3: ipu0-di0 already in use
mxc_sdc_fb: probe of fb@3 failed with error -16
imx-sdma 20ec000.sdma: no iram assigned, using external mem
imx-sdma 20ec000.sdma: loaded firmware 3.3
pfuze100-regulator 1-0008: Full layer: 2, Metal layer: 1
pfuze100-regulator 1-0008: FAB: 0, FIN: 0
pfuze100-regulator 1-0008: pfuze100 found.
vddpu: supplied by SW1C
usb_otg_vbus: supplied by SWBST
usb_h1_vbus: supplied by SWBST
2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 26, base_baud = 5000000) is a IMX
console [ttymxc0] enabled
21ec000.serial: ttymxc2 at MMIO 0x21ec000 (irq = 71, base_baud = 5000000) is a IMX
imx sema4 driver is registered.
[drm] Initialized
[drm] Initialized vivante 1.0.0 20120216 on minor 0
brd: module loaded
loop: module loaded
m25p80 spi0.0: unrecognized JEDEC id bytes: 00, 00, 00
spi_imx 2008000.ecspi: probed
HSI/SSI char device loaded
libphy: Fixed MDIO Bus: probed
usbcore: registered new interface driver kaweth
pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
usbcore: registered new interface driver pegasus
usbcore: registered new interface driver rtl8150
usbcore: registered new interface driver r8152
usbcore: registered new interface driver asix
usbcore: registered new interface driver ax88179_178a
usbcore: registered new interface driver cdc_ether
usbcore: registered new interface driver cdc_eem
usbcore: registered new interface driver net1080
usbcore: registered new interface driver cdc_ncm
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci-mxc: Freescale On-Chip EHCI Host driver
usbcore: registered new interface driver usb_ehset_test
2184800.usbmisc supply vbus-wakeup not found, using dummy regulator
ci_hdrc ci_hdrc.1: EHCI Host Controller
ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 1
ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 1 port detected
mousedev: PS/2 mouse device common for all mice
snvs_rtc 20cc000.snvs:snvs-rtc-lp: rtc core: registered 20cc000.snvs:snvs-r as rtc0
i2c /dev entries driver
mxc_v4l2_output v4l2_out: V4L2 device registered as video16
mxc_v4l2_output v4l2_out: V4L2 device registered as video17
mxc_v4l2_output v4l2_out: V4L2 device registered as video18
imx2-wdt 20c0000.wdog: timeout 60 sec (nowayout=0)
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
sdhci-pltfm: SDHCI platform and OF driver helper
sdhci-esdhc-imx 2194000.usdhc: Got CD GPIO
sdhci-esdhc-imx 2194000.usdhc: Got WP GPIO
mmc1: SDHCI controller on 2194000.usdhc [2194000.usdhc] using ADMA
sdhci-esdhc-imx 2198000.usdhc: Got CD GPIO
sdhci-esdhc-imx 2198000.usdhc: Got WP GPIO
mmc2: SDHCI controller on 2198000.usdhc [2198000.usdhc] using ADMA
mmc2: new high speed SDHC card at address 5048
mmc3: SDHCI controller on 219c000.usdhc [219c000.usdhc] using ADMA
mxc_vdoa 21e4000.vdoa: i.MX Video Data Order Adapter(VDOA) driver probed
mmcblk2: mmc2:5048 Y016L 14.5 GiB
mxc_hdmi_cec soc:hdmi_cec@00120000: HDMI CEC initialized
caam 2100000.caam: ERA source: CAAMVID.
caam 2100000.caam: AXI pipeline throttling enabled.
mmcblk2: p1 p2
caam 2100000.caam: device ID = 0x0a16010000000100 (Era 4)
job rings = 2, qi = 0
caam_jr 2101000.jr0: Entropy delay = 3200
caam_jr 2101000.jr0: Instantiated RNG4 SH0.
caam_jr 2101000.jr0: Instantiated RNG4 SH1.
mmc3: new DDR MMC card at address 0001
caam algorithms registered in /proc/crypto
mmcblk3: mmc3:0001 008GB0 7.28 GiB
caam_jr 2101000.jr0: registering rng-caam
platform caam_sm: blkkey_ex: 4 keystore units available
mmcblk3boot0: mmc3:0001 008GB0 partition 1 8.00 MiB
~中略~
caam-snvs 20cc000.caam-snvs: can't get snvs clock
caam-snvs 20cc000.caam-snvs: violation handlers armed - non-secure state
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
fsl-ssi-dai 202c000.ssi: No cache defaults, reading back from HW
imx-audio-hdmi sound-hdmi: hdmi-hifi.0 <-> soc:hdmi_audio@00120000 mapping ok
NET: Registered protocol family 26
NET: Registered protocol family 10
sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
NET: Registered protocol family 17
8021q: 802.1Q VLAN Support v1.8
Key type dns_resolver registered
cpu cpu0: regulators not ready, retry
vddarm: supplied by SW1AB
vddsoc: supplied by SW1C
imx-gpc 20dc000.gpc: Registered imx-gpc
mmcblk3boot1: mmc3:0001 008GB0 partition 2 8.00 MiB
mxc_vpu 2040000.vpu_fsl: VPU initialized
cpu cpu0: Registered imx6q-cpufreq
imx_thermal 2000000.aips-bus:tempmon: Commercial CPU temperature grade - max:95C critical:90C passive:85C
input: gpio-keys as /devices/soc0/gpio-keys/input/input0
snvs_rtc 20cc000.snvs:snvs-rtc-lp: setting system clock to 1970-01-01 00:00:01 UTC (1)
usb_otg_vbus: disabling
wm8962-supply: disabling
sensor-supply: disabling
mipi_dsi_pwr_on: disabling
VGEN2: disabling
VGEN3: disabling
ALSA device list:
#0: imx-hdmi-soc
mmcblk3rpmb: mmc3:0001 008GB0 partition 3 4.00 MiB
EXT4-fs (mmcblk2p2): couldn't mount as ext3 due to feature incompatibilities
EXT4-fs (mmcblk2p2): mounted filesystem with ordered data mode. Opts: (null)
VFS: Mounted root (ext4 filesystem) on device 179:2.
random: fast init done
devtmpfs: mounted
Freeing unused kernel memory: 1024K
systemd[1]: System time before build time, advancing clock.
systemd[1]: systemd 234 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN default-hierarchy=hybrid)
systemd[1]: Detected architecture arm.

Welcome to NXP i.MX Release Distro 4.9.88-2.0.0 (rocko)!

systemd[1]: Set hostname to <imx6solosabresd>.
systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ OK ] Listening on /dev/initctl Compatibility Named Pipe.
systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Started Dispatch Password Requests to Console Directory Watch.
systemd[1]: Reached target Remote File Systems.
[ OK ] Reached target Remote File Systems.
systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ OK ] Listening on Syslog Socket.
[ OK ] Reached target Host and Network Name Lookups.
[ OK ] Created slice System Slice.
Mounting Kernel Debug File System...
Starting Journal Service...
[ OK ] Created slice system-getty.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
Starting Load Kernel Modules...
Starting Setup Virtual Console...
[ OK ] Started Forward Password Requests to Wall Directory Watch.
galcore: loading out-of-tree module taints kernel.
galcore: clk_get vg clock failed, disable vg!
Galcore version 6.2.4.150331
[ OK ] Reached target Paths.
Starting Remount Root and Kernel File Systems...
[ OK ] Reached target Swap.
EXT4-fs (mmcblk2p2): re-mounted. Opts: (null)
Mounting Temporary Directory (/tmp)...
[ OK ] Reached target Slices.
[ OK ] Listening on Network Service Netlink Socket.
[ OK ] Listening on udev Control Socket.
[ OK ] Mounted Kernel Debug File System.
[ OK ] Mounted Temporary Directory (/tmp).
[ OK ] Started Setup Virtual Console.
[ OK ] Started Remount Root and Kernel File Systems.
[ OK ] Started Journal Service.
Starting Create System Users...
Starting Rebuild Hardware Database...
Starting Flush Journal to Persistent Storage...
[ OK ] Started Create System Users.
systemd-journald[190]: Received request to flush runtime journal from PID 1
Starting Create Static Device Nodes in /dev...
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Started Create Static Device Nodes in /dev.
Starting udev Kernel Device Manager...
[ OK ] Reached target Local File Systems (Pre).
Mounting /var/volatile...
[ OK ] Started Load Kernel Modules.
[ OK ] Mounted /var/volatile.
[ OK ] Reached target Local File Systems.
Starting Rebuild Dynamic Linker Cache...
Starting Rebuild Journal Catalog...
Starting Create Volatile Files and Directories...
Starting Load/Save Random Seed...
Mounting FUSE Control File System...
Mounting Kernel Configuration File System...
Starting Apply Kernel Variables...
[ OK ] Mounted Kernel Configuration File System.
[ OK ] Mounted FUSE Control File System.
[ OK ] Started udev Kernel Device Manager.
[ OK ] Started Rebuild Journal Catalog.
[ OK ] Started Create Volatile Files and Directories.
[ OK ] Started Load/Save Random Seed.
Starting Network Time Synchronization...
Starting Update UTMP about System Boot/Shutdown...
[ OK ] Started Apply Kernel Variables.
[ OK ] Started Network Time Synchronization.
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Reached target System Time Synchronized.
[ OK ] Started Rebuild Hardware Database.
Starting udev Coldplug all Devices...
[ OK ] Started udev Coldplug all Devices.
[ OK ] Found device /dev/ttymxc0.
(ここで停止)

ERROR: binutils-2.34-r0 do_compile: Execution of.......failed with exit code 1: について

bitbake後に現れた”ERROR: binutils-2.34-r0 do_compile: Execution of.......failed with exit code 1:”の解消方法、
もしくは解決に向けて試すべき事項があればご教授いただければ幸いです。
詳細は下記に記してあります。

《概要》
bitbake -k boundary-image-multimedia-full を実行したところ、エラー(《エラーメッセージ》参照)が出た。

《環境》
Ubuntu18.04LTS(PCにクリーンインストール済み)

《達成したい内容》
https://boundarydevices.com/yocto-dunfell-release-for-i-mx8-platforms/
のBuild procedureの項目を実行し、イメージファイルを得たい。
※イメージファイル自体は完成品が同ページですでに提供済みだが、カスタマイズを検討しているため自らの環境でビルドを成功させたい。

《実行内容》
sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib build-essential chrpath socat cpio python python3 python3-pip python3-pexpect xz-utils debianutils iputils-ping libsdl1.2-dev xterm

sudo apt-get install repo
mkdir ~/yocto-dunfell && cd yocto-dunfell
repo init -u http://github.com/boundarydevices/boundary-bsp-platform -b dunfell
repo sync
MACHINE=nitrogen8mm DISTRO=boundary-wayland . setup-environment build
bitbake -k boundary-image-multimedia-full

《実行結果》
下記4種類のエラーが出た。本トピックでは、②に関してご質問させてください。


ERROR: fmt-6.2.0-r0 do_compile: Execution of '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/temp/run.do_compile.619' failed with exit code 1:


ERROR: binutils-2.34-r0 do_compile: oe_runmake failed
ERROR: binutils-2.34-r0 do_compile: Execution of '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/temp/run.do_compile.625' failed with exit code 1:


ERROR: assimp-5.0.1-r0 do_compile: Execution of '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/assimp/5.0.1-r0/temp/run.do_compile.634' failed with exit code 1:


ERROR: imx-gpu-apitrace-9.0.0-r0 do_compile: Execution of '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-mx8mm-fslc-linux/imx-gpu-apitrace/9.0.0-r0/temp/run.do_compile.1044' failed with exit code 1:

《★ご質問》
(1)本エラーの解消方法、もしくは解決に向けて試すべき事項があればご教授いただければ幸いです。
   よろしくお願いします。

《エラーメッセージ》
②のエラーのメッセージ、および詳細メッセージを下記に示します。

////////////////エラーメッセージ///////////////////
ERROR: binutils-2.34-r0 do_compile: oe_runmake failed
ERROR: binutils-2.34-r0 do_compile: Execution of '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/temp/run.do_compile.625' failed with exit code 1:

★エラー詳細は後に記載

ERROR: Logfile of failure stored in: /home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/temp/log.do_compile.625

NOTE: recipe binutils-2.34-r0: task do_compile: Failed

ERROR: Task (/home/tcu/yocto-dunfell/sources/poky/meta/recipes-devtools/binutils/binutils_2.34.bb:do_compile) failed with exit code '1'
/////////////////////////////////////////////

///////////////エラー詳細ファイル//////////////////////////////
make[1]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux'
make[1]: Nothing to be done for 'all-target'.
make[2]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/intl'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/intl'
make[2]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/libiberty'
make[2]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/etc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/etc'
make[3]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/libiberty/testsuite'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/libiberty/testsuite'
make[2]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/libiberty'
make[2]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/bfd'
Making info in doc
make[3]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/bfd/doc'
make[3]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/bfd/doc'
Making info in po
make[3]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/bfd/po'
make[3]: Nothing to be done for 'info'.
make[3]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/bfd/po'
make[3]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/bfd'
make[3]: Nothing to be done for 'info-am'.
make[3]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/bfd'
make all-recursive
make[3]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/bfd'
Making all in doc
make[4]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/bfd/doc'
make[4]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/bfd/doc'
Making all in po
make[4]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/bfd/po'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/bfd/po'
make[4]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/bfd'
make[4]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/bfd'
make[3]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/bfd'
make[2]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/bfd'
make[2]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/opcodes'
make all-recursive
make[3]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/opcodes'
Making all in .
make[4]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/opcodes'
make[4]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/opcodes'
Making all in po
make[2]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/libctf'
make[4]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/opcodes/po'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/opcodes/po'
make all-am
make[3]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/opcodes'
make[2]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/opcodes'
make[3]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/libctf'
make[3]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/libctf'
make[2]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/libctf'
make[2]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/gas'
make all-recursive
make[3]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/gas'
Making all in doc
make[4]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/gas/doc'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/gas/doc'
Making all in po
make[4]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/gas/po'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/gas/po'
make[4]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/gas'
make[4]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/gas'
make[3]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/gas'
make[2]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/gas'
make[2]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/binutils'
Making info in doc
make[2]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/gprof'
make[3]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/binutils/doc'
make[3]: Nothing to be done for 'info'.
make[3]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/binutils/doc'
Making info in po
make all-recursive
make[3]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/gprof'
Making all in po
make[2]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/gold'
make all-recursive
make[3]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/gold'
make[4]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/gprof/po'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/gprof/po'
make[3]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/binutils/po'
make[3]: Nothing to be done for 'info'.
make[3]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/binutils/po'
Making all in po
make[4]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/gprof'
make[3]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/binutils'
make[3]: Nothing to be done for 'info-am'.
make[3]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/binutils'
make[4]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/gprof'
make all-recursive
make[3]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/gprof'
make[2]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/gprof'
make[3]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/binutils'
Making all in doc
make[4]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/binutils/doc'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/binutils/doc'
Making all in po
make[4]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/binutils/po'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/binutils/po'
make[4]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/binutils'
make[4]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/binutils'
make[3]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/binutils'
make[2]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/binutils'
make[4]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/gold/po'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/gold/po'
Making all in testsuite
make[4]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/gold/testsuite'
make all-am
make[2]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/ld'
make all-recursive
make[3]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/ld'
Making all in po
make[5]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/gold/testsuite'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/gold/testsuite'
make[4]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/gold/testsuite'
make[4]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/gold'
aarch64-fslc-linux-g++ -mcpu=cortex-a53+crc+crypto -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0=/usr/src/debug/binutils/2.34-r0 -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0=/usr/src/debug/binutils/2.34-r0 -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/recipe-sysroot= -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/recipe-sysroot-native= --sysroot=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../gold -I../../gold -I../../gold/../include -I../../gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/aarch64-fslc-linux/bin\"" -DTOOLLIBDIR="\"/usr/aarch64-fslc-linux/lib\"" -W -Wall -Wstack-usage=262144 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=expression.o -pthread -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0=/usr/src/debug/binutils/2.34-r0 -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0=/usr/src/debug/binutils/2.34-r0 -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/recipe-sysroot= -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/recipe-sysroot-native= -fvisibility-inlines-hidden -c -o expression.o ../../gold/expression.cc
aarch64-fslc-linux-g++ -mcpu=cortex-a53+crc+crypto -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0=/usr/src/debug/binutils/2.34-r0 -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0=/usr/src/debug/binutils/2.34-r0 -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/recipe-sysroot= -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/recipe-sysroot-native= --sysroot=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../gold -I../../gold -I../../gold/../include -I../../gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/aarch64-fslc-linux/bin\"" -DTOOLLIBDIR="\"/usr/aarch64-fslc-linux/lib\"" -W -Wall -Wstack-usage=262144 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=script-sections.o -pthread -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0=/usr/src/debug/binutils/2.34-r0 -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0=/usr/src/debug/binutils/2.34-r0 -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/recipe-sysroot= -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/recipe-sysroot-native= -fvisibility-inlines-hidden -c -o script-sections.o ../../gold/script-sections.cc
aarch64-fslc-linux-g++ -mcpu=cortex-a53+crc+crypto -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0=/usr/src/debug/binutils/2.34-r0 -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0=/usr/src/debug/binutils/2.34-r0 -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/recipe-sysroot= -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/recipe-sysroot-native= --sysroot=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../gold -I../../gold -I../../gold/../include -I../../gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/aarch64-fslc-linux/bin\"" -DTOOLLIBDIR="\"/usr/aarch64-fslc-linux/lib\"" -W -Wall -Wstack-usage=262144 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=script.o -pthread -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0=/usr/src/debug/binutils/2.34-r0 -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0=/usr/src/debug/binutils/2.34-r0 -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/recipe-sysroot= -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/recipe-sysroot-native= -fvisibility-inlines-hidden -c -o script.o ../../gold/script.cc
make[4]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/ld/po'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/ld/po'
make[4]: Entering directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/ld'
make[4]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/ld'
make[3]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/ld'
make[2]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/ld'
aarch64-fslc-linux-g++ -mcpu=cortex-a53+crc+crypto -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0=/usr/src/debug/binutils/2.34-r0 -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0=/usr/src/debug/binutils/2.34-r0 -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/recipe-sysroot= -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/recipe-sysroot-native= --sysroot=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../gold -I../../gold -I../../gold/../include -I../../gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/aarch64-fslc-linux/bin\"" -DTOOLLIBDIR="\"/usr/aarch64-fslc-linux/lib\"" -W -Wall -Wstack-usage=262144 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=powerpc.o -pthread -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0=/usr/src/debug/binutils/2.34-r0 -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0=/usr/src/debug/binutils/2.34-r0 -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/recipe-sysroot= -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/recipe-sysroot-native= -fvisibility-inlines-hidden -c -o powerpc.o ../../gold/powerpc.cc
aarch64-fslc-linux-g++ -mcpu=cortex-a53+crc+crypto -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0=/usr/src/debug/binutils/2.34-r0 -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0=/usr/src/debug/binutils/2.34-r0 -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/recipe-sysroot= -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/recipe-sysroot-native= --sysroot=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/recipe-sysroot -DHAVE_CONFIG_H -I. -I../../gold -I../../gold -I../../gold/../include -I../../gold/../elfcpp -DLOCALEDIR="\"/usr/share/locale\"" -DBINDIR="\"/usr/bin\"" -DTOOLBINDIR="\"/usr/aarch64-fslc-linux/bin\"" -DTOOLLIBDIR="\"/usr/aarch64-fslc-linux/lib\"" -W -Wall -Wstack-usage=262144 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -frandom-seed=mips.o -pthread -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0=/usr/src/debug/binutils/2.34-r0 -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0=/usr/src/debug/binutils/2.34-r0 -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/recipe-sysroot= -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/recipe-sysroot-native= -fvisibility-inlines-hidden -c -o mips.o ../../gold/mips.cc
{standard input}: Assembler messages:
{standard input}:124826: Warning: end of file not at end of a line; newline inserted
{standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive
aarch64-fslc-linux-g++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
Makefile:1137: recipe for target 'mips.o' failed
make[4]: *** [mips.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/gold'
Makefile:1156: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/gold'
Makefile:896: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux/gold'
Makefile:6101: recipe for target 'all-gold' failed
make[1]: *** [all-gold] Error 2
make[1]: Leaving directory '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/git/build.aarch64-fslc-linux.aarch64-fslc-linux'
Makefile:852: recipe for target 'all' failed
make: *** [all] Error 2
WARNING: exit code 1 from a shell command.

ERROR: fmt-6.2.0-r0 do_compile: Execution of.......failed with exit code 1: について

bitbake後に現れた”ERROR: fmt-6.2.0-r0 do_compile: Execution of.......failed with exit code 1:”の解消方法、
もしくは解決に向けて試すべき事項があればご教授いただければ幸いです。
詳細は下記に記してあります。

《概要》
bitbake -k boundary-image-multimedia-full を実行したところ、エラー(《エラーメッセージ》参照)が出た。

《環境》
Ubuntu18.04LTS(PCにクリーンインストール済み)

《達成したい内容》
https://boundarydevices.com/yocto-dunfell-release-for-i-mx8-platforms/
のBuild procedureの項目を実行し、イメージファイルを得たい。
※イメージファイル自体は完成品が同ページですでに提供済みだが、カスタマイズを検討しているため自らの環境でビルドを成功させたい。

《実行内容》
sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib build-essential chrpath socat cpio python python3 python3-pip python3-pexpect xz-utils debianutils iputils-ping libsdl1.2-dev xterm

sudo apt-get install repo
mkdir ~/yocto-dunfell && cd yocto-dunfell
repo init -u http://github.com/boundarydevices/boundary-bsp-platform -b dunfell
repo sync
MACHINE=nitrogen8mm DISTRO=boundary-wayland . setup-environment build
bitbake -k boundary-image-multimedia-full

《実行結果》
下記4種類のエラーが出た。本トピックでは、①に関してご質問させてください。


ERROR: fmt-6.2.0-r0 do_compile: Execution of '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/temp/run.do_compile.619' failed with exit code 1:


ERROR: binutils-2.34-r0 do_compile: oe_runmake failed
ERROR: binutils-2.34-r0 do_compile: Execution of '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/binutils/2.34-r0/temp/run.do_compile.625' failed with exit code 1:


ERROR: assimp-5.0.1-r0 do_compile: Execution of '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/assimp/5.0.1-r0/temp/run.do_compile.634' failed with exit code 1:


ERROR: imx-gpu-apitrace-9.0.0-r0 do_compile: Execution of '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-mx8mm-fslc-linux/imx-gpu-apitrace/9.0.0-r0/temp/run.do_compile.1044' failed with exit code 1:

《エラーに対して試したこととその結果:》
①エラー詳細の最後に「ninja: build stopped: subcommand failed.」とあったことから、
下記サイトを参考にpip install ninjaを実行したうえで、再度bitbakeを実行したがエラーは消えなかった。
https://github.com/pytorch/pytorch/issues/32694

《★ご質問》
(1)本エラーの解消方法、もしくは解決に向けて試すべき事項があればご教授いただければ幸いです。
   よろしくお願いします。

《エラーメッセージ》
①のエラーのメッセージ、および詳細メッセージを下記に示します。

////////////////エラーメッセージ///////////////////
ERROR: fmt-6.2.0-r0 do_compile: Execution of '/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/temp/run.do_compile.619' failed with exit code 1:

★エラー詳細は後に記載

ERROR: Logfile of failure stored in: /home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/temp/log.do_compile.619

NOTE: recipe fmt-6.2.0-r0: task do_compile: Failed

ERROR: Task (/home/tcu/yocto-dunfell/sources/meta-openembedded/meta-oe/recipes-support/fmt/fmt_6.2.0.bb:do_compile) failed with exit code '1'
/////////////////////////////////////////////

///////////////エラー詳細ファイル//////////////////////////////
[1/8] : && /home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/recipe-sysroot-native/usr/bin/aarch64-fslc-linux/aarch64-fslc-linux-g++ -mcpu=cortex-a53+crc+crypto -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0=/usr/src/debug/fmt/6.2.0-r0 -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0=/usr/src/debug/fmt/6.2.0-r0 -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/recipe-sysroot= -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/recipe-sysroot-native= -fvisibility-inlines-hidden -mcpu=cortex-a53+crc+crypto -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/recipe-sysroot -DNDEBUG -mcpu=cortex-a53+crc+crypto -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0=/usr/src/debug/fmt/6.2.0-r0 -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0=/usr/src/debug/fmt/6.2.0-r0 -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/recipe-sysroot= -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/recipe-sysroot-native= -fvisibility-inlines-hidden -mcpu=cortex-a53+crc+crypto -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now test/CMakeFiles/compile-test.dir/compile-test.cc.o -o bin/compile-test -Wl,-rpath,"\$ORIGIN/../" test/libtest-main.a test/libgmock.a -lpthread libfmt.so.6.2.0 -Wl,--as-needed && :
[2/8] : && /home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/recipe-sysroot-native/usr/bin/aarch64-fslc-linux/aarch64-fslc-linux-g++ -mcpu=cortex-a53+crc+crypto -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0=/usr/src/debug/fmt/6.2.0-r0 -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0=/usr/src/debug/fmt/6.2.0-r0 -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/recipe-sysroot= -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/recipe-sysroot-native= -fvisibility-inlines-hidden -mcpu=cortex-a53+crc+crypto -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/recipe-sysroot -DNDEBUG -mcpu=cortex-a53+crc+crypto -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0=/usr/src/debug/fmt/6.2.0-r0 -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0=/usr/src/debug/fmt/6.2.0-r0 -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/recipe-sysroot= -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/recipe-sysroot-native= -fvisibility-inlines-hidden -mcpu=cortex-a53+crc+crypto -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now test/CMakeFiles/printf-test.dir/printf-test.cc.o -o bin/printf-test -Wl,-rpath,"\$ORIGIN/../" test/libtest-main.a test/libgmock.a -lpthread libfmt.so.6.2.0 -Wl,--as-needed && :
[3/8] /home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/recipe-sysroot-native/usr/bin/aarch64-fslc-linux/aarch64-fslc-linux-g++ -DFMT_LOCALE -DFMT_SHARED -DGTEST_HAS_STD_WSTRING=1 -DGTEST_LANG_CXX11=0 -D_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING=1 -I/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/git/include -isystem /home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/git/test/gtest -isystem /home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/git/test/gmock -isystem /home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/git/test/. -mcpu=cortex-a53+crc+crypto -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0=/usr/src/debug/fmt/6.2.0-r0 -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0=/usr/src/debug/fmt/6.2.0-r0 -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/recipe-sysroot= -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/recipe-sysroot-native= -fvisibility-inlines-hidden -mcpu=cortex-a53+crc+crypto -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/recipe-sysroot -DNDEBUG -fno-delete-null-pointer-checks -std=gnu++11 -MD -MT test/CMakeFiles/format-test.dir/format-test.cc.o -MF test/CMakeFiles/format-test.dir/format-test.cc.o.d -o test/CMakeFiles/format-test.dir/format-test.cc.o -c /home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/git/test/format-test.cc
FAILED: test/CMakeFiles/format-test.dir/format-test.cc.o
/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/recipe-sysroot-native/usr/bin/aarch64-fslc-linux/aarch64-fslc-linux-g++ -DFMT_LOCALE -DFMT_SHARED -DGTEST_HAS_STD_WSTRING=1 -DGTEST_LANG_CXX11=0 -D_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING=1 -I/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/git/include -isystem /home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/git/test/gtest -isystem /home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/git/test/gmock -isystem /home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/git/test/. -mcpu=cortex-a53+crc+crypto -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0=/usr/src/debug/fmt/6.2.0-r0 -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0=/usr/src/debug/fmt/6.2.0-r0 -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/recipe-sysroot= -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/recipe-sysroot-native= -fvisibility-inlines-hidden -mcpu=cortex-a53+crc+crypto -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/recipe-sysroot -DNDEBUG -fno-delete-null-pointer-checks -std=gnu++11 -MD -MT test/CMakeFiles/format-test.dir/format-test.cc.o -MF test/CMakeFiles/format-test.dir/format-test.cc.o.d -o test/CMakeFiles/format-test.dir/format-test.cc.o -c /home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/git/test/format-test.cc
aarch64-fslc-linux-g++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
[4/8] /home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/recipe-sysroot-native/usr/bin/aarch64-fslc-linux/aarch64-fslc-linux-g++ -DFMT_LOCALE -DFMT_SHARED -DGTEST_HAS_STD_WSTRING=1 -DGTEST_LANG_CXX11=0 -D_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING=1 -I/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/git/include -isystem /home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/git/test/gtest -isystem /home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/git/test/gmock -isystem /home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/git/test/. -mcpu=cortex-a53+crc+crypto -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0=/usr/src/debug/fmt/6.2.0-r0 -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0=/usr/src/debug/fmt/6.2.0-r0 -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/recipe-sysroot= -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/recipe-sysroot-native= -fvisibility-inlines-hidden -mcpu=cortex-a53+crc+crypto -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/recipe-sysroot -DNDEBUG -fno-delete-null-pointer-checks -std=gnu++11 -MD -MT test/CMakeFiles/ostream-test.dir/ostream-test.cc.o -MF test/CMakeFiles/ostream-test.dir/ostream-test.cc.o.d -o test/CMakeFiles/ostream-test.dir/ostream-test.cc.o -c /home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/git/test/ostream-test.cc
[5/8] /home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/recipe-sysroot-native/usr/bin/aarch64-fslc-linux/aarch64-fslc-linux-g++ -DFMT_LOCALE -DFMT_SHARED -DGTEST_HAS_STD_WSTRING=1 -DGTEST_LANG_CXX11=0 -D_SILENCE_TR1_NAMESPACE_DEPRECATION_WARNING=1 -I/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/git/include -isystem /home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/git/test/gtest -isystem /home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/git/test/gmock -isystem /home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/git/test/. -mcpu=cortex-a53+crc+crypto -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0=/usr/src/debug/fmt/6.2.0-r0 -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0=/usr/src/debug/fmt/6.2.0-r0 -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/recipe-sysroot= -fdebug-prefix-map=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/recipe-sysroot-native= -fvisibility-inlines-hidden -mcpu=cortex-a53+crc+crypto -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/recipe-sysroot -DNDEBUG -fno-delete-null-pointer-checks -std=gnu++11 -MD -MT test/CMakeFiles/color-test.dir/color-test.cc.o -MF test/CMakeFiles/color-test.dir/color-test.cc.o.d -o test/CMakeFiles/color-test.dir/color-test.cc.o -c /home/tcu/yocto-dunfell/build/tmp/work/aarch64-fslc-linux/fmt/6.2.0-r0/git/test/color-test.cc
ninja: build stopped: subcommand failed.
WARNING: exit code 1 from a shell command.

《以上》

bitbake -c devshell virtual/kernelについて

お世話になっております。
現在、virtualboxにubuntuを入れて件名のコードを端末から送信しているのですが、
ホームディレクトリの名前を変更してから下記のエラーが発生しています。
ERROR: OE-core's config santiny checker detected a potential misconfiguration.
Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
Following is the list of potential problems / advisories:

Error, TMPDIR has changed location. you need to either move it back to 変更前パス or rebuild

Summary: There was 1 ERROR message shown, returning a non-zero exit code.

ホームディレクトリの名前を戻すことはできないので何か改善策がございましたらご教示いただきたく存じます。
調べるとCONNECTIVITY_CHECK_URIS=""をlocal.confに追加とあるのですが何個かlocal.confの名前のファイルがあり
どれに追加すればよいかわからない状態です。
できればリビルドして再構築を行いたいのですが方法が調べてもわかりませんでした。
以上、宜しくお願い致します。

ページ