Atlas 200I DK A2配置M.2接口的RTL8822CE,在编译内核时无法弹出内核配置主界面,然后弹出报错
收藏回复举报
Atlas 200I DK A2配置M.2接口的RTL8822CE,在编译内核时无法弹出内核配置主界面,然后弹出报错
t('forum.solved') 已解决
新人帖
发表于2023-12-09 23:38:07
0 查看
 报错信息:

scripts/Kconfig.include:39: compiler 'aarch64-target-linux-gnu-gcc' not found 

make[1]: *** [scripts/kconfig/Makefile:29:menuconfig] 错误 1 

make: *** [Makefile:605:menuconfig] 错误 2 

make: aarch64-target-linux-gnu-gcc: 没有那个文件或目录 

*** 

*** Configuration file ".config" not found! 

*** 

*** Please run some configurator (e.g. "make oldconfig" or 

*** "make menuconfig" or "make xconfig"). 

*** 

make: *** [Makefile:709:.config] 错误 1 

make: aarch64-target-linux-gnu-gcc: 没有那个文件或目录 

*** 

*** Configuration file ".config" not found! 

*** 

*** Please run some configurator (e.g. "make oldconfig" or 

*** "make menuconfig" or "make xconfig"). 

*** 

make: *** [Makefile:709:.config] 错误 1 

make: aarch64-target-linux-gnu-gcc: 没有那个文件或目录 

 

  ERROR: Kernel configuration is invalid. 

         include/generated/autoconf.h or include/config/auto.conf are missing. 

         Run 'make oldconfig && make prepare' on kernel src to fix it. 

 

Makefile:647: include/config/auto.conf: 没有那个文件或目录 

make: *** [Makefile:731:include/config/auto.conf] 错误 1 

find: ‘/home/Ascend310B-sdk/Ascend310B-source/output/modules/’: 没有那个文件或目录 

cp: 对 '/home/Ascend310B-sdk/Ascend310B-source/kernel/kernel/kernel/out/linux*/arch/arm64/boot/Image' 调用 stat 失败: 没有那个文件或目录 

generate /home/Ascend310B-sdk/Ascend310B-source/output/kernel_modules success! 

generate /home/Ascend310B-sdk/Ascend310B-source/output/Image success! 

Traceback (most recent call last): 

  File "/home/Ascend310B-sdk/Ascend310B-source/tools/signtool/esbc_header/esbc_header.py", line 75, in <module> 

    with open(args.raw, 'rb') as f: 

FileNotFoundError: [Errno 2] No such file or directory: '/home/Ascend310B-sdk/Ascend310B-source/output/Image' 

Traceback (most recent call last): 

  File "/home/Ascend310B-sdk/Ascend310B-source/tools/signtool/image_pack/image_pack.py", line 142, in <module> 

    main() 

  File "/home/Ascend310B-sdk/Ascend310B-source/tools/signtool/image_pack/image_pack.py", line 109, in main 

    with open(args.raw, "rb") as f: 

我已经安装了aarch64-target-linux-gnu-gcc,用的是ubuntu 22.04版本图形化界面。顺便有没有大佬说一下这个RTL8822CE模组的蓝牙应该如何配置?急急急!谢谢各位!!!

我要发帖子