Package Details: stlink-git r1788.eeaef98-1

Git Clone URL: https://aur.archlinux.org/stlink-git.git (read-only, click to copy)
Package Base: stlink-git
Description: stm32 discovery line linux programmer.
Upstream URL: https://github.com/stlink-org/stlink
Licenses: custom
Conflicts: stlink
Provides: stlink
Submitter: c-mauderer
Maintainer: c-mauderer
Last Packager: c-mauderer
Votes: 25
Popularity: 0.000000
First Submitted: 2012-03-01 16:08 (UTC)
Last Updated: 2021-04-29 19:34 (UTC)

Dependencies (5)

Required by (6)

Sources (1)

Latest Comments

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

c-mauderer commented on 2014-02-04 19:46 (UTC)

Hello anatolik, thank you for your recommendations. I will try to adapt and update the PKGBUILD in the next days.

anatolik commented on 2014-02-04 13:34 (UTC)

A few recommendations: - Add pkgver() as described at https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines#Git - do not call 'git clone' ion build. Instead add your git URL to sources=() - I believe you can use 'make install' in package() function.

c-mauderer commented on 2012-11-30 22:25 (UTC)

I've updated the dependencies and replaced the modprobe by a message, that it only may be neccessary to reload the module. Thank you for your comment.

lesto commented on 2012-11-30 00:37 (UTC)

missing "automake" dependency also i get this error: (1/1) installazione in corso di stlink-git [###################################################] 100% modprobe: FATAL: Module usb_storage is in use. but everything seems to work.

c-mauderer commented on 2012-08-27 17:45 (UTC)

It seems, that the directory with the examples is not longer provided by the author. I have removed the line in the PKGBUILD.

<deleted-account> commented on 2012-08-26 20:54 (UTC)

At first, I had this error: ==> Starting package()... cp: cannot stat ‘example’: No such file or directory ==> ERROR: A failure occurred in package(). Aborting... After commenting out the line with the missing "example" in the PKGBUILD, it was possible to build the package.

c-mauderer commented on 2012-05-31 19:46 (UTC)

I've changed the relevant commands. It should now be possible to build the packet again.

amstan commented on 2012-05-31 13:54 (UTC)

##stm on irc says these are the new build steps: ./autogen ./configure make

c-mauderer commented on 2012-03-18 14:32 (UTC)

I haven't tested the package on an i686-System. That's why I forgot to add it ;-) It should be correct now.

<deleted-account> commented on 2012-03-18 12:03 (UTC)

Hey, thanks for the package! I had to add 'i686' to the PKGBUILD for it to compile for my machine ;) but otherwise seems to build just fine: arch=('i686' 'x86_64')