build errors with Crypto++ on iphone
- by Joey
I am trying to build Crypto++ for iPhone but encountering issues. I managed to get it to build to the device by removing a few .asm files and test.cpp but two issues:
1) the simulator gets build errors relating to:
{standard input}:13583:suffix or operands invalid for `call'
2) there are hundreds of warnings (kind of annoying)
Has anyone gotten crypto++ to work on iphone and found a way to resolve these issues?