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. [SOLVED] Creating SIS package problem
Forum Update on Monday, May 27th 2025

[SOLVED] Creating SIS package problem

Scheduled Pinned Locked Moved Mobile and Embedded
3 Posts 2 Posters 2.5k 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.
  • T Offline
    T Offline
    Tsukasa
    wrote on 2 Apr 2011, 22:06 last edited by
    #1

    Hello,
    I am trying for first time to make Symbian package of my program (runs OK in sumulator) in order to try it on Remote Device Access. However I experience problems as follows.

    What I have:
    0. I have latest beta of Qt SDK.

    1. I got target Symbian device.
    2. In build settings I have Qt 4.7.2 for Symbian^1 / Symbian^3.
    3. In RUN settings I have Create SIS package step with Custom Certificate obtained from RDA site (so it gotta work with RDA devices). Smart Installer unchecked.

    What I did:

    1. Removed Run step "Deploy SIS" as I do not have any device connected. Create SIS is the only step left.

    So I presume I should Build and Run in order to get SIS package for further use. I got problems as follows:

    if I use Symbian^1 :
    Build errors:
    \Tsukasa\suncalc\Suncalc\SUNCALC_EXE.MMP:-1: error: Unable to identify a valid CodeWarrior for Symbian OS installation
    \Tsukasa\suncalc\Suncalc\SUNCALC_EXE.MMP:-1: make[1]: *** [MAKEFILESUNCALC_EXE] Error 255

    :-1: error: \QtSDK2\Symbian\SDKs\Symbian1Qt472\EPOC32\BUILD\Tsukasa\suncalc\Suncalc\SUNCALC_EXE\WINSCW\SUNCALC_EXE.WINSCW: No such file or directory

    and
    \Tsukasa\suncalc\Suncalc\SUNCALC_EXE.MMP:-1: error: cpp.EXE failure
    \Tsukasa\suncalc\Suncalc\SUNCALC_EXE.MMP:-1: make[1]: *** [MAKEFILESUNCALC_EXE] Error 33

    If I am attempting Symbian^3 build,
    I am just getting
    :-1: error: tool 'MWLD' from config 'none' did not return version 'Version 3.2.*' as required.
    Command 'mwldsym2.exe -version' returned:
    /bin/bash: mwldsym2.exe: command not found

    Check your environment and configuration.

    :-1: error: tool 'MWWINRC' from config 'none' did not return version 'Version 3.2.*' as required.
    Command 'mwwinrc.exe -version' returned:
    /bin/bash: mwwinrc.exe: command not found

    Check your environment and configuration.

    :-1: error: tool 'MWCC' from config 'none' did not return version 'Version 3.2.*' as required.
    Command 'mwccsym2.exe -version' returned:
    /bin/bash: mwccsym2.exe: command not found

    Check your environment and configuration.


    Please help,
    Askar

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tobias.hunger
      wrote on 3 Apr 2011, 07:11 last edited by
      #2

      Are you sure you are building for a symbian device and not for the symbian emulator?

      The later uses a really strange toolchain called winscw which is not used on the device and your output suggests you are trying to build using that.

      1 Reply Last reply
      0
      • T Offline
        T Offline
        Tsukasa
        wrote on 6 Apr 2011, 14:57 last edited by
        #3

        Found some obscure advise to put

        release-gcce

        in make parameters. Then it started to work.

        1 Reply Last reply
        0

        1/3

        2 Apr 2011, 22:06

        • Login

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