This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Qwt6.1.0 (qt) example is not running on AM335x device

Hi all,

        I am trying to run a simple application of   qwt-6.1.0 named " Simpleplot " example on my device:

SDK--ti-sdk-am335x-05.07.00.00

Platform-- Linux

Qwt 6.1.0--> simpleplot Example

I have downloaded application using linux-devkit based environment but in case of simpleplot 

-------firstly i build application with system Environment is running perfectly no issue in Ubuntu 12.04 but when it comes to :

ti-sdk-am335x     based linux-devkit environment and after compilation it gives an error:

:-1: error: skipping incompatible /home/rnd4/Desktop/Praveen/qwt-6.1.0//lib//libqwt.so when searching for -lqwt

:-2: error: cannot find -lqwt

Pls Provide some suggestion I am stuck  at that point :

I am able to run modify each application on System Environment but in case of  """"" linux-devkit """""' its giving an error;

 

Code in .pro file:

QWT_ROOT = $$/home/rnd4/Desktop/Praveen/qwt-6.1.0/

include(qwtconfig.pri )
include(qwtbuild.pri )
include(qwtfunctions.pri )

TEMPLATE     = app

INCLUDEPATH += src
DEPENDPATH  += src
 DESTDIR      =

QMAKE_RPATHDIR *= $${QWT_ROOT}/lib/ -lqwt

    LIBS      += -L$${QWT_ROOT}/lib/ -lqwt

qwtAddLibrary(qwt)

    QT += printsupport
    QT += concurrent
    DEFINES += QWT_NO_OPENGL

    DEFINES += QWT_NO_SVG

TARGET       = deform

SOURCES = \
    simpleplot.cpp

Regards ;

Praveen