qt4 예제를 임베디드 보드에서 실행시키니 에러가 납니다.
먼저 ./qthello 실행시키니
QWSSocket::connectToLocalFile could not connect:: No such file or directory
QWSSocket::connectToLocalFile could not connect:: No such file or directory
QWSSocket::connectToLocalFile could not connect:: No such file or directory
QWSSocket::connectToLocalFile could not connect:: No such file or directory
QWSSocket::connectToLocalFile could not connect:: No such file or directory
QWSSocket::connectToLocalFile could not connect:: No such file or directory
No Qtopia Core server appears to be running.
If you want to run this program as a server,
add the "-qws" command-line option 에러가 납니다.

그래서 ./qthello -qws 실행시키니
Unable to handle kernel paging request at virtual address 09081310 이라고 에러가 나네요.
임베디드 보드에서 qt4 용량이 커서 실행 못 시키는건가요? 답변 부탁드립니다.