The project type is not supported by this installation.解决办法

Windows 7 升级功能很好用。只不过这个过程很费时间。升级之后大部分程序都正常使用。

但是Visual Studio 2008 和 Visual Studio 2010 都罢工了。Visual Studio 2010 打不开界面,一运行就抛出异常,完全卸载后重装解决问题了。

Visual Studio 2008则是不能创建WPF项目和打不开WPF项目,创建WPF项目确定之后没有反应,打开已有的WPF解决方案,则提示“the project type is not supported by this installation”。卸载重装完全不能解决问题,还好搜索到了解决方案:

1) devenv /setup
2) regsvr32.exe "%vs80comntools%/../IDE/projectaggregator.dll"
3) devenv /resetskippkgs

记录一下备用。

### STM32 Debugging Setup and Configuration in CLion For configuring an STM32 project to be debugged within the CLion environment, several steps must be taken into consideration. The process involves setting up a proper toolchain along with ensuring that all necessary plugins are installed. To begin with, installation of the ARM Embedded GCC toolchain is essential as it provides the compiler required for building projects targeted at ARM-based microcontrollers such as those from the STM32 family[^1]. Once this prerequisite has been met, attention turns towards integrating support directly inside CLion through its plugin system which allows extension capabilities specifically designed for embedded development tasks including but not limited to debugging functionalities provided by means like OpenOCD or J-Link GDB Server depending upon personal preference or hardware availability. After installing appropriate tools and extensions, configuration files need adjustment so they can correctly point out paths related to compilers alongside other settings pertinent to linking against libraries specific to one's chosen board type; these adjustments facilitate seamless integration between software components used during both compilation phases as well as runtime execution environments when deploying code onto physical devices via supported interfaces mentioned earlier. Finally, creating launch configurations tailored explicitly toward facilitating breakpoints management while also enabling step-through analysis ensures efficient troubleshooting processes without leaving IDE boundaries thus streamlining overall workflow efficiency significantly compared to traditional methods outside integrated platforms offered today. ```cpp // Example CMakeLists.txt snippet showing how to specify the path to your toolchain. set(CMAKE_C_COMPILER "/path/to/arm-none-eabi-gcc") set(CMAKE_CXX_COMPILER "/path/to/arm-none-eabi-g++") // Ensure you have set up the correct debugger server command line options here. add_custom_target(debug COMMAND openocd -f interface/stlink-v2.cfg -f target/stm32f4x.cfg ) ```
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值