主题 : out/.path_interposer_log 找不到 复制链接 | 浏览器收藏 | 打印
级别: 新手上路
UID: 148524
精华: 0
发帖: 1
金钱: 5 两
威望: 1 点
贡献值: 0 点
综合积分: 2 分
注册时间: 2023-03-24
最后登录: 2023-03-24
楼主  发表于: 2023-03-24 16:30

 out/.path_interposer_log 找不到

正在编译安卓10源码,请问有人遇到相同的错误吗?应该怎么解决?
```shell
Using .config as base
Merging ./kernel/configs/rk3399.config
#
# merged configuration written to .config (needs make)
#
scripts/kconfig/conf  --oldconfig Kconfig
#
# configuration written to .config
#
scripts/kconfig/conf  --syncconfig Kconfig
  CALL    scripts/checksyscalls.sh
  CHK     include/generated/compile.h
  GZIP    kernel/config_data.gz
  Image:  kernel.img is ready
  CALL    scripts/checksyscalls.sh
  Building modules, stage 2.
  MODPOST 6 modules
  Image:  resource.img (with rk33*-nanopi*-rev*.dtb logo.bmp logo_kernel.bmp) is ready
  Image:  boot.img (with Image  resource.img) is ready
  Image:  zboot.img (with Image.lz4  resource.img) is ready

#### make completed successfully (04:09 (mm:ss)) ####


============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=10
TARGET_PRODUCT=nanopc_t4
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_ARCH=arm64
TARGET_ARCH_VARIANT=armv8-a
TARGET_CPU_VARIANT=cortex-a53
TARGET_2ND_ARCH=arm
TARGET_2ND_ARCH_VARIANT=armv7-a-neon
TARGET_2ND_CPU_VARIANT=cortex-a15
HOST_ARCH=x86_64
HOST_2ND_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=Linux-4.15.0-206-generic-x86_64-Ubuntu-18.04.6-LTS
HOST_CROSS_OS=windows
HOST_CROSS_ARCH=x86
HOST_CROSS_2ND_ARCH=x86_64
HOST_BUILD_TYPE=release
BUILD_ID=QQ2A.200501.001.B3
OUT_DIR=out
============================================
15:02:09 Failed to listen for path logs: listen unix out/.path_interposer_log: bind: operation not permitted

#### failed to build some targets (8 seconds) ####
```