embedded project creation from integrated stm32cubemx failed
已回答
STM32CubeMX can not directly run, if i run with ./STM32CubeMX, it will say "there is no file or directory", but actually it is there.
so i write a simple script
```
#! /usr/bin/env /bin/bash
java -jar STM32CubeMX
```
and in the clion setting, i set the stm32cubemx full path with "/home/mmc/dev/embedded/STM32CubeMX/STM32CubeMX", and click test, it tell me ok.
when i create a stm32cubemx project, it failed, shows some info.
here are the screenshots
setting page

after project creation

when i click the blue "open with stm32cubemx", more error happened

请先登录再写评论。
Hello! Please send the idea.log file (Help | Show Log in ...) to clion-support at jetbrains.com. Note that logs might contain private user's information (like file paths and names).