Search Criteria
Package Details: proxmark3-iceman-git 4.21611.r20.gb7d4107-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/proxmark3-iceman-git.git (read-only, click to copy) |
|---|---|
| Package Base: | proxmark3-iceman-git |
| Description: | RRG / Iceman repo - Proxmark3 RDV4.0 and other Proxmark3 platforms. |
| Upstream URL: | https://github.com/RfidResearchGroup/proxmark3 |
| Keywords: | iceman proxmark3 rdv4.0 |
| Licenses: | GPL-3.0-or-later |
| Conflicts: | proxmark3, proxmark3-iceman |
| Provides: | proxmark3, proxmark3-iceman |
| Replaces: | proxmark3-iceman-git-generic, proxmark3-iceman-git-rdv4 |
| Submitter: | edward-p |
| Maintainer: | taotieren |
| Last Packager: | taotieren |
| Votes: | 2 |
| Popularity: | 0.002420 |
| First Submitted: | 2019-08-28 06:29 (UTC) |
| Last Updated: | 2026-04-16 00:08 (UTC) |
Dependencies (31)
- bash (bash-gitAUR, bash-devel-gitAUR)
- bluez-libs (bluez-gitAUR)
- bzip2 (bzip2-gitAUR)
- gd (gd-gitAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- jansson (jansson-gitAUR)
- libatomic (libatomic-snapshotAUR)
- libgcc (libgcc-snapshotAUR)
- libstdc++ (libstdc++-snapshotAUR)
- lua54
- lz4 (lz4-gitAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- perl (perl-gitAUR)
- python
- python-bitarray
- python-bitstring
- python-cryptography
- python-numpy (python-numpy-gitAUR, python-numpy-mkl-binAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-pyaudio (python-pyaudio-gitAUR)
- python-pycryptodomex
- Show 11 more dependencies...
Required by (1)
- proxmark3gui-git (requires proxmark3-iceman) (optional)
Latest Comments
1 2 Next › Last »
taotieren commented on 2026-03-28 15:22 (UTC)
@naraesk @sij Hello. I am using devtools 'extra environment to conduct compilation tests and there is no problem. You can also download and compile the package from my Self-built Source
naraesk commented on 2026-03-28 10:41 (UTC)
I've the same problem, it cannot be compiled currently
sij commented on 2026-03-21 12:05 (UTC) (edited on 2026-03-21 12:06 (UTC) by sij)
taotieren commented on 2025-07-31 13:33 (UTC)
@giovanni Thanks!
giovanni commented on 2025-07-31 10:07 (UTC) (edited on 2025-07-31 10:08 (UTC) by giovanni)
You should correct the license field with license=(“GPL-3.0-or-later”). In addition, you should add !strip to the options, because otherwise it breaks the generated ELFs.
archi42 commented on 2024-10-07 09:31 (UTC)
This warning is easy to miss:
Thanks @drwho for the hint with the SKIPQT and the invalid installation targets! :)
drwho commented on 2024-09-15 01:36 (UTC)
@Cryen, it's not a gcc-arm-none-eabi package issue, it's a bug in QT. ref, https://github.com/RfidResearchGroup/proxmark3/issues/2382
I cloned the source to proxmark3 and ran
make SKIPQT=1and it compiled the way it was supposed to. I then did amake clean, anexport SKIPQT=1, andmake, and it compiled the way it was supposed to. So, by cloning the Git repo for this PKGBUILD and addingexport SKIPQT=1to thebuild()function around line 60makepkgwas able to compile it successfully, but ran into another bug with some invalid installation targets. Deleting the substringsmfkeyand 'nonce2key' from line 139 fixed that.One of the later comments on that bug ticket says that patching the project file was also a working fix, which might be the right way to fix this bug. I did a little poking around in the source code but didn't see where that was.
Cryen commented on 2024-07-23 17:09 (UTC) (edited on 2024-07-23 17:10 (UTC) by Cryen)
Installing
gcc-arm-none-eabi-binor downgrading thegcc-arm-none-eabidoesn't fix the issue.edward-p commented on 2020-06-13 00:24 (UTC)
Since
arm-none-eabi-gccupdated to 10.x, there was a compile error with the firmware. I switched togcc-arm-none-eabi-binjust for lower version ofarm-none-eabi-gcc. It compiles now witharm-none-eabi-gccandarm-none-eabi-newliband I will switch back toarm-none-eabi-gccandarm-none-eabi-newlib. Thanks for reminding!1 2 Next › Last »