본문 바로가기
반응형

error28

qt collect2 error ld returned 1 exit status - Solution(에러 해결 방법) qt collect2 error ld returned 1 exit status - Solution(에러 해결 방법) 문제 상황 (problem situation) Qt로 개발하다보면, issue 탭에는 별 다른 에러메시지가 없다가 마지막에 아무런 상세 설명 없이 qt collect2 error ld returned 1 exit status 에러 메시지가 표시될 때가 있다. 난감하겠지만 아래 방법을 적용하면 해결 될 것이다. [English](When developing with Qt, there are no other error messages in the issues tab, but without any detailed explanation at the end. qt collect2 error ld r.. 2022. 10. 7.
Requesting a certificate from an authority in Ubuntu environment (우분투 환경에서 인증서를 기관에 인증 요청하기) Requesting a certificate from an authority in Ubuntu environment (우분투 환경에서 인증서를 기관에 인증 요청하기) 인증 기관으로부터 받았던 인증 시간이 지났거나 다른 이유로 인증이 풀릴 때가 있다. 이 때문에 ssl error 등의 에러와 부딪히곤 한다. 아래 명령어 한 줄이면 인증서 재인증이 가능하다. (There are times when the certification time from the certification body has expired or the certification is released for other reasons. Because of this, I often run into errors such as ssl errors. .. 2022. 10. 5.
[Solved][qml] An abstract class cannot be instantiated. (추상 클래스를 인스턴스화 할 수 없습니다) [qml] An abstract class cannot be instantiated. 추상 클래스를 인스턴스화 할 수 없습니다. (추천) Qt QML과 C++로 시작하는 크로스플랫폼 앱 개발 강의 - 입문편 https://inf.run/3XmSH Qt QML과 C++로 시작하는 크로스플랫폼 앱 개발 - 입문편 강의 - 인프런 Qt QML과 C++를 사용하여 크로스플랫폼 애플리케이션 개발에 입문할 수 있습니다. 해당 강의에서는 윈도우 응용 프로그램 타겟으로 개발을 진행합니다., 강의 주제 📖 이 강의를 통해 참가자들은 www.inflearn.com 배경 지식 (background) 추상 클래스 : 순수 가상 함수를 1개 이상 가지고 있는 클래스 순수 가상 함수 : 가상 함수 중에 구현부(중괄호 내부)를 정.. 2022. 9. 23.
[Solved] error adding sysmbols when compiling ccdv: Bad value (ccdv 컴파일시 error adding sysmbols: Bad value) [Linux Ubuntu] error adding sysmbols when compiling ccdv: Bad value ccdv 컴파일시 error adding sysmbols: Bad value ccdv는 컴파일할 때의 과정을 보다 가시성을 높여서 보여준다! 이를 컴파일하는 도중 에러가 발생하여 정리함. ccdv: error adding symbols: Bad value collect2: error: ld returned 1 exit status 발생하여 문제점을 찾아본 결과, 컴파일 할 때 옵션 값을 잘못주었을때 발생하였던 것이었다. 예를 들어 -o 옵션의 다음으로는 아웃풋 이름 argument가 위치해야하는데 다른 옵션 정보 등이 들어오면 발생함! (ccdv shows the process of .. 2022. 8. 23.
반응형