ColdHeat / iclass

Tool to read and write iclass cards without the master key
https://blog.kchung.co/reverse-engineering-hid-iclass-master-keys/
103 stars 37 forks source link

Can't run makefile #17

Open tjpickles opened 4 years ago

tjpickles commented 4 years ago

Excuse my lack of knowledge but I'm attempting to read and learn all I can. I'm having trouble running the makefile. When I type 'make' into msys batch it says make: *** No targets specified and no makefile found. Stop. I'm not sure what I'm doing wrong here, but any help is very much appreciated.

Thanks!

crazyquark commented 4 years ago

Have you tried running make all in the root folder? Though all should be the default target anyway. Make sure you are running this in the folder where the file "Makefile" lives.

tjpickles commented 4 years ago

Tried a clean install and was able to get it to work. However now when I run iclass.exe, a cmd window opens and then immediately closes. Any ideas on how to get this to stay open so I can use the exe?

Thanks again.

crazyquark commented 4 years ago

Try tunning it from cmd.exe and see if you get any errors there.

williambalea commented 2 years ago

Are you in the right folder before executing 'make' ? By executing the command 'ls -a' you should be seeing the makefile. If not, you're in a wrong folder. For example, here I'm in the folder home/iclass-master and by doing 'ls' then enter, I can see the makefile file. image