Build 중 초반에 뜬금없이 에러가 발생한다.
cc1.exe: sorry, unimplemented: 64-bit mode not compiled in
뭔고 하니 Configure 할 때 64bit로 설정해놓고 gcc는 32bit로 사용해서 발생한 error다.
다시 환경변수에서 gcc 버전을 64bit용으로 설정하고 다시 build 한다.
build가 정상적으로 진행된다.
'Cryptographic' 카테고리의 다른 글
[OpenSSL] collect2.exe: error: ld returned 1 exit status (0) | 2024.09.14 |
---|---|
Advanced Encryption Standard (AES) (5) | 2024.07.22 |
[OpenSSL] Build OpenSSL on Windows (0) | 2024.06.18 |