Cryptographic
[OpenSSL] cc1.exe: sorry, unimplemented: 64-bit mode not compiled in
GunwooYun
2024. 9. 14. 07:07
Build 중 초반에 뜬금없이 에러가 발생한다.
cc1.exe: sorry, unimplemented: 64-bit mode not compiled in
뭔고 하니 Configure 할 때 64bit로 설정해놓고 gcc는 32bit로 사용해서 발생한 error다.
다시 환경변수에서 gcc 버전을 64bit용으로 설정하고 다시 build 한다.
build가 정상적으로 진행된다.