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.000005
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 .. 9 10 11 12 13 14 15 16 17 18 19 .. 31 Next › Last »

ivanovp commented on 2014-09-24 16:13 (UTC)

After installing the MPLABX-v2.20-linux-installer.run as root, Microstick II is shown in MPLABX. I have installed .tar.xz and MPLABX recognized the debugger too. So the installer does something differently with fakeroot/GUI mode.

ivanovp commented on 2014-09-23 17:41 (UTC)

@danwood76: Thanks for patch, I've updated the PKGBUILD. However my Microstick II is still not recognized by MPLAB.

danwood76 commented on 2014-09-22 10:06 (UTC)

I have figured out the issues in the latest PKGBUILD. Microchip has changed the name of its USB library and moved the mplab_ipe script, this caused mplab_ipe fail to run and any USB programmers/debugers to fail. I also had to modify the mplab_ipe script to make it work with the default java7. This is a diff of what I did to make it work: --- ORIGINALPKGBUILD 2014-09-22 10:57:47.438654517 +0100 +++ PKGBUILD 2014-09-22 10:59:27.832042483 +0100 @@ -73,13 +73,16 @@ # fi # sed -i 's|#jdkhome="/path/to/jdk"|jdkhome=/opt/microchip/mplabx/sys/java/jre1.7.0_25/|g' $pkgdir$instdir/mplab_ide/etc/mplab_ide.conf # sed -i 's|#jdkhome="/path/to/jdk"|jdkhome=/opt/microchip/mplabx/sys/java/jre1.7.0_25/|g' $pkgdir$instdir/mplab_ide/bin/mplab_ipe + + sed -i 's|#jdkhome="/path/to/jdk"|jdkhome=/usr/lib/jvm/java-7-openjdk/|g' $pkgdir$instdir/mplab_ipe/mplab_ipe + sed -i 's|\"$jdkhome\"bin/java -jar \"$jdkhome\"/../../../mplab_ipe/ipe.jar|\"$jdkhome\"bin/java -jar /opt/microchip/mplabx/mplab_ipe/ipe.jar|g' $pkgdir$instdir/mplab_ipe/mplab_ipe rm $pkgdir/{chroot_input.sh,inst_input,$installer,etc/{group,passwd}} rm -r $pkgdir/{bin,tmp} ln -s $instdir/mplab_ide/bin/mplab_ide $pkgdir/usr/bin/mplab_ide - ln -s $instdir/mplab_ide/bin/mplab_ipe $pkgdir/usr/bin/mplab_ipe - ln -s $instdir/../mplabcomm1.0/libusb-1.0.so.0.0.0 $pkgdir/usr/local/lib/libmchpusb-1.0.so + ln -s $instdir/mplab_ipe/mplab_ipe $pkgdir/usr/bin/mplab_ipe + ln -s $instdir/../mplabcomm1.0/libmchpusb-1.0.so.0.0.0 $pkgdir/usr/local/lib/libmchpusb-1.0.so rm -f $pkgdir$instdir/Uninstall*

danwood76 commented on 2014-09-18 14:22 (UTC)

Using the latest PKGBUILD to update to 2.2, I am unable to connect to my PicKit3 or PIC24 starter kit. Running the graphical microchip installer manually from the makpkg build directory fixed the issue. Is there some option that is not being accepted in the text mode installer that is causing this?

ivanovp commented on 2014-09-12 07:41 (UTC)

MPLABX v2.15 can recognize my Microstick II, but v2.20 cannot (tried on 64-bit Arch and 32-bit Arch too).

awpe commented on 2014-09-11 01:44 (UTC)

Before this summer I've used mplabx with pic24f starter kit, and it worked well. Now after moving to new hardware, I've installed this package, yes it works, BUT IT DOESNT SEE STARTER KIR!!! Yes lsusb prints the line with 04d8 device and recognizes it as microchip device as it was before. There are automatically created rules in /etc/udev/rules.d for z010_*** z011_***. I've tried rebooting, creating microchip group with 777 access to 04d8 device, and running mplabx as root. Listening dmesg showed that "device add" and "device removed" system sygnals/msgs are there. But this new MPLABX can't see the device. What is the problem?

ivanovp commented on 2014-08-06 05:01 (UTC)

Try to download it again. I've just created a .xz successfully.

vdg commented on 2014-08-05 07:25 (UTC)

Today: ==> ERROR: One or more files did not pass the validity check! ==> ERROR: Makepkg was unable to build microchip-mplabx-bin. :-/

ivanovp commented on 2014-07-21 09:11 (UTC)

I've just tried to recompile and reinstall and I have not get any error message.

LeaveAThousand commented on 2014-07-20 00:48 (UTC)

Well I "solved" the error by uninstalling this pkg and instead installing the program directly from the website.