Results 1 to 4 of 4

Thread: run example qt5.1.1 browser on arm (qt-5.1.1/examples/webkitwidgets/browser/browser)

  1. #1
    Join Date
    Oct 2012
    Posts
    4
    Qt products
    Qt/Embedded
    Platforms
    Unix/X11

    Default run example qt5.1.1 browser on arm (qt-5.1.1/examples/webkitwidgets/browser/browser)

    I am trying to run the QT5.1.1 browser on arm board.

    This browser is one that is present on compiling qt5.1.1 with examples and is present in path(on board)
    ./usr/local/Qt/share/qt-5.1.1/examples/webkitwidgets/browser/browser

    When i try to run it with command - ./browser -display "http://www.google.com". It doesnt bring up the browser with google.com and gets hanged at the position below.

    /usr/local/Qt/share/qt-5.1.1/examples/webkitwidgets/browser# ./browser -display "http://www.google.com"
    (*) Direct/Thread: Started 'SigHandler' (19886) [CRITICAL - OTHER/0] <8388608>...

    ~~~~~~~~~~~~~~~~~~~~~~~~~~| DirectFB 1.6.4 |~~~~~~~~~~~~~~~~~~~~~~~~~~
    (c) 2012-2013 DirectFB integrated media GmbH
    (c) 2001-2013 The world wide DirectFB Open Source Community
    (c) 2000-2004 Convergence (integrated media) GmbH
    ----------------------------------------------------------------

    (*) DirectFB/Core: Multi Application Core. (2014-10-27 11:03)
    (*) Direct/Memcpy: Using libc memcpy()
    (*) Fusion/SHM: Using MADV_REMOVE (3.10.27.0 >= 2.6.19.2)
    (*) Fusion/SHM: Shared root (0) is 1416 bytes [0x1000 @ 0x10000000]
    (*) Direct/Thread: Started 'Fusion Dispatch' (19887) [MESSAGING - OTHER/0] <8388608>...
    (*) Direct/Thread: Started 'Fusion Deferred' (19888) [MESSAGING - OTHER/0] <8388608>...
    (*) STMfbdev/Surfaces/Aux: 131072kB of auxmem!
    (*) DirectFB/stgfx2: devdata/drvdata: 0x1109d000 / 0x9b3e0
    (*) DirectFB/stgfx2: using /dev/stm-bdispII.1.1
    (*) DirectFB/stgfx2: shared area/nodes mmap()ed to 0x76f64000 / 0x668f0000
    (*) DirectFB/stgfx2: CLUT mmap()ed to 0x700fe700
    (*) DirectFB/stgfx2: CLUT mmap()ed to 0x700feb00
    (*) DirectFB/stgfx2: CLUT mmap()ed to 0x700fef00
    (*) DirectFB/stgfx2: CLUT mmap()ed to 0x700ff300
    (*) DirectFB/stgfx2: CLUT mmap()ed to 0x700ff700
    (*) DirectFB/Graphics: ST Microelectronics BDispII w/ user space AQs 1.38 (ST Microelectronics)
    Received finished signal while progress is still: 10 Url: QUrl( "http://www.google.com" )




    Can anyone guide me with the right command for running this qt 5.1.1 browser and bringing it to the google.com page
    Or please tell me what could have gone wrong.
    Please help


    Thanks,
    Soumya

  2. #2
    Join Date
    Oct 2012
    Posts
    4
    Qt products
    Qt/Embedded
    Platforms
    Unix/X11

    Default run example qt5.1.1 browser on arm

    I am trying to run the QT5.1.1 browser on arm board.

    This browser is one that is present on compiling qt5.1.1 with examples and is present in path(on board)
    ./usr/local/Qt/share/qt-5.1.1/examples/webkitwidgets/browser/browser

    When i try to run it with command - ./browser -display "http://www.google.com". It doesnt bring up the browser with google.com and gets hanged at the position below.

    /usr/local/Qt/share/qt-5.1.1/examples/webkitwidgets/browser# ./browser -display "http://www.google.com"
    (*) Direct/Thread: Started 'SigHandler' (19886) [CRITICAL - OTHER/0] <8388608>...

    ~~~~~~~~~~~~~~~~~~~~~~~~~~| DirectFB 1.6.4 |~~~~~~~~~~~~~~~~~~~~~~~~~~
    (c) 2012-2013 DirectFB integrated media GmbH
    (c) 2001-2013 The world wide DirectFB Open Source Community
    (c) 2000-2004 Convergence (integrated media) GmbH
    ----------------------------------------------------------------

    (*) DirectFB/Core: Multi Application Core. (2014-10-27 11:03)
    (*) Direct/Memcpy: Using libc memcpy()
    (*) Fusion/SHM: Using MADV_REMOVE (3.10.27.0 >= 2.6.19.2)
    (*) Fusion/SHM: Shared root (0) is 1416 bytes [0x1000 @ 0x10000000]
    (*) Direct/Thread: Started 'Fusion Dispatch' (19887) [MESSAGING - OTHER/0] <8388608>...
    (*) Direct/Thread: Started 'Fusion Deferred' (19888) [MESSAGING - OTHER/0] <8388608>...
    (*) STMfbdev/Surfaces/Aux: 131072kB of auxmem!
    (*) DirectFB/stgfx2: devdata/drvdata: 0x1109d000 / 0x9b3e0
    (*) DirectFB/stgfx2: using /dev/stm-bdispII.1.1
    (*) DirectFB/stgfx2: shared area/nodes mmap()ed to 0x76f64000 / 0x668f0000
    (*) DirectFB/stgfx2: CLUT mmap()ed to 0x700fe700
    (*) DirectFB/stgfx2: CLUT mmap()ed to 0x700feb00
    (*) DirectFB/stgfx2: CLUT mmap()ed to 0x700fef00
    (*) DirectFB/stgfx2: CLUT mmap()ed to 0x700ff300
    (*) DirectFB/stgfx2: CLUT mmap()ed to 0x700ff700
    (*) DirectFB/Graphics: ST Microelectronics BDispII w/ user space AQs 1.38 (ST Microelectronics)
    Received finished signal while progress is still: 10 Url: QUrl( "http://www.google.com" )




    Can anyone guide me with the right command for running this qt 5.1.1 browser and bringing it to the google.com page
    Or please tell me what could have gone wrong.
    Please help


    Thanks,
    Soumya

  3. #3
    Join Date
    Oct 2006
    Location
    New Delhi, India
    Posts
    2,467
    Thanks
    8
    Thanked 334 Times in 317 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: run example qt5.1.1 browser on arm

    Have you cross compiled the browser ?
    Or is Qt cross compiled for arm,, or are the drivers proper for your board ?

    Just check if there is any incompatibility in your setup of target board.

  4. #4
    Join Date
    Oct 2012
    Posts
    4
    Qt products
    Qt/Embedded
    Platforms
    Unix/X11

    Default Re: run example qt5.1.1 browser on arm

    Hi ,

    Thanks for the reply.

    My browser is crosscompiled

    xi4:~/xi4_trunk_Nov11/sdk/fsroot$ file ./ramdisk/usr/local/Qt/share/qt-5.1.1/examples/webkitwidgets/browser/browser
    ./ramdisk/usr/local/Qt/share/qt-5.1.1/examples/webkitwidgets/browser/browser: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.16, BuildID[sha1]=0xe32d3ea6c0b769390b45992f1d7588bba71b68b0, stripped

    I am doubtful about teh command i am giving

    ./browser -display "http://www.google.com"

    Is this the command how we should test it

Similar Threads

  1. Web browser
    By mania in forum Qt Programming
    Replies: 3
    Last Post: 13th December 2013, 09:09
  2. Replies: 0
    Last Post: 17th March 2011, 03:17
  3. Not able to run fancy browser and demo browser example applications
    By GoGetIt in forum Installation and Deployment
    Replies: 1
    Last Post: 16th August 2010, 06:23
  4. Value Browser 3
    By Arsen in forum Qt-based Software
    Replies: 7
    Last Post: 27th December 2007, 14:12
  5. Web browser on Mac OS
    By pkloc in forum Qt Programming
    Replies: 2
    Last Post: 22nd March 2007, 01:21

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.