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

gcc error: CreateProcess: No such file or directory #1

Closed eelsivart closed 8 years ago

eelsivart commented 8 years ago

I am trying to compile and have followed the directions for installing mingw and when i run "make", i get this error:

gcc -W -Wno-write-strings -Wno-unused-function -O4 -DNDEBUG -Iopenssl/include -Iwincard/include -c -o iclassified.o iclassified.c gcc.exe: error: CreatePRocess: No such file or directory make: *\ [iclassified.o] Error 1

ColdHeat commented 8 years ago

Perhaps rename that to CreateProcess ?

This isn't something I've run into before and I presume it's something specific to your environment.

eelsivart commented 8 years ago

It was a problem with mingw. I had it on Win XP and it wasn't working so I tried compiling it with mingw on linux and it worked... weird.

ColdHeat commented 8 years ago

Hmm unfortunately if it's in Linux you probably won't be able to read any cards b/c the drivers are for Windows XP.

You should be able to get it working in XP though.

eelsivart commented 8 years ago

I was just using linux to compile the .exe. I moved it over to Win XP to do the actual reads/writes. Once I get my omnikey, I'll be able to test it out. thanks!