Research, development and trades concerning the powerful Proxmark3 device.
Remember; sharing is caring. Bring something back to the community.
"Learn the tools of the trade the hard way." +Fravia
You are not logged in.
Time changes and with it the technology
Proxmark3 @ discord
Users of this forum, please be aware that information stored on this site is not private.
I am using a Windows 7 SP 1 64-bit OS. And would like to build and compile a PM3 Bootrom and Fullimage.
I am using the steps from iceman github page: https://github.com/iceman1001/proxmark3
After installing all required softwares:
1. Qt 5.6.1 (Tools-MinGW and Qt-MinGW 32) - installed to d:\Qt\5.6.1
2. MSYS - installed to d:\Qt\5.6.1\msys and used the MinGW path of d:\Qt\5.6.1\Tools\mingw492_32
3. Readline - copied the bin/* to d:\Qt\5.6.1\Tools\mingw492_32\bin , include/* to d:\Qt\5.6.1\Tools\mingw492_32\include and lib/* to d:\Qt\5.6.1\Tools\mingw492_32\lib
4.LibUSB - copied the include/lusb0_usb.h to d:\Qt\5.6.1\Tools\mingw492_32\include and lib/gcc/libusb.a to d:\Qt\5.6.1\Tools\mingw492_32\lib
5. DevkitPro(only devkitARM installed) - installed to D\devkitPro
6. Strawberry Perl - installed to c:\strawberry
7. Git - installed to d:\Program Files\Git
Then I followed the Build and Run steps:
8. Run minimal system: d:\Qt\5.6.1\msys\msys.bat
9. Set the environment: export DEVKITARM=/d/devkitPro/devkitARM export PATH=$PATH:$DEVKITARM/bin
export QTDIR=/d/Qt/5.6.1/5.6/mingw49_32 export PATH=$PATH:$QTDIR/bin
10. Clone iceman fork: git clone https://github.com/iceman1001/proxmark3.git
The cloned folder then appears under d:\Qt\5.6.1\msys\home\proxmark3
Then move to proxmark3 folder: $ cd -P /home/proxmark3
11. Get the latest commits: $ git pull
12. CLEAN COMPILE: $ make clean && make all
This throws the error: proxmark3.c 17:31: fatal error: readline/readline.h: No such file or directory. #include<readline/readline.h>
But the header file of readline is included in step 3. What can be the problem
Offline
...I just use @Gator96100 's dev-env, https://github.com/Gator96100/ProxSpace No need to install and configure it.
Offline