在debian12.6下编译ABI2.0下的buildroot,按用户手册的要求完成后,打入命令 make 出现如下错误,如何修改?
checking how to run the C++ preprocessor... /lib/cpp
configure: error: in `/home/zliu2007/2k300/buildroot/output/build/host-gperf-3.1/lib':
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details
configure: error: ./configure failed for lib
make: *** [package/pkg-generic.mk:273:/home/zliu2007/2k300/buildroot/output/build/host-gperf-3.1/.stamp_configured] 错误 1
Program check-filesystems.sh found: YES (/dev/shm/buildroot/output/build/systemd-254.9/src/basic/check-filesystems.sh)
output/build/systemd-254.9/src/basic/meson.build:234:8: ERROR: Problem encountered: Unknown filesystems defined in kernel headers:
Filesystem found in kernel header but not in filesystems-gperf.gperf: BCACHEFS_SUPER_MAGIC
Filesystem found in kernel header but not in filesystems-gperf.gperf: PID_FS_MAGIC
A full log can be found at /dev/shm/buildroot/output/build/systemd-254.9/build/meson-logs/meson-log.txt
make: *** [package/pkg-generic.mk:273:/dev/shm/buildroot/output/build/systemd-254.9/.stamp_configured] 错误 1
```