在 Symbian^1 (5800XM) 上运行和调试 Qt 应用程序

发布于 2024-12-24 02:36:00 字数 990 浏览 4 评论 0原文

我在 5800 上运行 Qt 应用程序时遇到问题。 我已经安装了 Qt SDK 1.1.2(因为我发现它是唯一支持 Symbian ^1 的 SDK 版本)并使用 Symbian Toolchain 编译了示例项目。我在 Symbian 上使用 Qt 4.7.3。我已在目标手机上安装了 AppTRK 和 CODA。 编译后我尝试在手机上运行。应用程序已成功安装在目标上,但无法运行。我不知道为什么。当我使用“从项目属性创建智能安装程序包”时,会出现同样的问题。 之后我安装了远程编译器。远程编译器的包在我的手机上运行良好。在远程编译器上我也使用了 Qt 4.7.3 有什么问题吗?为什么我的手机无法运行自编译包?

  • 主机:Linux Mint(Katya)
  • 目标:Symbian ^1 5th Edition(Nokia 5800 XpressMusic)
  • Qt 版本:4.7.3 for Symbian

以下是使用主机上安装的 Qt 4.7.3 和 CODA 运行应用程序后的输出:

Connecting to 192.168.1.23:65029... Connected. Launching: myapp.exe
Launch failed: Command answer [command error], 1 values(s) to request:
'C|4|Processes|start|""|"myapp.exe"|[""]|[]|true' 
#0 {"Code":-1,Format="Failed to create the process (verify that the executable and all required DLLs have been transferred) (item not
found)"} Error: 'Failed to create the process (verify that the
executable and all required DLLs have been transferred) (item not
found)' Code: -1 Finished.

I have a problem with running Qt app on my 5800.
I've installed Qt SDK 1.1.2(As I found it's only SDK version which support Symbian ^1) and compiled sample project using Symbian Toolchain. I use Qt 4.7.3 for Symbian. I've installe AppTRK and CODA on my target phone.
After compiling I tried to run on my phone. Application has been successfully installed on target but it is can't be runned. I don't know why. Same problem occurs when I use "Create Smart Installer package from projects properties.
After this I've installed Remote Compiler. And the remote compiler's package works fine on my phone. On remote compiler I've also used Qt 4.7.3
What the problem? Why I can't run self-compiled package on my phone?

  • Host: Linux Mint(Katya)
  • Target: Symbian ^1 5th Edition(Nokia 5800 XpressMusic)
  • Qt version: 4.7.3 for Symbian

Here is output after running app using installed on host Qt 4.7.3 and CODA:

Connecting to 192.168.1.23:65029... Connected. Launching: myapp.exe
Launch failed: Command answer [command error], 1 values(s) to request:
'C|4|Processes|start|""|"myapp.exe"|[""]|[]|true' 
#0 {"Code":-1,Format="Failed to create the process (verify that the executable and all required DLLs have been transferred) (item not
found)"} Error: 'Failed to create the process (verify that the
executable and all required DLLs have been transferred) (item not
found)' Code: -1 Finished.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

贵在坚持 2024-12-31 02:36:00

我认为如果安装了 TRK,CODA 就无法工作。

Symbian^1 现在在 QtSDK 中称为 S60v5,只能通过在线安装程序或 SDKMaintainanceTool 获得。

I think CODA doesn't work if TRK is installed.

Symbian^1 is now called S60v5 in the QtSDK and it's only available via online installer or SDKMaintainanceTool.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文