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. QT Demo Example Analogclock on NGW100
Forum Updated to NodeBB v4.3 + New Features

QT Demo Example Analogclock on NGW100

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 4.2k Views 1 Watching
  • 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
    lednes
    wrote on last edited by
    #1

    Hello everyone,

    i crosscompiled qt embedded 4.5.3 for my ngw100 avr32 board, i compiled the examples/analogclock with avr32-linux-g++/gcc now i transfered the lib's and fonts for QT installation to the targed system and tryed to run

    ./analogclock -qws

    now an error pops up:

    ./analogclock: can't resolve symbol '__avr32_f32_cmp_eq'

    ./analogclock: can't resolve symbol '__avr32_f32_cmp_eq'

    Segmentation fault

    on every example its the same error. the board has 32mb SRAM.

    the filesystem is build with buildroot 2.3.0. (for example the whole /lib folder)

    i used the avr32 ubuntu iso from atmel webpage with all tools installed right away, to build the QT SOURCE . (buildroot 2.2.0) (libqtgui.so.4.5.3 , libQTnetwork.so.4.5.3 , libQTcore.so.4.5.3)

    coult this difference of buildroot versions be the cause for the segmentation fault?

    i need big help i think:(

    1 Reply Last reply
    0
    • A Offline
      A Offline
      anselmolsm
      wrote on last edited by
      #2

      The error says there is a missing symbol in the system running in your board and it does not look like a Qt symbol.

      The difference between the build and run environment versions is the probable cause of this error.

      Anselmo L. S. Melo (anselmolsm)

      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