Package Details: microchip-mplabxc32-bin 4.35-1

Git Clone URL: https://aur.archlinux.org/microchip-mplabxc32-bin.git (read-only, click to copy)
Package Base: microchip-mplabxc32-bin
Description: Microchip's MPLAB XC32 C compiler toolchain for all of their 32bit microcontrollers
Upstream URL: https://www.microchip.com/en-us/tools-resources/develop/mplab-xc-compilers
Licenses: custom
Submitter: bxs
Maintainer: marceljoseph (mickael9, thodnev)
Last Packager: marceljoseph
Votes: 13
Popularity: 0.000620
First Submitted: 2012-03-24 20:37 (UTC)
Last Updated: 2023-10-18 18:53 (UTC)

Latest Comments

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

thodnev commented on 2018-09-09 05:42 (UTC) (edited on 2018-09-09 05:43 (UTC) by thodnev)

Guys, here's the latest 2.10 version PKGBUILD with NO LICENSE REQUIRED https://pastebin.com/raw/T1jmndRA

(for those who ask -- yes, it's absolutely legal: 1. XC-32 is based on GCC. And it's open-source 2. Bad as$ Microchip make it almost impossible to build from source 3. Here all binaries of original distibution left as is ) Don't forget to add bitrock-unpacker.tcl

calcmogul commented on 2018-05-09 17:00 (UTC)

v2.05 moved some files around. I had to make the following changes to fix packaging: https://pastebin.is/t/438f8c. That patch also does "chmod +s" on xclm so xclm doesn't complain about it during compiler invocations.

greyltc commented on 2018-03-18 12:12 (UTC)

logicnotlogical, could you please post your working PKGBUILD somewhere so I don't have to re-invent the wheel?

logicnotlogical commented on 2017-12-24 16:44 (UTC)

I had to wrangle a lot of the package() method to get this to build successfully. notably the xclmallBin directory no longer exists, files are found at xclmBinlinux32 instead. This concerns lines 35-39 in the PKGBUILD.

anatolyb commented on 2017-01-13 09:48 (UTC)

replace 39'th string with this: mv unpacked.vfs/licensecomponent/xclmallBin/etc/xclm.conf "${pkgdir}${instdir}/etc"

gdamjan commented on 2016-08-07 17:09 (UTC)

==> Starting build()... -> Unpacking files from installer Creating directories... Unpacking files, please wait... |=== ( 4.52% ) |couldn't open "./unpacked.vfs/compiler/programfilesosx/examples/assembly_examples/ports_control/ports_control.X/nbproject/Makefile-variables.mk": no such file or directory while executing "open $destDir/$fileName a" ("foreach" body line 14) invoked from within "foreach {fileName props} $manifest { set type [lindex $props 0] if {$type == "file"} { set mode [lindex $props 1] set sizes [..." (file "./bitrock-unpacker.tcl" line 77) ==> ERROR: A failure occurred in build(). Aborting... warning: package microchip-mplabxc32-bin failed to build, skipping

doragasu commented on 2016-07-11 07:37 (UTC)

Build fails here: ==> Starting package()... mv: cannot move 'unpacked.vfs/licensecomponent/xclmallBin/etc' to '/home/jalon/src/aur/microchip-mplabxc32-bin/pkg/microchip-mplabxc32-bin/opt/microchip/xc32/v1.42/etc': Directory not empty ==> ERROR: A failure occurred in package(). Aborting...

henrikjuul commented on 2016-06-21 12:07 (UTC) (edited on 2016-06-21 13:14 (UTC) by henrikjuul)

Updated PKGBUILD to 1.42-1 http://pastebin.com/cRKxmyW8

Wesley_Chan commented on 2016-02-02 06:20 (UTC)

@greyltc Oh, thanks to you. Would you please do the same to XC8?