Ubuntu20.04 使用V1.91带的GCC12 编译时报错 fatal error: cannot execute 'cc1'

环境 Ubuntu 20.04, 


GCC版本12.2.0

/opt/gcc-riscv/riscv-wch-embedded-gcc12-v1.91/bin/riscv-none-elf-gcc --version
riscv-none-elf-gcc (xPack GNU RISC-V Embedded GCC x86_64) 12.2.0
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


执行编译报错

/opt/gcc-riscv/riscv-wch-embedded-gcc12-v1.91/bin/riscv-none-elf-gcc -march=rv32imac -mabi=ilp32 -mcmodel=medany -msmall-data-limit=8 -mno-save-restore -fmessage-length=0 -fsigned-char -gdwarf-3 -Og -std=gnu99  -Wall -ffunction-sections -fdata-sections -fno-common -I ../../Apps/TimerDemo/src -I ../../Libraries/RVMSIS -I ../../Libraries/StdPeriphDriver/inc -MT ../../Build/Apps/TimerDemo/src/main.o -o ../../Build/Apps/TimerDemo/src/main.o -c ../../Apps/TimerDemo/src/main.c -MMD -MP -MF ../../Build/Apps/TimerDemo/src/main.d
riscv-none-elf-gcc: fatal error: cannot execute 'cc1': execvp: No such file or directory
compilation terminated.


同样的命令用V1.91带的GCC8.2.0编译正常


请问这可能是什么问题?

下了个 MounRiver_Studio_Community_Linux_x64_V170.tar.xz, 换成这里面自带的 GCC 12 编译就没问题. 粗略对比了一下两个目录, 文件大小都是一样的, 但是MRS自带的就正常, 换成V1.91里的就会报错, 这是什么情况? 


您好,我这边V19.1工具链没有复现您的现象,cc1找不到可能和目录更改或者部分环境变量类似GCC_EXEC_PREFIX设置导致的,您可以自查一下,如还有问题,可联系邮箱yangy@wch.cn进一步沟通


只有登录才能回复,可以选择微信账号登录