This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Fatal Error: error when reading “C:\OpenSSL-Win32\lib\libeay32.lib”: unexpected end-of-file

i want to implement cryptographic algorithm to the arm at91sam7 micro. so i started with simple sha-1 openssl hash function. i could compile this sample code of sha-1 with code::block software and got true output. but when i want to use this code in my micro, i must compile and built it with arm compiler (for example IAR Workbench especially). i could compile the code in IAR truly but when i want to built it, i give no definitions errors. so i added C:\OpenSSL-Win32\lib\libeay32.lib to the linker additional library but i give this linker error: 'Fatal Error: error when reading "C:\OpenSSL-Win32\lib\libeay32.lib": unexpected end-of-file'. could every one help me?Appreciate the help.