> Trying to build openssl 1.0.0-beta5 with an armv6 crosscompiler in the
> linux-armv4 [armv6 is supposed to be compatible with armv5 and armv4...]
> config results in
> 
> aes-armv4.s: Assembler messages:
> aes-armv4.s:981: Error: unaligned opcodes detected in executable segment
> make[2]: *** [aes-armv4.o] Error 1

Could you test following. Open crypto/asm/aes-armv4.pl in text editor. 
Local .asciz line at the end and add following line right *after* .asciz 
line:

.align  2

If it helps, it's likely that other arm modules would need to be 
fixed/adjusted in same manner. A.


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to