-
Notifications
You must be signed in to change notification settings - Fork 2
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
Cannot find Chipkit importer on available plugins. #22
Comments
I think you have to use 3.60 to get it to appear in the default plugin list. If you want to download it manually, click this link : https://github.com/chipKIT32/chipKIT-importer/raw/master/dist/com-microchip-mplab-nbide-embedded-chipkit.nbm Then you can install that .nbm file from the Tools->Plugins->Downloaded->Add Plugins ... button. |
@annerajb, I've added some instruction about building from source to the README.MD file. Let me know if it's sufficient. |
The newest version of the plugin - available on GitHub in the "dist" directory and soon in the plugin repository - should install correctly on MPLAB X IDE v3.60 and newer |
The chipKIT Cmod has a bootloader that isn't supported at the moment.
Internally, the plugin has a "database" matching the selected board to a
bootloader file. This one doesn't have it, so it generates the error.
I'll see if there's a way to work around it.
…On Thu, May 11, 2017 at 3:31 PM, annerajb ***@***.***> wrote:
Thanks I was able to install it fine now.
Now it's giving me a error this is the same error i got with the built
from source version a few days ago
[image: image]
<https://cloud.githubusercontent.com/assets/882782/25974596/f5a373c0-3677-11e7-8eb7-6c11a39ba761.png>
[image: image]
<https://cloud.githubusercontent.com/assets/882782/25974614/0a01060c-3678-11e7-8147-c0fe557bbe9f.png>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#22 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALyFRcnn4F9L054u9THbDLTpTHFirDI8ks5r44w_gaJpZM4NTKOt>
.
--
"It is not necessary to change. Survival is not mandatory." - W. Edwards
Deming
|
Any ideas?
…On Thu, May 11, 2017, 7:25 PM lstandage ***@***.***> wrote:
The chipKIT Cmod has a bootloader that isn't supported at the moment.
Internally, the plugin has a "database" matching the selected board to a
bootloader file. This one doesn't have it, so it generates the error.
I'll see if there's a way to work around it.
On Thu, May 11, 2017 at 3:31 PM, annerajb ***@***.***>
wrote:
> Thanks I was able to install it fine now.
>
> Now it's giving me a error this is the same error i got with the built
> from source version a few days ago
> [image: image]
> <
https://cloud.githubusercontent.com/assets/882782/25974596/f5a373c0-3677-11e7-8eb7-6c11a39ba761.png
>
> [image: image]
> <
https://cloud.githubusercontent.com/assets/882782/25974614/0a01060c-3678-11e7-8147-c0fe557bbe9f.png
>
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <
#22 (comment)
>,
> or mute the thread
> <
https://github.com/notifications/unsubscribe-auth/ALyFRcnn4F9L054u9THbDLTpTHFirDI8ks5r44w_gaJpZM4NTKOt
>
> .
>
--
"It is not necessary to change. Survival is not mandatory." - W. Edwards
Deming
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#22 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA14XrKgEqQQzfcGuUtMox7LmehL9N5eks5r45jzgaJpZM4NTKOt>
.
|
It looks like the current version of the plugin (v1.0.4) should provide the correct bootloader. But we are also in the process of getting v1.0.5 ready to go. Can you confirm whether it is still a problem? Also, because of a problem I worked on yesterday, you might need to verify the version of XC32 that you're using (v1.43 or later). If you would, turn on logging in MPLAB X, (under Tools->Other, Embedded->Diagnostics tab, Logging Level drop-down box). Then try the plugin again, and view the log through the View->IDE Log menu. With that, we'll be able to tell what exactly is going on. |
I will verify see if I can debug tonight. XC32 should be really recent (withing a month) Thanks |
I downloaded MP LAB X IDE v3.51 and there is no import -> import chipkit menu item.
Here is a picture of the plugins repository
In the Available or installed tabs I cannot find kit typying multiple variations in the search like, arduino, sketch, import, chipkit
Are the instructions missing a step required for this plugin to be installed? Like adding the plugin repository where it resides?
Also there are no instructions on how to compile from source Would be nice adding 2-4 lines explaining how to build the plugin from source.
The text was updated successfully, but these errors were encountered: