Discussion Board

Page 2 of 2 FirstFirst 12
Results 16 to 19 of 19
  1. #16
    Nokia Developer Moderator ltomuta's Avatar
    Join Date
    Sep 2004
    Location
    Tampere, Finland
    Posts
    11,335
    Hi guys, I was able to reproduce this error and I'm looking for a solution now. I will update you as soon as possible.

  2. #17
    Regular Contributor vladestCh's Avatar
    Join Date
    Mar 2012
    Posts
    144
    great,
    thanks Lucian for your support

  3. #18
    Nokia Developer Moderator ltomuta's Avatar
    Join Date
    Sep 2004
    Location
    Tampere, Finland
    Posts
    11,335
    Hi guys,

    the issue is sorted out now. The SDK uses DEBUGGABLE_UDEBONLY to signal that the binary is debuggable but that flag is too restrictive and is applied only to binaries generated in the debug configuration. The SDK should use the DEBUGGABLE flag instead.

    The only way to fix this is to edit the file C:\QtSDK\Symbian\SDKs\Symbian3Qt474\mkspecs\common\symbian\symbian-mmp.conf where at line 61 the text
    Code:
    # Mark all debug executables debuggable.
    MMP_RULES += DEBUGGABLE_UDEBONLY
    should be replaced by
    Code:
    # Mark all executables debuggable.
    MMP_RULES += DEBUGGABLE

  4. #19
    Regular Contributor vladestCh's Avatar
    Join Date
    Mar 2012
    Posts
    144
    Thanks, Lucian!

Page 2 of 2 FirstFirst 12

Similar Threads

  1. where's the build config for the Symbian Belle device in QtCreator?
    By planetLars in forum [Archived] Qt SDKs and Tools
    Replies: 2
    Last Post: 2012-02-22, 05:18
  2. Replies: 3
    Last Post: 2011-03-12, 00:20
  3. QtCreator Could not create file on device
    By Fillinger in forum [Archived] Qt SDKs and Tools
    Replies: 1
    Last Post: 2010-08-04, 15:49
  4. [moved] QtCreator on device debuging
    By BalajiR in forum [Archived] Qt SDKs and Tools
    Replies: 0
    Last Post: 2010-02-17, 11:13

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved