Search Criteria
Package Details: xc3sprog-svn 0.r795-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/xc3sprog-svn.git (read-only, click to copy) |
|---|---|
| Package Base: | xc3sprog-svn |
| Description: | Utilities for programming Xilinx FPGAs, CPLDs, and EEPROMs with the Xilinx Parallel Cable and other JTAG adapters |
| Upstream URL: | http://xc3sprog.sourceforge.net |
| Licenses: | GPL-2.0-only |
| Conflicts: | xc3sprog |
| Provides: | xc3sprog |
| Submitter: | uffe |
| Maintainer: | uffe |
| Last Packager: | uffe |
| Votes: | 6 |
| Popularity: | 0.000000 |
| First Submitted: | 2013-11-24 23:11 (UTC) |
| Last Updated: | 2025-11-19 22:06 (UTC) |
Dependencies (7)
- libftd2xxAUR
- libftdi
- libftdi-compat
- libusb (libusb-gitAUR)
- libusb-compat (libusb0AUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- subversion (make)
Latest Comments
1 2 3 Next › Last »
uffe commented on 2025-11-20 11:11 (UTC)
@systemofapwne: thanks - I've refreshed the PKGBUILD :-)
systemofapwne commented on 2025-11-18 09:53 (UTC) (edited on 2025-11-18 09:54 (UTC) by systemofapwne)
Trying to build the package fails due to CMake complaining about a too outdated cmake version stated in the CMakeList on line 8:
cmake_minimum_required(VERSION 2.6). One can override this in the packages build stage adding a compile flag to the cmake statement:-DCMAKE_POLICY_VERSION_MINIMUM=3.5. The package then builds as expected on my machine.systemofapwne commented on 2021-08-02 15:37 (UTC)
There seems to be a problem in bitfile.cpp and srecfile.cpp when compiling this package. The error is simply "error: reference to ‘byte’ is ambiguous". The reason is a namespace pollution: The c++ files use "using namespace std" in the global namespace and the headers have a typedef for "byte". However in C++17, the type "std::byte" has been introduced, so the custom typedef clashes with the imported std namespace.
Solution: Add the following argument to the cmake statement in the PKGBUILD to limit the C++ standard to C++11.
-DCMAKE_CXX_STANDARD=11
nobodywasishere commented on 2021-02-16 23:25 (UTC)
Can you push
libftd2xxas an optional dependency for some devices? It's currently unmaintained (and proprietary) and afaik only required for some devices.xiretza commented on 2020-01-18 15:28 (UTC)
I have adopted the package and fixed the PKGBUILD, let me know if anything else is amiss. Unfortunately the links posted by @t3kk3n don't work anymore (they're over three years old after all), so no support for the Tiao for now.
airwoodix commented on 2019-12-04 15:20 (UTC) (edited on 2019-12-04 15:21 (UTC) by airwoodix)
Would it make sense to add subversion as make dependency?
ubuntourist commented on 2019-09-23 17:58 (UTC) (edited on 2020-01-17 14:54 (UTC) by ubuntourist)
Really?
Um, yes: Surprisingly enough,
xc3sprogis not the only application on my computer, and those other applications have man pages in... guess which directory. ;-)orson commented on 2018-06-19 09:38 (UTC)
Gentle bump for the changes proposed by vogelchr.
t3kk3n commented on 2016-08-02 01:37 (UTC)
vogelchr commented on 2015-12-19 20:54 (UTC)
1 2 3 Next › Last »