当我尝试使用“make”命令编译 AOSP 时,出现错误

When I try to compile AOSP using the "make" command I get an error

提问人:Klee 提问时间:10/22/2023 最后编辑:Klee 更新时间:10/22/2023 访问量:32

问:

操作系统:macos Monterey(12.6.2)

player@iMac aosp % make

命令行参数

致命错误:运行时:bsdthread_register错误

运行时堆栈: runtime.throw(0x16c1e48, 0x21)

预构建/go/darwin-x86/src/runtime/panic.go:596 +0x95 fp=0x7ff7bfefeb90 sp=0x7ff7bfefeb70 运行时.goenvs()

prebuilts/go/darwin-x86/src/runtime/os_darwin.go:108 +0xa0 fp=0x7ff7bfefebc0 sp=0x7ff7bfefeb90

运行时.schedinit()

prebuilts/go/darwin-x86/src/runtime/proc.go:486 +0xa1 fp=0x7ff7bfefec00 sp=0x7ff7bfefebc0

runtime.rt0_go(0x7ff7bfefec38、0x10、0x7ff7bfefec38、0x0、0x1000000、0x10、0x7ff7bfefef98、0x7ff7bfefefe1、0x7ff7bfefefe4、0x7ff7bfeff040、...

prebuilts/go/darwin-x86/src/runtime/asm_amd64.s:158 +0x183 fp=0x7ff7bfefec08 sp=0x7ff7bfefec00

make: *** [run_soong_ui] 错误 2

错误图像

同步版本为 android-8.1.0_r52

android macOS makefile 开源 android-source

评论

0赞 MadScientist 10/22/2023
请编辑您的问题并修复格式。
0赞 Klee 10/23/2023
兄弟,忽略格式,检查图像
0赞 MadScientist 10/23/2023
请不要在 StackOverflow 上发布图片,或者更糟糕的是,指向其他包含图片的网站的链接。meta.stackoverflow.com/a/285557/939557

答: 暂无答案