Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 553752 - dev-embedded/gputils-1.4.0: version bump
Summary: dev-embedded/gputils-1.4.0: version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Embedded Team (OBSOLETE)
URL: http://gputils.sourceforge.net/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-01 21:33 UTC by Tiger
Modified: 2015-07-13 07:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild for dev-embedded/gputils-1.4.0-r1 (gputils-1.4.0-r1.ebuild,486 bytes, text/plain)
2015-07-01 21:34 UTC, Tiger
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tiger 2015-07-01 21:33:05 UTC
GPUTILS is a collection of tools for the Microchip (TM) PIC microcontrollers. It includes gpasm, gplink, and gplib. It's distributed under the terms of the GNU Public License. There are other GNU PIC tools available such as gpsim, a gputils compatible simulator.

Version 1.4.0-1 is available since october 2014

Reproducible: Always
Comment 1 Tiger 2015-07-01 21:34:25 UTC
Created attachment 406046 [details]
ebuild for dev-embedded/gputils-1.4.0-r1
Comment 2 Tiger 2015-07-01 21:35:54 UTC
Compiles fine on ~amd64 and linker works well with latest SDCC
Comment 3 Jason Zaman gentoo-dev 2015-07-04 08:57:21 UTC
I committed this with a minor addition, it fails to link when using the gold linker.

I added the following to disable the gold linker. I also bumped it to EAPI=5.
src_configure() {
    tc-ld-disable-gold
    default
}

Thanks for the work!

+  04 Jul 2015; Jason Zaman <perfinion@gentoo.org> +gputils-1.4.0.ebuild:
+  bump thanks to Tiger, bug 553752