Build 중 초반에 뜬금없이 에러가 발생한다.

cc1.exe: sorry, unimplemented: 64-bit mode not compiled in

 

뭔고 하니 Configure 할 때 64bit로 설정해놓고 gcc는 32bit로 사용해서 발생한 error다.

 

다시 환경변수에서 gcc 버전을 64bit용으로 설정하고 다시 build 한다.

Set gcc 64bit

 

build가 정상적으로 진행된다.

+ Recent posts