Package Details: microchip-mplabx-bin 6.20-1

Git Clone URL: https://aur.archlinux.org/microchip-mplabx-bin.git (read-only, click to copy)
Package Base: microchip-mplabx-bin
Description: IDE for Microchip PIC and dsPIC development
Upstream URL: http://www.microchip.com/mplabx
Licenses: custom
Conflicts: mplab
Provides: mplab
Submitter: bxs
Maintainer: mickael9 (danwood76)
Last Packager: mickael9
Votes: 57
Popularity: 0.000004
First Submitted: 2011-12-17 04:28 (UTC)
Last Updated: 2024-02-04 15:45 (UTC)

Dependencies (13)

Required by (0)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 31 Next › Last »

ser90368141 commented on 2023-09-27 06:14 (UTC)

Thanks, @danwood76!!!

Veraxis commented on 2023-09-26 20:35 (UTC)

I tried it again today and it is working for me now. Thanks!

danwood76 commented on 2023-09-26 11:12 (UTC)

This should be fixed in the new version.

danwood76 commented on 2023-09-22 19:56 (UTC)

I can confirm this issue on my spare laptop.

I will take a look at it on the weekend.

Regards, Danny

ser90368141 commented on 2023-09-22 17:05 (UTC)

I have the same problem as @Veraxis. Somebody found solve of this problem?

Veraxis commented on 2023-09-10 17:14 (UTC) (edited on 2023-09-10 17:21 (UTC) by Veraxis)

I have been having difficulty installing this. I get the following:

Extracting installers...

Running MPLABX installer...

Problem running post-install step. Installation may not complete correctly

Error running tar xzf /opt/microchip/mplabx/v6.15/sys/java/jre-zulu

linux_x64.tar.gz -C "/opt/microchip/mplabx/v6.15/sys/java" --no-same-owner: /bin/sh:

line 1: tar: command not found

==> ERROR: A failure occurred in package().

Aborting...

-> error making: microchip-mplabx-bin-exit status 4

-> Failed to install the following packages. Manual intervention is required:

microchip-mplabx-bin - exit status 4

Has anyone else been having issues with this? Apologies as I am not very experienced with debugging these things.

mauzil commented on 2023-09-06 13:58 (UTC)

Could be possible to make one package for MPLAB IDE and another with MPLAB IPE?

danwood76 commented on 2023-07-29 17:23 (UTC)

You probably need to set the harmony directory in the application preferences.

To be honest the downloader sucks on either platform. I just use git directly to pull them in.

All this info is on the microchip wiki.

imeguras commented on 2023-07-29 10:27 (UTC) (edited on 2023-07-29 10:28 (UTC) by imeguras)

Im very new to mplab as a whole but seeing what my experienced colleague is doing on windows i seem to run into an exception when clicking mcc content manager and then clicking select MPLAB HARMONY and later finish:

java.lang.ClassNotFoundException: org.python.util.PythonInterpreter
    at java.net.URLClassLoader.findClass(URLClassLoader.java:387)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
    at com.microchip.mcc.core.library.LibraryLoader.loadClassFromParent(LibraryLoader.java:64)
    at com.microchip.mcc.core.library.LibraryLoader.loadClass(LibraryLoader.java:45)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
Caused: java.lang.NoClassDefFoundError: org/python/util/PythonInterpreter
    at com.microchip.mh3.core.config.GenerateListener.<init>(GenerateListener.java:25)
    at com.microchip.mcc.harmony.Harmony3Library.getModules(Harmony3Library.java:323)
    at com.microchip.mcc.core.service.BaseLibraryService.getModules(BaseLibraryService.java:218)
    at com.microchip.mcc.core.service.AModuleService.populateModules(AModuleService.java:417)
    at com.microchip.mcc.core.service.AModuleService.initialize(AModuleService.java:73)
    at com.microchip.mcc.core.project.Project.doInitializeProject(Project.java:429)
    at com.microchip.mcc.core.project.Project.initializeProject(Project.java:415)
    at com.microchip.mcc.core.project.Project.initializeProject(Project.java:356)
    at com.microchip.mcc.core.service.BaseProjectService.initializeProject(BaseProjectService.java:45)
    at com.microchip.mcc.runner.primary.Controller.lambda$openProjectEmpty$3(Controller.java:486)
    at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:616)
Caused: java.util.concurrent.CompletionException
    at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273)
    at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280)
    at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:618)
... (trimmed since it was too long)

Whats missing?

danwood76 commented on 2023-05-31 08:50 (UTC)

@siavoshkc

I have removed these 32-bit dependencies in the latest version of the PKGBUILD with no ill effects. These must have been required by an older version of the installer.