[완료]QThread 사용하는데 collect2: ld returned 1 exit status 에러 발생

fedious의 이미지

QT4로 QThread 이용해서 코드를 짜는데 collect2: ld returned 1 exit status에러가 발생하네요;;
쓰레드를 처음 써보는거라 몇일째 삽질중입니다ㅠ

main.cpp는 그냥 기본적인 진입점입니다.

/* main.cpp */
#include <QtGui/QApplication>
#include "replaydb.h"
 
int main(int argc, char *argv[])
{
    QApplication a(argc, argv);
    replayDB replay;
 
    replay.show();
    return a.exec();
}
 
replaydb.h가 다이얼로그를 가지는데요. 여기서 replaythread.h를 include하여 스레드 변수를 선언합니다.( replayThread selectSendThread; )
<code>
/* replaydb.h */
#ifndef REPLAYDB_H
#define REPLAYDB_H
 
#include <QMainWindow>
#include <QDialog>
#include <replaythread.h>
 
namespace Ui {
    class replayDB;
}
 
class replayDB : public QMainWindow {
    Q_OBJECT
public:
    replayDB(QWidget *parent = 0);
    ~replayDB();
 
protected:
    void changeEvent(QEvent *e);
    void closeEvent(QCloseEvent *event);
 
private slots:
    void startThread();
    void stopThread();
 
private:
    Ui::replayDB *ui;
 
    replayThread selectSendThread;
 
    QPushButton *startReplayButton;
    QPushButton *stopReplayButton;
};
 
#endif // REPLAYDB_H

그리고 버튼을 클릭하면 void startThread();를 호출합니다. 그러면 쓰레드가 시작되어 replaythread.h에 있는 run()함수를 호출하겠죠.

/* replaydb.cpp */
void replayDB::startThread()
{
    if (selectSendThread.isRunning())
    {
        selectSendThread.start();
    }
}

다음은 replaythread.h입니다. run()는 아무것도 없습니다.

/* replaythread.h */
#ifndef REPLAYTHREAD_H
#define REPLAYTHREAD_H
 
#include <QThread>
#include "stdio.h"
 
class replayThread : public QThread {
    Q_OBJECT
 
public:
    replayThread();
 
    void stop();
 
protected:
    void run();
 
private:
    volatile bool stopped;
};
 
#endif // REPLAYTHREAD_H

이상의 코드를 컴파일하면 collect2: ld returned 1 exit status 에러 하나만 덩그러니 내놓는데요...도대체 뭘 더 추가해야 하는걸까요??ㅠㅠㅠㅠ
참 참고로 replayDB.pro파일에 'CONFIG += thread' 구문도 추가하였습니다.
도와주세요~ㅠㅠㅠ

익명 사용자의 이미지

QT 를 안사용한지 너무 오래되서 기억이 잘 나지 않지만...

linker 에도 qt library 추가하셨나요?

익명 사용자의 이미지

linker가 .pro파일 아닌가요??

klara의 이미지

collect2: ld returned 1 exit status
이 위로 올려서 다른 에러메시지를 찾아보세요.
이건 에러가 있다는 내용이지, 무슨에러다 라는 내용이 아닙니다.
주로 심볼이 정의되지 않은경우나 찾을수 없는 경우에 자주 나오지만, 암튼 에러메시지를 찾아보세요.
에러메시지가 뭔지 모르시겠으면 컴파일할때 나온 메시지를 전부다 복사해서 붙여보세요.

fedious의 이미지

확인해보니까 다른 곳에서 문제가 있었더라구요;;
제가 에러메세지창이 있다는 것을 뒤늦게 발견해서;;
QCloseWindow()인가를 사용해 놓구선 해당 헤더파일을 넣지 않았더군요ㅠ

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.