RfidResearchGroup / proxmark3

Iceman Fork - Proxmark3
http://www.icedev.se
GNU General Public License v3.0
4.01k stars 1.05k forks source link

make tarbin #555

Closed EntropyWorks closed 4 years ago

EntropyWorks commented 4 years ago

I'm trying to run the step I've seen before used to package up just the binaries into a tar file.

$ git clone https://github.com/RfidResearchGroup/proxmark3.git
$ cd proxmark3
$ make all

===================================================================
Platform name:     Proxmark3 rdv4
PLATFORM:          PM3RDV4
Platform extras:   No extra selected
Included options:  SMARTCARD FLASH LF HITAG ISO15693 LEGICRF ISO14443b ISO14443a ICLASS FELICA NFCBARCODE HFSNIFF HFPLOT
Standalone mode:   LF_SAMYRUN
===================================================================
[*] MAKE client/all
make[1]: Nothing to be done for 'all'.
[*] MAKE bootrom/all
make[1]: Nothing to be done for 'all'.
[*] MAKE fpga_compress/all
make[1]: Nothing to be done for 'all'.
[*] MAKE armsrc/all
make[1]: Nothing to be done for 'all'.
[*] MAKE recovery/all
make[1]: Nothing to be done for 'all'.
[*] MAKE mfkey/all
make[1]: Nothing to be done for 'all'.
[*] MAKE nonce2key/all
make[1]: Nothing to be done for 'all'.
$ make tarbin

===================================================================
Platform name:     Proxmark3 rdv4
PLATFORM:          PM3RDV4
Platform extras:   No extra selected
Included options:  SMARTCARD FLASH LF HITAG ISO15693 LEGICRF ISO14443b ISO14443a ICLASS FELICA NFCBARCODE HFSNIFF HFPLOT
Standalone mode:   LF_SAMYRUN
===================================================================
rm -f proxmark3-Linux-bin.tar proxmark3-Linux-bin.tar.gz
[*] MAKE client/tarbin
[=] TAR ../proxmark3-Linux-bin.tar
client/proxmark3
[*] MAKE fpga_compress/tarbin
make[1]: *** No rule to make target 'tarbin'.  Stop.
make: *** [Makefile:89: fpga_compress/tarbin] Error 2

Desktop (please complete the following information):

iceman1001 commented 4 years ago

no rule for fpga_compress .. @doegox I think you missed that one when you rewrote the Makefiles. We don't have fpga_compress,