Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QwtPlot3d Qt5 CrossCompile
Forum Updated to NodeBB v4.3 + New Features

QwtPlot3d Qt5 CrossCompile

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 429 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    Laksono
    wrote on last edited by
    #1

    hey, anyone ever use qwtplot3d lib for beaglebone black? i use it for ploting data x,y,z. i have done in PC host work perfectly, but i have problem when cross compile it... :(

    arm-linux-gnueabihf-g++ -Wl,-O1 -o ../bin/simpleplot tmp/simpleplot.o tmp/simpleplot_plugin_import.o tmp/qrc_images.o -L/home/daunbiru/Graphics_SDK_5_01_01_02/GFX_Linux_SDK/OGLES2/SDKPackage/Builds/OGLES2/LinuxARMV7/Lib -L../../lib -lqwtplot3d -lGLU -L/opt/qt571_eglfsarm/lib -lQt5OpenGL -lQt5Widgets -L/opt/qt571_eglfsarm/plugins/platforms -lqeglfs -lQt5EglDeviceIntegration -lQt5PlatformSupport -lqtfreetype -L/opt/qt571_eglfsarm/plugins/imageformats -lqdds -lqicns -lqico -lqtga -lqtiff -lqwbmp -lqwebp -lQt5Gui -lqtpng -lqtharfbuzzng -lQt5Core -lqtpcre -ldl -lm -lrt -lpthread -lGLESv2 -lEGL -lIMGegl -lsrv_um
    ../../lib/libqwtplot3d.a(qwt3d_axis.o): In function Qwt3D::Axis::drawBase()': qwt3d_axis.cpp:(.text+0x26a): undefined reference to glBegin'
    qwt3d_axis.cpp:(.text+0x27a): undefined reference to glVertex3d' qwt3d_axis.cpp:(.text+0x28e): undefined reference to glVertex3d'
    ../../lib/libqwtplot3d.a(qwt3d_axis.o): In function Qwt3D::Axis::drawTic(Qwt3D::Triple, double)': qwt3d_axis.cpp:(.text+0x63e): undefined reference to glBegin'
    qwt3d_axis.cpp:(.text+0x652): undefined reference to glColor4d' qwt3d_axis.cpp:(.text+0x67a): undefined reference to glVertex3d'
    qwt3d_axis.cpp:(.text+0x6a2): undefined reference to glVertex3d' qwt3d_axis.cpp:(.text+0x6a6): undefined reference to glEnd'
    ../../lib/libqwtplot3d.a(qwt3d_axis.o): In function Qwt3D::Axis::draw()': qwt3d_axis.cpp:(.text+0x14ac): undefined reference to glColor4d'
    ../../lib/libqwtplot3d.a(qwt3d_axis.o): In function Qwt3D::Axis::drawBase()': qwt3d_axis.cpp:(.text+0x296): undefined reference to glEnd'

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved