1 # Notes to install latest gcc and arm-none-eabi-gcc
4 cat << EOF |sudo tee -a /etc/pacman.conf
7 Include = /etc/pacman.d/mirrorlist
10 Include = /etc/pacman.d/mirrorlist
13 Include = /etc/pacman.d/mirrorlist
18 # search available versions
19 pacman -Ss '^arm-none-eabi-gcc$'
22 # depending on where the latest bleeding edge is:
23 sudo pacman -S community-testing/arm-none-eabi-gcc
24 sudo pacman -S arm-none-eabi-gcc
25 sudo pacman -S staging/gcc
26 sudo pacman -S testing/gcc
30 # Notes on run_tests.sh script
31 This script does both setup the mirrors and pip install and then run a
32 bunch of different builds with make and cmake together with the different combos
33 of RDV4, GENERIC, BTADDON combos.
35 If all tests OK, the script will finish with PASS.
39 Add first the mirrors, see above, if needed.
41 The release test build script is to be run in proxmark root folder inside the docker env.
43 docker/archlinux/run_tests.sh;
46 Or if you want to run single test,
51 python3 -m venv /tmp/venv
52 source /tmp/venv/bin/activate
53 python3 -m pip install --use-pep517 pyaes
54 python3 -m pip install ansicolors sslcrypto
55 tools/pm3_tests.sh --long