Search Criteria
Package Details: microchip-mplabx-bin 6.25-1
Package Actions
| 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: | danwood76 |
| Votes: | 57 |
| Popularity: | 0.000000 |
| First Submitted: | 2011-12-17 04:28 (UTC) |
| Last Updated: | 2025-04-25 09:30 (UTC) |
Dependencies (13)
- alsa-lib
- gtk2AUR (gtk2-patched-filechooser-icon-viewAUR)
- java8-openjfxAUR (openjdk-liberica8-full-binAUR, openjdk-zulu8-ca-fx-binAUR)
- jre8-openjdk (openjdk-liberica8-full-binAUR, openjdk-zulu8-ca-fx-binAUR)
- libxslt (libxslt-gitAUR)
- libxtst
- desktop-file-utils (desktop-file-utils-gitAUR) (make)
- fakechroot (fakechroot-gitAUR) (make)
- microchip-mplabc18-bin (optional) – C compiler for PIC18 MCUs
- microchip-mplabxc16-binAUR (optional) – C compiler for PIC24 MCUs and dsPIC DSCs
- microchip-mplabxc32-binAUR (optional) – C Compiler for PIC32 MCUs
- microchip-mplabxc8-binAUR (optional) – C compiler for PIC10 PIC12 PIC16 PIC18 MCUs
- sdcc (sdcc-svnAUR) (optional) – C compiler for PIC16/18 MCUs
Latest Comments
1 2 3 4 5 6 .. 31 Next › Last »
destate9 commented on 2025-11-02 05:00 (UTC)
java8-openjfx was certainly a pain! I believe I ran into issues because I tried to compile it with clang, but had to switch to gcc. I agree that having a binary would really make all of this go a lot smoother, so here are my thoughts on those choices:
pacman -Rnsa package that removes the openjfx dependency they needed for this package, then they're left scratching their heads when their MPLAB X stops working!So I'd rank those choices: 4, 1, 2 (3 not on the list). I could be wrong, but I think the way you have it set up someone who's having trouble building java8-openjfx could go out and install openjdk8-ca-fx-bin instead, then since that package "provides" java8-openjfx, all will be well (and effictively that person has just implemented your solution from list item 1). So to all those out there who have trouble building java8-openjfx, the advice can just be "install openjdk-zulu8-ca-fx-bin, then try this package again". Perhaps that could even be a pinned comment here.
mickael9 commented on 2025-11-01 11:18 (UTC) (edited on 2025-11-01 11:24 (UTC) by mickael9)
Given the pain that is building the current dependencies, I was wondering if it wouldn't be better to either:
replace the current jre8-openjdk / java8-openjfx dependency with zulu8-fx-bin (this is already the runtime that MPLAB bundles)
just use the bundled java runtime
Remove the hard dependency on jre8-openjdk, put zulu8-fx-bin as optdepends, use the more generic java-environment=8 and java-openjfx=8 dependencies and use the archlinux-java-run tool to automatically select a compatible runtime at install time
keep things as they are
themarcman commented on 2025-05-29 14:44 (UTC)
Thank you so much @danwood76! I just edited the version variable in the PKGBUILD
pkgver=6.20and ranmakepkg -si --skipintegsince I could not find the md5sums for this version in the pkg archive and this worked for me!danwood76 commented on 2025-05-29 07:02 (UTC)
Pickit 3 support has been removed in this version: https://www.microchip.com/en-us/about/media-center/blog/2024/discontinued-ide-support-for-gen3-tools
themarcman commented on 2025-05-28 18:36 (UTC) (edited on 2025-05-28 18:37 (UTC) by themarcman)
My pickit3 isn't being detected.
running the script at /opt/microchip/mplabx/v6.25/mplab_platform/bin/mdb.sh with the following command shows this output:
opamp22 commented on 2024-12-18 12:50 (UTC)
I tried the fixes mentioned for the java8-openjfx package, but no luck.
I really just want the udev rules from mplab so I can use the pickit4. Once I have them I thought about creating a package for just the udev rules.
danwood76 commented on 2024-12-17 12:38 (UTC)
@opamp22
That is an issue with the java8-openjfx package not this one, check the comments on that package and you will find your answers.
But yes java8-openjfx is a pain to build, maybe a binary version of that package needs to be created.
One thing I have been playing with recently is the VS code plugins from microchip, seem to be pretty good for simple projects.
opamp22 commented on 2024-12-17 12:35 (UTC)
java8-openjfx is causing problems.
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:233 (message): Could NOT find Threads (missing: Threads_FOUND) Call Stack (most recent call first): /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:603 (_FPHSA_FAILURE_MESSAGE) /usr/share/cmake/Modules/FindThreads.cmake:226 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) Source/cmake/OptionsJava.cmake:38 (find_package) Source/cmake/WebKitCommon.cmake:61 (include) CMakeLists.txt:147 (include)
-- Configuring incomplete, errors occurred!
FAILURE: Build failed with an exception.
Where: Build file '/home/$USER/.cache/yay/java8-openjfx/src/rt-8u202-ga/build.gradle' line: 2583
What went wrong: Execution failed for task ':web:compileNativeLinux'.
mickael9 commented on 2024-08-12 10:07 (UTC) (edited on 2024-08-12 10:07 (UTC) by mickael9)
@phippu that's an issue with the java8-openjfx package
phippu commented on 2024-08-12 10:04 (UTC)
The link https://hg.openjdk.java.net/openjfx/8u-dev/rt/archive/${pkgver//./}-ga.tar.bz2 does return a corrupted archive for me.
The *.tar.gz variant seems to be still intact. I suggest to change this
1 2 3 4 5 6 .. 31 Next › Last »