-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to create new Cmsis C/C++ projects using the wizard #82
Comments
The wizard actually created an MBS project. I thought it is not your case. |
I'm experimenting the same issue with a fresh installation on linux |
Is IAR toolchain support installed as well? |
I have the same problem.Have you found a solution? |
What toolchain are you using? Is this with the IAR EW-ARM integration? |
My project type is CMSIS C/C++ Project, and my Toolchains is only Gross GCC. |
Can you provide information about your setup? Which step is not working. |
See also #86 as your problem might be similar |
I'm in a different situation than #86. |
Uv5 has RTE integrated. Why would you want to use Eclipse? |
Please describe your top-level problem. You are talking here about some details. cmsis-pack-eclipse is not a stand-alone tool. It allows other tool vendors to incorporate CMSIS-Pack management into third-party toolchains. |
I think that my top-level problem is clear: jlonnberg described it in the first post. Also the issue's title explains it well: 'Unable to create new Cmsis C/C++ projects using the wizard'. I'm just adding some extra information abount my expirience with the same problem. |
What toolchain do you want to use? You say UV5 which makes no sense to me. |
I'm not YakeDD: i've not speack about Keil. I joined the conversation later. |
There is definitely a bug in the wizard that prevents to proceed with the selected toolchain adapter. The bug is not related to the output type : elf is correct.
Therfore I would recommend you to install "ARM Cross GCC" toolchain plug-in, it is available here: |
The official install page is: https://gnu-mcu-eclipse.github.io/plugins/install/ |
Thank you Liviu for the right link. |
I have been working on a fix on this bug just yesterday. Apparently the problem was the RteTemplateCmsisProjectPage not being added as a listener to its own adapter selector widget. I am not sure if I did the right thing, but I'll send a pull request asap so that you can evaluate my fix. |
by making the wizard page listen to the adapter selector widget.
Sorry about the multiple commits, I had to fix some annoying whitespace differences. |
Fix for issue #82: Unable to create new Cmsis C/C++ projects
Bug was founded and fixed. |
When creating a new cmsis project using the wizard, both Next> and Finish are greyed out in the wizard making it unable to create any new project from the gui. Issue occured after switching to the 2.4.1 plugins.
The text was updated successfully, but these errors were encountered: