admin管理员组文章数量:1321074
I'm trying to configure PlatformIO
with CLion
for an 8051-based
project using the SDCC
toolchain.
- The
sdcc.exe
file exists at the correct path and runs successfully from the command line, butCLion
cannot find it when building the project:
Unknown compiler executable: 'C:\Users\lyz\.platformio\packages\toolchain-sdcc\bin\sdcc.exe'
- The
SDCC
toolchain is installed at
C:\Users\lyz\.platformio\packages\toolchain-sdcc\bin\sdcc.exe.
The project builds successfully from the command line using
pio run
, butCLion's PlatformIO
plugin fails to recognizesdcc.exe
.I've verified that the file exists and can be executed directly from the terminal, but
CLion
does not detect it during the build process.I’ve tried setting the correct toolchain path in the
platformio.ini
file, but the issue persists.
How can I resolve this and make CLion
properly recognize the SDCC
toolchain?
- Reinstall the toolchain
I'm trying to configure PlatformIO
with CLion
for an 8051-based
project using the SDCC
toolchain.
- The
sdcc.exe
file exists at the correct path and runs successfully from the command line, butCLion
cannot find it when building the project:
Unknown compiler executable: 'C:\Users\lyz\.platformio\packages\toolchain-sdcc\bin\sdcc.exe'
- The
SDCC
toolchain is installed at
C:\Users\lyz\.platformio\packages\toolchain-sdcc\bin\sdcc.exe.
The project builds successfully from the command line using
pio run
, butCLion's PlatformIO
plugin fails to recognizesdcc.exe
.I've verified that the file exists and can be executed directly from the terminal, but
CLion
does not detect it during the build process.I’ve tried setting the correct toolchain path in the
platformio.ini
file, but the issue persists.
How can I resolve this and make CLion
properly recognize the SDCC
toolchain?
- Reinstall the toolchain
1 Answer
Reset to default 0Try downgrading the Clion version to 2024.2.4 or lower, that's how I solved it
本文标签: 8051CLion cannot find sdccexe when configuring PlatformIOStack Overflow
版权声明:本文标题:8051 - CLion cannot find sdcc.exe when configuring PlatformIO - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742090683a2420248.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论