I am attempting to compile a program using Crypto++ and no matter what I try I am getting an illegal instruction error. The code I am trying to compile is from http://www.cryptopp.com/wiki/TripleDES and according to GDB the problem is:
*Program received signal SIGILL, Illegal instruction.* *CryptoPP::Rijndael::Base::UncheckedSetKey (this=0x733060,* * userKey=<optimized out>, keylen=32) at rijndael.cpp:218* *218 rijndael.cpp: No such file or directory.* *(gdb)* -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
