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.
1st I do this
_____________
pm3 ~$ make
make -C bootrom all
make[1]: Entering directory `/pm3/bootrom'
perl ../tools/mkversion.pl .. > version.c || cp ../common/default_version.c vers
ion.c
svn: E155021: This client is too old to work with the working copy at
'C:\Proxmark3\ProxSpace\pm3' (format 31).
You need to get a newer Subversion client. For more details, see
http://subversion.apache.org/faq.html#working-copy-format-change
svn: E155021: This client is too old to work with the working copy at
'C:\Proxmark3\ProxSpace\pm3' (format 31).
You need to get a newer Subversion client. For more details, see
http://subversion.apache.org/faq.html#working-copy-format-change
arm-none-eabi-gcc -c -I../include -I../common -Wall -Werror -pedantic -std=c99 -
I. -Os -mthumb -mthumb-interwork -o obj/version.o version.c
arm-none-eabi-gcc -nostartfiles -nodefaultlibs -Wl,-gc-sections -n -Wl,-T,ldscri
pt-flash,-Map,obj/bootrom.map -o obj/bootrom.elf obj/version.o obj/ram-reset.o o
bj/flash-reset.o obj/cmd.o obj/usb_cdc.o obj/bootrom.o -lgcc
arm-none-eabi-objcopy -Osrec --srec-forceS3 --strip-debug --no-change-warnings -
-change-addresses -0x100000 --change-start 0 --change-section-address .bss+0 --c
hange-section-address .data+0 --change-section-address .commonarea+0 obj/bootrom
.elf obj/bootrom.s19
make[1]: Leaving directory `/pm3/bootrom'
make -C armsrc all
make[1]: Entering directory `/pm3/armsrc'
perl ../tools/mkversion.pl .. > version.c || cp ../common/default_version.c vers
ion.c
svn: E155021: This client is too old to work with the working copy at
'C:\Proxmark3\ProxSpace\pm3' (format 31).
You need to get a newer Subversion client. For more details, see
http://subversion.apache.org/faq.html#working-copy-format-change
svn: E155021: This client is too old to work with the working copy at
'C:\Proxmark3\ProxSpace\pm3' (format 31).
You need to get a newer Subversion client. For more details, see
http://subversion.apache.org/faq.html#working-copy-format-change
arm-none-eabi-gcc -c -I../include -I../common -Wall -Werror -pedantic -std=c99 -
DWITH_LF -DWITH_ISO15693 -DWITH_ISO14443a -DWITH_ISO14443b -DWITH_ICLASS -DWITH_
LEGICRF -DWITH_HITAG -I. -Os -mthumb -mthumb-interwork -o obj/version.o version.
c
arm-none-eabi-gcc -nostartfiles -nodefaultlibs -Wl,-gc-sections -n -Wl,-T,ldscri
pt,-Map,obj/fullimage.map -o obj/fullimage.elf obj/version.o obj/fpga.o obj/star
t.o obj/iso15693.o obj/iso15693tools.o obj/lfops.o obj/hitag2.o obj/appmain.o ob
j/printf.o obj/util.o obj/string.o obj/usb_cdc.o obj/cmd.o obj/fpgaloader.o obj/
legicrf.o obj/iso14443crc.o obj/crc16.o obj/epa.o obj/iso14443a.o obj/mifareutil
.o obj/mifarecmd.o obj/mifaresniff.o obj/iso14443.o obj/crapto1.o obj/crypto1.o
obj/legic_prng.o obj/iclass.o obj/crc.o -lgcc
arm-none-eabi-objcopy -F elf32-littlearm --remove-section .fpgaimage obj/fullima
ge.elf obj/osimage.elf
BFD: obj/fullimage.elf: warning: Empty loadable segment detected, is this intent
ional ?
arm-none-eabi-objcopy -Osrec --srec-forceS3 --strip-debug --no-change-warnings -
-change-addresses -0x100000 --change-start 0 --change-section-address .bss+0 --c
hange-section-address .data+0 --change-section-address .commonarea+0 obj/osimage
.elf obj/osimage.s19
arm-none-eabi-objcopy -F elf32-littlearm --only-section .fpgaimage obj/fullimage
.elf obj/fpgaimage.elf
BFD: obj/fullimage.elf: warning: Empty loadable segment detected, is this intent
ional ?
BFD: obj/fullimage.elf: warning: Empty loadable segment detected, is this intent
ional ?
BFD: obj/fullimage.elf: warning: Empty loadable segment detected, is this intent
ional ?
arm-none-eabi-objcopy -Osrec --srec-forceS3 --strip-debug --no-change-warnings -
-change-addresses -0x100000 --change-start 0 --change-section-address .bss+0 --c
hange-section-address .data+0 --change-section-address .commonarea+0 obj/fpgaima
ge.elf obj/fpgaimage.s19
make[1]: Leaving directory `/pm3/armsrc'
make -C client all
make[1]: Entering directory `/pm3/client'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/pm3/client'
make -C recovery all
make[1]: Entering directory `/pm3/recovery'
arm-none-eabi-objcopy --gap-fill=0xff --pad-to 0x00102000 -O binary ../bootrom/o
bj/bootrom.elf bootrom.bin
arm-none-eabi-objcopy --gap-fill=0xff -O binary ../armsrc/obj/fullimage.elf full
image.bin
cat bootrom.bin fullimage.bin > proxmark3_recovery.bin
make[1]: Leaving directory `/pm3/recovery'
____________________
after that i clean all
_______________________
arm-none-eabi-gcc -c -I../include -I../common -Wall -Werror -pedantic -std=c99 -
DWITH_LF -DWITH_ISO15693 -DWITH_ISO14443a -DWITH_ISO14443b -DWITH_ICLASS -DWITH_
LEGICRF -DWITH_HITAG -I. -Os -mthumb -mthumb-interwork -o obj/appmain.o appmain.
c
arm-none-eabi-gcc -c -I../include -I../common -Wall -Werror -pedantic -std=c99 -
DWITH_LF -DWITH_ISO15693 -DWITH_ISO14443a -DWITH_ISO14443b -DWITH_ICLASS -DWITH_
LEGICRF -DWITH_HITAG -I. -Os -mthumb -mthumb-interwork -o obj/printf.o printf.c
arm-none-eabi-gcc -c -I../include -I../common -Wall -Werror -pedantic -std=c99 -
DWITH_LF -DWITH_ISO15693 -DWITH_ISO14443a -DWITH_ISO14443b -DWITH_ICLASS -DWITH_
LEGICRF -DWITH_HITAG -I. -Os -mthumb -mthumb-interwork -o obj/util.o util.c
arm-none-eabi-gcc -c -I../include -I../common -Wall -Werror -pedantic -std=c99 -
DWITH_LF -DWITH_ISO15693 -DWITH_ISO14443a -DWITH_ISO14443b -DWITH_ICLASS -DWITH_
LEGICRF -DWITH_HITAG -I. -Os -mthumb -mthumb-interwork -o obj/string.o string.c
arm-none-eabi-gcc -c -I../include -I../common -Wall -Werror -pedantic -std=c99 -
DWITH_LF -DWITH_ISO15693 -DWITH_ISO14443a -DWITH_ISO14443b -DWITH_ICLASS -DWITH_
LEGICRF -DWITH_HITAG -I. -Os -mthumb -mthumb-interwork -o obj/usb_cdc.o ../commo
n/usb_cdc.c
arm-none-eabi-gcc -c -I../include -I../common -Wall -Werror -pedantic -std=c99 -
DWITH_LF -DWITH_ISO15693 -DWITH_ISO14443a -DWITH_ISO14443b -DWITH_ICLASS -DWITH_
LEGICRF -DWITH_HITAG -I. -Os -mthumb -mthumb-interwork -o obj/cmd.o ../common/cm
d.c
arm-none-eabi-gcc -c -I../include -I../common -Wall -Werror -pedantic -std=c99 -
DWITH_LF -DWITH_ISO15693 -DWITH_ISO14443a -DWITH_ISO14443b -DWITH_ICLASS -DWITH_
LEGICRF -DWITH_HITAG -I. -Os -mthumb-interwork -o obj/fpgaloader.o fpgaloader.c
arm-none-eabi-gcc -c -I../include -I../common -Wall -Werror -pedantic -std=c99 -
DWITH_LF -DWITH_ISO15693 -DWITH_ISO14443a -DWITH_ISO14443b -DWITH_ICLASS -DWITH_
LEGICRF -DWITH_HITAG -I. -Os -mthumb-interwork -o obj/legicrf.o legicrf.c
arm-none-eabi-gcc -c -I../include -I../common -Wall -Werror -pedantic -std=c99 -
DWITH_LF -DWITH_ISO15693 -DWITH_ISO14443a -DWITH_ISO14443b -DWITH_ICLASS -DWITH_
LEGICRF -DWITH_HITAG -I. -Os -mthumb-interwork -o obj/iso14443crc.o ../common/is
o14443crc.c
arm-none-eabi-gcc -c -I../include -I../common -Wall -Werror -pedantic -std=c99 -
DWITH_LF -DWITH_ISO15693 -DWITH_ISO14443a -DWITH_ISO14443b -DWITH_ICLASS -DWITH_
LEGICRF -DWITH_HITAG -I. -Os -mthumb-interwork -o obj/crc16.o ../common/crc16.c
arm-none-eabi-gcc -c -I../include -I../common -Wall -Werror -pedantic -std=c99 -
DWITH_LF -DWITH_ISO15693 -DWITH_ISO14443a -DWITH_ISO14443b -DWITH_ICLASS -DWITH_
LEGICRF -DWITH_HITAG -I. -Os -mthumb-interwork -o obj/epa.o epa.c
arm-none-eabi-gcc -c -I../include -I../common -Wall -Werror -pedantic -std=c99 -
DWITH_LF -DWITH_ISO15693 -DWITH_ISO14443a -DWITH_ISO14443b -DWITH_ICLASS -DWITH_
LEGICRF -DWITH_HITAG -I. -Os -mthumb-interwork -o obj/iso14443a.o iso14443a.c
arm-none-eabi-gcc -c -I../include -I../common -Wall -Werror -pedantic -std=c99 -
DWITH_LF -DWITH_ISO15693 -DWITH_ISO14443a -DWITH_ISO14443b -DWITH_ICLASS -DWITH_
LEGICRF -DWITH_HITAG -I. -Os -mthumb-interwork -o obj/mifareutil.o mifareutil.c
arm-none-eabi-gcc -c -I../include -I../common -Wall -Werror -pedantic -std=c99 -
DWITH_LF -DWITH_ISO15693 -DWITH_ISO14443a -DWITH_ISO14443b -DWITH_ICLASS -DWITH_
LEGICRF -DWITH_HITAG -I. -Os -mthumb-interwork -o obj/mifarecmd.o mifarecmd.c
arm-none-eabi-gcc -c -I../include -I../common -Wall -Werror -pedantic -std=c99 -
DWITH_LF -DWITH_ISO15693 -DWITH_ISO14443a -DWITH_ISO14443b -DWITH_ICLASS -DWITH_
LEGICRF -DWITH_HITAG -I. -Os -mthumb-interwork -o obj/mifaresniff.o mifaresniff.
c
arm-none-eabi-gcc -c -I../include -I../common -Wall -Werror -pedantic -std=c99 -
DWITH_LF -DWITH_ISO15693 -DWITH_ISO14443a -DWITH_ISO14443b -DWITH_ICLASS -DWITH_
LEGICRF -DWITH_HITAG -I. -Os -mthumb-interwork -o obj/iso14443.o iso14443.c
arm-none-eabi-gcc -c -I../include -I../common -Wall -Werror -pedantic -std=c99 -
DWITH_LF -DWITH_ISO15693 -DWITH_ISO14443a -DWITH_ISO14443b -DWITH_ICLASS -DWITH_
LEGICRF -DWITH_HITAG -I. -Os -mthumb-interwork -o obj/crapto1.o crapto1.c
arm-none-eabi-gcc -c -I../include -I../common -Wall -Werror -pedantic -std=c99 -
DWITH_LF -DWITH_ISO15693 -DWITH_ISO14443a -DWITH_ISO14443b -DWITH_ICLASS -DWITH_
LEGICRF -DWITH_HITAG -I. -Os -mthumb-interwork -o obj/crypto1.o crypto1.c
arm-none-eabi-gcc -c -I../include -I../common -Wall -Werror -pedantic -std=c99 -
DWITH_LF -DWITH_ISO15693 -DWITH_ISO14443a -DWITH_ISO14443b -DWITH_ICLASS -DWITH_
LEGICRF -DWITH_HITAG -I. -Os -mthumb-interwork -o obj/legic_prng.o ../common/leg
ic_prng.c
arm-none-eabi-gcc -c -I../include -I../common -Wall -Werror -pedantic -std=c99 -
DWITH_LF -DWITH_ISO15693 -DWITH_ISO14443a -DWITH_ISO14443b -DWITH_ICLASS -DWITH_
LEGICRF -DWITH_HITAG -I. -Os -mthumb-interwork -o obj/iclass.o iclass.c
arm-none-eabi-gcc -c -I../include -I../common -Wall -Werror -pedantic -std=c99 -
DWITH_LF -DWITH_ISO15693 -DWITH_ISO14443a -DWITH_ISO14443b -DWITH_ICLASS -DWITH_
LEGICRF -DWITH_HITAG -I. -Os -mthumb-interwork -o obj/crc.o ../common/crc.c
arm-none-eabi-gcc -nostartfiles -nodefaultlibs -Wl,-gc-sections -n -Wl,-T,ldscri
pt,-Map,obj/fullimage.map -o obj/fullimage.elf obj/version.o obj/fpga.o obj/star
t.o obj/iso15693.o obj/iso15693tools.o obj/lfops.o obj/hitag2.o obj/appmain.o ob
j/printf.o obj/util.o obj/string.o obj/usb_cdc.o obj/cmd.o obj/fpgaloader.o obj/
legicrf.o obj/iso14443crc.o obj/crc16.o obj/epa.o obj/iso14443a.o obj/mifareutil
.o obj/mifarecmd.o obj/mifaresniff.o obj/iso14443.o obj/crapto1.o obj/crypto1.o
obj/legic_prng.o obj/iclass.o obj/crc.o -lgcc
arm-none-eabi-objcopy -F elf32-littlearm --remove-section .fpgaimage obj/fullima
ge.elf obj/osimage.elf
BFD: obj/fullimage.elf: warning: Empty loadable segment detected, is this intent
ional ?
arm-none-eabi-objcopy -Osrec --srec-forceS3 --strip-debug --no-change-warnings -
-change-addresses -0x100000 --change-start 0 --change-section-address .bss+0 --c
hange-section-address .data+0 --change-section-address .commonarea+0 obj/osimage
.elf obj/osimage.s19
arm-none-eabi-objcopy -F elf32-littlearm --only-section .fpgaimage obj/fullimage
.elf obj/fpgaimage.elf
BFD: obj/fullimage.elf: warning: Empty loadable segment detected, is this intent
ional ?
BFD: obj/fullimage.elf: warning: Empty loadable segment detected, is this intent
ional ?
BFD: obj/fullimage.elf: warning: Empty loadable segment detected, is this intent
ional ?
arm-none-eabi-objcopy -Osrec --srec-forceS3 --strip-debug --no-change-warnings -
-change-addresses -0x100000 --change-start 0 --change-section-address .bss+0 --c
hange-section-address .data+0 --change-section-address .commonarea+0 obj/fpgaima
ge.elf obj/fpgaimage.s19
make[1]: Leaving directory `/pm3/armsrc'
make -C client all
make[1]: Entering directory `/pm3/client'
gcc -std=c99 -I. -I../include -I../common -I/opt/local/include -Wall -Wno-unused
-function -g -O4 -DHAVE_GUI -c -o obj/proxmark3.o proxmark3.c
gcc -std=c99 -I. -I../include -I../common -I/opt/local/include -Wall -Wno-unused
-function -g -O4 -DHAVE_GUI -c -o obj/uart.o uart.c
gcc -std=c99 -I. -I../include -I../common -I/opt/local/include -Wall -Wno-unused
-function -g -O4 -DHAVE_GUI -c -o obj/util.o util.c
gcc -std=c99 -I. -I../include -I../common -I/opt/local/include -Wall -Wno-unused
-function -g -O4 -DHAVE_GUI -c -o obj/sleep.o sleep.c
gcc -std=c99 -I. -I../include -I../common -I/opt/local/include -Wall -Wno-unused
-function -g -O4 -DHAVE_GUI -c -o obj/nonce2key/crapto1.o nonce2key/crapto1.c
gcc -std=c99 -I. -I../include -I../common -I/opt/local/include -Wall -Wno-unused
-function -g -O4 -DHAVE_GUI -c -o obj/nonce2key/crypto1.o nonce2key/crypto1.c
gcc -std=c99 -I. -I../include -I../common -I/opt/local/include -Wall -Wno-unused
-function -g -O4 -DHAVE_GUI -c -o obj/nonce2key/nonce2key.o nonce2key/nonce2key
.c
gcc -std=c99 -I. -I../include -I../common -I/opt/local/include -Wall -Wno-unused
-function -g -O4 -DHAVE_GUI -c -o obj/mifarehost.o mifarehost.c
gcc -std=c99 -I. -I../include -I../common -I/opt/local/include -Wall -Wno-unused
-function -g -O4 -DHAVE_GUI -c -o obj/crc16.o ../common/crc16.c
gcc -std=c99 -I. -I../include -I../common -I/opt/local/include -Wall -Wno-unused
-function -g -O4 -DHAVE_GUI -c -o obj/iso14443crc.o ../common/iso14443crc.c
gcc -std=c99 -I. -I../include -I../common -I/opt/local/include -Wall -Wno-unused
-function -g -O4 -DHAVE_GUI -c -o obj/iso15693tools.o ../common/iso15693tools.c
gcc -std=c99 -I. -I../include -I../common -I/opt/local/include -Wall -Wno-unused
-function -g -O4 -DHAVE_GUI -c -o obj/data.o data.c
gcc -std=c99 -I. -I../include -I../common -I/opt/local/include -Wall -Wno-unused
-function -g -O4 -DHAVE_GUI -c -o obj/graph.o graph.c
gcc -std=c99 -I. -I../include -I../common -I/opt/local/include -Wall -Wno-unused
-function -g -O4 -DHAVE_GUI -c -o obj/ui.o ui.c
gcc -std=c99 -I. -I../include -I../common -I/opt/local/include -Wall -Wno-unused
-function -g -O4 -DHAVE_GUI -c -o obj/cmddata.o cmddata.c
gcc -std=c99 -I. -I../include -I../common -I/opt/local/include -Wall -Wno-unused
-function -g -O4 -DHAVE_GUI -c -o obj/cmdhf.o cmdhf.c
gcc -std=c99 -I. -I../include -I../common -I/opt/local/include -Wall -Wno-unused
-function -g -O4 -DHAVE_GUI -c -o obj/cmdhf14a.o cmdhf14a.c
cmdhf14a.c: In function 'CmdHF14AReader':
cmdhf14a.c:230: warning: dereferencing pointer 'card' does break strict-aliasing
rules
cmdhf14a.c:225: warning: dereferencing pointer 'card' does break strict-aliasing
rules
cmdhf14a.c:224: warning: dereferencing pointer 'card' does break strict-aliasing
rules
cmdhf14a.c:223: warning: dereferencing pointer 'card' does break strict-aliasing
rules
cmdhf14a.c:222: warning: dereferencing pointer 'card' does break strict-aliasing
rules
cmdhf14a.c:221: warning: dereferencing pointer 'card' does break strict-aliasing
rules
cmdhf14a.c:220: warning: dereferencing pointer 'card' does break strict-aliasing
rules
cmdhf14a.c:303: warning: dereferencing pointer 'card' does break strict-aliasing
rules
cmdhf14a.c:292: warning: dereferencing pointer 'card' does break strict-aliasing
rules
cmdhf14a.c:284: warning: dereferencing pointer 'card' does break strict-aliasing
rules
cmdhf14a.c:267: warning: dereferencing pointer 'card' does break strict-aliasing
rules
cmdhf14a.c:259: warning: dereferencing pointer 'card' does break strict-aliasing
rules
cmdhf14a.c:258: warning: dereferencing pointer 'card' does break strict-aliasing
rules
cmdhf14a.c:254: warning: dereferencing pointer 'card' does break strict-aliasing
rules
cmdhf14a.c:247: warning: dereferencing pointer 'card' does break strict-aliasing
rules
cmdhf14a.c:245: warning: dereferencing pointer 'card' does break strict-aliasing
rules
cmdhf14a.c:239: warning: dereferencing pointer 'card' does break strict-aliasing
rules
cmdhf14a.c:233: warning: dereferencing pointer 'card' does break strict-aliasing
rules
cmdhf14a.c:217: warning: dereferencing pointer 'card' does break strict-aliasing
rules
cmdhf14a.c:214: warning: dereferencing pointer 'card' does break strict-aliasing
rules
cmdhf14a.c:210: warning: dereferencing pointer 'card' does break strict-aliasing
rules
cmdhf14a.c:209: warning: dereferencing pointer 'card' does break strict-aliasing
rules
cmdhf14a.c:208: warning: dereferencing pointer 'card' does break strict-aliasing
rules
cmdhf14a.c:207: warning: dereferencing pointer 'card' does break strict-aliasing
rules
cmdhf14a.c:205: warning: dereferencing pointer 'card' does break strict-aliasing
rules
cmdhf14a.c:204: warning: dereferencing pointer 'card' does break strict-aliasing
rules
cmdhf14a.c:203: warning: dereferencing pointer 'card' does break strict-aliasing
rules
cmdhf14a.c:182: warning: dereferencing pointer 'card' does break strict-aliasing
rules
cmdhf14a.c:180: warning: dereferencing pointer 'card' does break strict-aliasing
rules
cmdhf14a.c:179: warning: dereferencing pointer 'card' does break strict-aliasing
rules
cmdhf14a.c:178: warning: dereferencing pointer 'card' does break strict-aliasing
rules
cmdhf14a.c:178: warning: dereferencing pointer 'card' does break strict-aliasing
rules
cmdhf14a.c:235: warning: dereferencing pointer 'card' does break strict-aliasing
rules
cmdhf14a.c:236: warning: dereferencing pointer 'card' does break strict-aliasing
rules
cmdhf14a.c:242: warning: dereferencing pointer 'card' does break strict-aliasing
rules
cmdhf14a.c:241: warning: dereferencing pointer 'card' does break strict-aliasing
rules
cmdhf14a.c:255: warning: dereferencing pointer 'card' does break strict-aliasing
rules
cmdhf14a.c:171: note: initialized from here
cc1.exe: warning: dereferencing pointer 'card' does break strict-aliasing rules
cc1.exe: warning: dereferencing pointer 'card' does break strict-aliasing rules
cc1.exe: warning: dereferencing pointer 'card' does break strict-aliasing rules
cc1.exe: warning: dereferencing pointer 'card' does break strict-aliasing rules
cc1.exe: warning: dereferencing pointer 'card' does break strict-aliasing rules
cc1.exe: warning: dereferencing pointer 'card' does break strict-aliasing rules
cc1.exe: warning: dereferencing pointer 'card' does break strict-aliasing rules
cc1.exe: warning: dereferencing pointer 'card' does break strict-aliasing rules
cc1.exe: warning: dereferencing pointer 'card' does break strict-aliasing rules
cc1.exe: warning: dereferencing pointer 'card' does break strict-aliasing rules
cc1.exe: warning: dereferencing pointer 'card' does break strict-aliasing rules
cc1.exe: warning: dereferencing pointer 'card' does break strict-aliasing rules
cc1.exe: warning: dereferencing pointer 'card' does break strict-aliasing rules
cc1.exe: warning: dereferencing pointer 'card' does break strict-aliasing rules
cmdhf14a.c:171: note: initialized from here
gcc -std=c99 -I. -I../include -I../common -I/opt/local/include -Wall -Wno-unused
-function -g -O4 -DHAVE_GUI -c -o obj/cmdhf14b.o cmdhf14b.c
gcc -std=c99 -I. -I../include -I../common -I/opt/local/include -Wall -Wno-unused
-function -g -O4 -DHAVE_GUI -c -o obj/cmdhf15.o cmdhf15.c
gcc -std=c99 -I. -I../include -I../common -I/opt/local/include -Wall -Wno-unused
-function -g -O4 -DHAVE_GUI -c -o obj/cmdhfepa.o cmdhfepa.c
gcc -std=c99 -I. -I../include -I../common -I/opt/local/include -Wall -Wno-unused
-function -g -O4 -DHAVE_GUI -c -o obj/cmdhflegic.o cmdhflegic.c
gcc -std=c99 -I. -I../include -I../common -I/opt/local/include -Wall -Wno-unused
-function -g -O4 -DHAVE_GUI -c -o obj/cmdhficlass.o cmdhficlass.c
gcc -std=c99 -I. -I../include -I../common -I/opt/local/include -Wall -Wno-unused
-function -g -O4 -DHAVE_GUI -c -o obj/cmdhfmf.o cmdhfmf.c
gcc -std=c99 -I. -I../include -I../common -I/opt/local/include -Wall -Wno-unused
-function -g -O4 -DHAVE_GUI -c -o obj/cmdhw.o cmdhw.c
gcc -std=c99 -I. -I../include -I../common -I/opt/local/include -Wall -Wno-unused
-function -g -O4 -DHAVE_GUI -c -o obj/cmdlf.o cmdlf.c
gcc -std=c99 -I. -I../include -I../common -I/opt/local/include -Wall -Wno-unused
-function -g -O4 -DHAVE_GUI -c -o obj/cmdlfhid.o cmdlfhid.c
gcc -std=c99 -I. -I../include -I../common -I/opt/local/include -Wall -Wno-unused
-function -g -O4 -DHAVE_GUI -c -o obj/cmdlfem4x.o cmdlfem4x.c
gcc -std=c99 -I. -I../include -I../common -I/opt/local/include -Wall -Wno-unused
-function -g -O4 -DHAVE_GUI -c -o obj/cmdlfhitag.o cmdlfhitag.c
gcc -std=c99 -I. -I../include -I../common -I/opt/local/include -Wall -Wno-unused
-function -g -O4 -DHAVE_GUI -c -o obj/cmdlfti.o cmdlfti.c
gcc -std=c99 -I. -I../include -I../common -I/opt/local/include -Wall -Wno-unused
-function -g -O4 -DHAVE_GUI -c -o obj/cmdparser.o cmdparser.c
gcc -std=c99 -I. -I../include -I../common -I/opt/local/include -Wall -Wno-unused
-function -g -O4 -DHAVE_GUI -c -o obj/cmdmain.o cmdmain.c
gcc -std=c99 -I. -I../include -I../common -I/opt/local/include -Wall -Wno-unused
-function -g -O4 -DHAVE_GUI -c -o obj/cmdlft55xx.o cmdlft55xx.c
gcc -std=c99 -I. -I../include -I../common -I/opt/local/include -Wall -Wno-unused
-function -g -O4 -DHAVE_GUI -c -o obj/cmdlfpcf7931.o cmdlfpcf7931.c
g++ -I/qt/include -I/qt/include/QtCore -I/qt/include/QtGui -c -o obj/proxgui.o p
roxgui.cpp
g++ -I/qt/include -I/qt/include/QtCore -I/qt/include/QtGui -c -o obj/proxguiqt.o
proxguiqt.cpp
/qt/bin/moc -oproxguiqt.moc.cpp proxguiqt.h
g++ -I/qt/include -I/qt/include/QtCore -I/qt/include/QtGui -c -o obj/proxguiqt.m
oc.o proxguiqt.moc.cpp
g++ -I/qt/include -I/qt/include/QtCore -I/qt/include/QtGui obj/proxmark3.o obj/u
art.o obj/util.o obj/sleep.o obj/nonce2key/crapto1.o obj/nonce2key/crypto1.o obj
/nonce2key/nonce2key.o obj/mifarehost.o obj/crc16.o obj/iso14443crc.o obj/iso156
93tools.o obj/data.o obj/graph.o obj/ui.o obj/cmddata.o obj/cmdhf.o obj/cmdhf14a
.o obj/cmdhf14b.o obj/cmdhf15.o obj/cmdhfepa.o obj/cmdhflegic.o obj/cmdhficlass.
o obj/cmdhfmf.o obj/cmdhw.o obj/cmdlf.o obj/cmdlfhid.o obj/cmdlfem4x.o obj/cmdlf
hitag.o obj/cmdlfti.o obj/cmdparser.o obj/cmdmain.o obj/cmdlft55xx.o obj/cmdlfpc
f7931.o obj/proxgui.o obj/proxguiqt.o obj/proxguiqt.moc.o -L/opt/local/lib -L/us
r/local/lib -lreadline -lpthread -L/qt/lib -lQtCore4 -lQtGui4 -o proxmark3
gcc -std=c99 -I. -I../include -I../common -I/opt/local/include -Wall -Wno-unused
-function -g -O4 -DHAVE_GUI -c -o obj/flash.o flash.c
gcc -std=c99 -I. -I../include -I../common -I/opt/local/include -Wall -Wno-unused
-function -g -O4 -DHAVE_GUI -c -o obj/flasher.o flasher.c
g++ -I/qt/include -I/qt/include/QtCore -I/qt/include/QtGui obj/flash.o obj/flash
er.o obj/uart.o obj/util.o obj/sleep.o -L/opt/local/lib -L/usr/local/lib -lreadl
ine -lpthread -o flasher
make[1]: Leaving directory `/pm3/client'
make -C recovery all
make[1]: Entering directory `/pm3/recovery'
arm-none-eabi-objcopy --gap-fill=0xff --pad-to 0x00102000 -O binary ../bootrom/o
bj/bootrom.elf bootrom.bin
arm-none-eabi-objcopy --gap-fill=0xff -O binary ../armsrc/obj/fullimage.elf full
image.bin
cat bootrom.bin fullimage.bin > proxmark3_recovery.bin
make[1]: Leaving directory `/pm3/recovery'
_________________________________________________________
then
__________________________________________________________
pm3 ~$ ./client/flasher.exe -b bootrom/obj/bootrom.elf
Loading ELF file 'bootrom/obj/bootrom.elf'...host.o mifarehost.c
Loading usable ELF segments:e -I../common -I/opt/local/include -Wall -Wno-unused
0: V 0x00100000 P 0x00100000 (0x00000200->0x00000200) [R X] @0x94
1: V 0x00200000 P 0x00100200 (0x00000b60->0x00000b60) [RWX] @0x298ll -Wno-unused
Attempted to write bootloader but bootloader writes are not enabled4443crc.c
Error while loading bootrom/obj/bootrom.elfI/opt/local/include -Wall -Wno-unused
what happen here??
__________________________________________________
i try other way
pm3 ~$ C:\Proxmark3\ProxSpace\pm3\client>flasher -b bootrom.elf
sh: C:Proxmark3ProxSpacepm3client: command not found
need help indeed, TQ
Offline
some buddy help pls....i wondering what happen with this.... please.
Offline
follow the guide here and you won't get any problem : https://www.youtube.com/C0Y0Ck3r
Offline
I just Uninstall proxmark 3 driver and delete all the related file in C:proxmark
and start over again , follow all your step in the video.
runme.bat edited
Makefile.common edited
now i run "runme.bat" :
pm3 ~$ make clean && make all
make: *** No rule to make target `clean'. Stop.
what is the problem ? i follow every step from the video but still facing the same problem.....
Offline
follow the guide here and you won't get any problem : https://www.youtube.com/C0Y0Ck3r
but i am using ProxSpace-130613.7z
the old version ( ProxSpace-20100226-r390.7z ) is not exist anymore.
Offline
i redo all again and even every tiny step 100% follow from video
now using ProxSpace-20100226-r390.7z
after i edited Makefile.common (del -none)
$ make clean && make all
common/Makefile.common:1: *** missing separator. Stop.
so i skip makefile.common .
$ make clean && make all
make -C bootrom clean
make[1]: Entering directory `/home/pm3/bootrom'
rm -rf obj/*.o
rm -rf obj/*.elf
rm -rf obj/*.s19
rm -rf obj/*.map
rm -rf obj/*.d
rm -rf version.c
make[1]: Leaving directory `/home/pm3/bootrom'
make -C armsrc clean
make[1]: Entering directory `/home/pm3/armsrc'
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
rm -rf obj/*.o
rm -rf obj/*.elf
rm -rf obj/*.s19
rm -rf obj/*.map
rm -rf obj/*.d
rm -rf version.c
make[1]: Leaving directory `/home/pm3/armsrc'
make -C client clean
make[1]: Entering directory `/home/pm3/client'
rm -f cli cli.exe flasher flasher.exe proxmark3 proxmark3.exe snooper snooper.ex
e obj/nonce2key/crapto1.o obj/nonce2key/crypto1.o obj/nonce2key/nonce2key.o obj/
mifarehost.o obj/crc16.o obj/iso14443crc.o obj/iso15693tools.o obj/data.o obj/gr
aph.o obj/ui.o obj/cmddata.o obj/cmdhf.o obj/cmdhf14a.o obj/cmdhf14b.o obj/cmdhf
15.o obj/cmdhfepa.o obj/cmdhflegic.o obj/cmdhficlass.o obj/cmdhfmf.o obj/cmdhw.o
obj/cmdlf.o obj/cmdlfhid.o obj/cmdlfem4x.o obj/cmdlfhitag.o obj/cmdlfti.o obj/c
mdparser.o obj/cmdmain.o obj/cmdlft55xx.o obj/cmdlfpcf7931.o obj/*.o *.o *.moc.c
pp
make[1]: Leaving directory `/home/pm3/client'
make -C recovery clean
make[1]: Entering directory `/home/pm3/recovery'
rm -f bootrom.bin fullimage.bin proxmark3_recovery.bin
make[1]: Leaving directory `/home/pm3/recovery'
make -C bootrom all
make[1]: Entering directory `/home/pm3/bootrom'
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
/bin/sh: arm-none-eabi-gcc: command not found
perl ../tools/mkversion.pl .. > version.c || cp ../common/default_version.c vers
ion.c
arm-none-eabi-gcc -c -I../include -I../common -Wall -Werror -pedantic -std=c99 -
I. -Os -mthumb -mthumb-interwork -o obj/version.o version.c
make[1]: arm-none-eabi-gcc: Command not found
make[1]: *** [obj/version.o] Error 127
make[1]: Leaving directory `/home/pm3/bootrom'
make: *** [bootrom/all] Error 2
Administrator@DENIEDFURY-PC ~
$
Administrator@DENIEDFURY-PC ~
$ make
make -C bootrom all
make[1]: Entering directory `/home/pm3/bootrom'
perl ../tools/mkversion.pl .. > version.c || cp ../common/default_version.c vers
ion.c
arm-none-eabi-gcc -c -I../include -I../common -Wall -Werror -pedantic -std=c99 -
I. -Os -mthumb -mthumb-interwork -o obj/version.o version.c
make[1]: arm-none-eabi-gcc: Command not found
make[1]: *** [obj/version.o] Error 127
make[1]: Leaving directory `/home/pm3/bootrom'
make: *** [bootrom/all] Error 2
Administrator@DENIEDFURY-PC ~
$
Administrator@DENIEDFURY-PC ~
$ ./client/flasher.exe -b bootrom/obj/bootrom.elf
sh: ./client/flasher.exe: No such file or directory
i checked my client folder , there is no "flasher.exe" there....but i updated pm3, why will this happen? (urgent help)
Offline
if you skip makefile.common, you will have trouble compiling.
Offline
here is my video, pls help
http://www.youtube.com/watch?v=plJp5s9ieZc
screen recorded my problem...
thanks!
Offline
here is my video, pls help
http://www.youtube.com/watch?v=plJp5s9ieZcscreen recorded my problem...
thanks!
./client/flasher.exe -b bootrom/obj/bootrom.elf >> ./client/flasher.exe -b ../bootrom/obj/bootrom.elf
To make this change~~!!!
Offline
towner4896 wrote:here is my video, pls help
http://www.youtube.com/watch?v=plJp5s9ieZcscreen recorded my problem...
thanks!./client/flasher.exe -b bootrom/obj/bootrom.elf >> ./client/flasher.exe -b ../bootrom/obj/bootrom.elf
To make this change~~!!!
https://www.facebook.com/photo.php?fbid=10201585762275694&set=a.3895892525579.166045.1527086006&type=1&theater
error ==
Offline
towner4896 wrote:here is my video, pls help
http://www.youtube.com/watch?v=plJp5s9ieZcscreen recorded my problem...
thanks!./client/flasher.exe -b bootrom/obj/bootrom.elf >> ./client/flasher.exe -b ../bootrom/obj/bootrom.elf
To make this change~~!!!
Offline
Leehojeong wrote:towner4896 wrote:here is my video, pls help
http://www.youtube.com/watch?v=plJp5s9ieZcscreen recorded my problem...
thanks!./client/flasher.exe -b bootrom/obj/bootrom.elf >> ./client/flasher.exe -b ../bootrom/obj/bootrom.elf
To make this change~~!!!
https://fbcdn-sphotos-d-a.akamaihd.net/hphotos-ak-ash3/q71/s720x720/15061_10201585762275694_741272119_n.jpg
Write down the path where the file is bootroom.elf ex) i'm working c:\project\proxmark\proxspace\pm3]boorom\obj\bootroom.elf
your directory path and MINGW32 "ls" command.........
Offline