Results 1 to 1 of 1

Thread: "Executable Failed" message while debugging remote ARM

  1. #1

    Default "Executable Failed" message while debugging remote ARM

    Hi all.

    I am attempting to debug an application on a remote ARM development board using QT Creator 2.4.1. Everything seems to be working except that at every debug breakpoint I receive a message box with "Executable failed", sometimes accompanied by garbage (see attached screenshot).

    This works using gdb from the command line. There is debugging information in the executable (see make output below).

    Additionally, after I press OK to make the message box go away, I can see my symbols, and the program actually is executing.

    I've built against qt 4.6.0 as well as 4.8.2 with the same results.

    I figured I'd ask if anyone knows what this somewhat non-specific message means before I start rummaging around through QT creator source code.

    Thanks in advance.


    -------------- Build Step Output -----------------

    14:06:38: Running build steps for project basestationd...
    14:06:39: Configuration unchanged, skipping qmake step.
    14:06:39: Starting: "/usr/bin/make" -w
    make: Entering directory `/home/spunak/src/arm_base_station/basestationd-build-desktop-Qt_4_6_0__qt-everywhere-opensource-src-4_6_0__Debug'
    arm-none-linux-gnueabi-g++ -c -pipe -g -Wall -W -D_REENTRANT -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Trolltech/qt-mx25-4.6.0/mkspecs/qws/linux-mxc-g++ -I../basestationd -I/usr/local/Trolltech/qt-mx25-4.6.0/include/QtCore -I/usr/local/Trolltech/qt-mx25-4.6.0/include/QtNetwork -I/usr/local/Trolltech/qt-mx25-4.6.0/include -I. -I../basestationd -I../../../opt/ltib/rootfs/usr/include -I. -o main.o ../basestationd/main.cpp
    arm-none-linux-gnueabi-g++ -lts -lasound -lz -lpng -Wl,-rpath,/usr/local/Trolltech/qt-mx25-4.6.0/lib -o basestationd main.o -L/home/spunak/opt/ltib/rootfs/usr/lib -L/usr/local/Trolltech/qt-mx25-4.6.0/lib -lQtNetwork -L/usr/local/Trolltech/qt-mx25-4.6.0/lib -L/home/spunak/opt/ltib/rootfs/usr/lib -lQtCore -lpthread
    make: Leaving directory `/home/spunak/src/arm_base_station/basestationd-build-desktop-Qt_4_6_0__qt-everywhere-opensource-src-4_6_0__Debug'
    14:06:39: The process "/usr/bin/make" exited normally.
    Attached Images Attached Images

Similar Threads

  1. Replies: 7
    Last Post: 8th November 2012, 12:26
  2. Compiling Qt 4.8.2 results in "ld.exe: final link failed: Memory exhausted"
    By themagician in forum Installation and Deployment
    Replies: 8
    Last Post: 26th July 2012, 21:53
  3. Qt Creator Qt SDK, Remote Compiler "Build Failed: Errors in build"
    By strahlex in forum Qt Tools
    Replies: 0
    Last Post: 10th August 2011, 17:59
  4. Replies: 4
    Last Post: 12th October 2008, 14:47
  5. Translation QFileDialog standart buttons ("Open"/"Save"/"Cancel")
    By victor.yacovlev in forum Qt Programming
    Replies: 4
    Last Post: 24th January 2008, 20:05

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.