12-27-2012 01:55 AM
Hi I am trying to port my Qt apps to Blackberry 10.So I have followed the steps shown in below article to start developing With Qt for Blackberry 10.
http://qt-project.org/wiki/Setting-up-Qt-Creator-f
I have configured BB10 NDK with Qt successfully as I can see the new project windows has projects for BB10
Now I created Default Qt Quick Project for BB 10 and try to build the project but I am getting this error.
error: Symbolic links not supported: disabling -L.
Can anybody please help me. ??
Thanks,
Chintan Dave.
12-27-2012 03:55 AM
12-27-2012 02:19 PM
Anybody knows how to solve this issue? cant develop becuz of this.
Build Error: Symbolic links not supported: disabling -L.
Compile Output:
00:17:02: Running steps for project untitled25…
00:17:03: Starting: “G:\bbndk\host_10_0_9_404\win32\x86\usr\bin\qmake.
00:17:03: The process “G:\bbndk\host_10_0_9_404\win32\x86\usr\bin\qmake.
00:17:03: Starting: “G:\bbndk\host_10_0_9_404\win32\x86\usr\bin\make.e
make: Symbolic links not supported: disabling -L.
qcc -Vgcc_ntoarmv7le -c -Wno-psabi -lang-c++ -fstack-protector-strong -mcpu=cortex-a9 -g -Wall -W -D_REENTRANT -DQT_NO_IMPORT_QT47_QML -DQ_OS_BLACKBERRY -DQT_DECLARATIVE_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -Ig:/bbndk/target_10_0_9_1673/qnx6/usr/share/qt4/m
qcc -Vgcc_ntoarmv7le -c -Wno-psabi -lang-c++ -fstack-protector-strong -mcpu=cortex-a9 -g -Wall -W -D_REENTRANT -DQT_NO_IMPORT_QT47_QML -DQ_OS_BLACKBERRY -DQT_DECLARATIVE_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -Ig:/bbndk/target_10_0_9_1673/qnx6/usr/share/qt4/m
G:/bbndk/host_10_0_9_404/win32/x86/usr/bin/moc.exe -DQT_NO_IMPORT_QT47_QML -DQ_OS_BLACKBERRY -DQT_DECLARATIVE_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -Ig:/bbndk/target_10_0_9_1673/qnx6/usr/share/qt4/m
qcc -Vgcc_ntoarmv7le -c -Wno-psabi -lang-c++ -fstack-protector-strong -mcpu=cortex-a9 -g -Wall -W -D_REENTRANT -DQT_NO_IMPORT_QT47_QML -DQ_OS_BLACKBERRY -DQT_DECLARATIVE_DEBUG -DQT_DECLARATIVE_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -Ig:/bbndk/target_10_0_9_1673/qnx6/usr/share/qt4/m
qcc -Vgcc_ntoarmv7le -lang-c++ -Wl,-rpath-link,G:/bbndk/target_10_0_9_1673/qnx6/a
00:17:16: The process “G:\bbndk\host_10_0_9_404\win32\x86\usr\bin\make.e
12-28-2012 10:47 AM
It's not an error, it's a warning. You should have your untitled25 binary ready to be packaged and deployed.
12-28-2012 01:16 PM
no. its error and showing in red text.
Also when I deploy package on bb10 sim , that app cant run and crash everytime I open. FYI, that app is default app created using new project.
12-28-2012 01:30 PM
The fact that you are able to deploy your app to sim tells us that there is no problem (or there is minor one) with building this app. Concentrate on why your app is crashing.
12-28-2012 01:32 PM
As i said eariler I am just building app created by default project. So App does not have any custom code. all code is created by Qt BB only.
Do you think is there any place where I can find the actual crashing reason from Simulator. As I cant debug at this point.
12-28-2012 01:37 PM
FYI, I got below Application output when I run project. Any Idea frm this ?
Application output
Info: Connecting to target 192.168.130.129:4455
Info: Authenticating with target 192.168.130.129:4455
Info: Encryption parameters verified
Info: Sending ssh key to target 192.168.130.129:4455
Info: ssh key successfully transferred.
Info: Successfully connected. This application must remain running in order to use debug tools. Exiting the application will terminate this connection.
Info: Sending request: Launch
Info: Action: Launch
Info: Launching com.example.untitled25.testDev__untitled254e6ede79
Error: Failed to create application process: Exec format error
Launching application failed
12-28-2012 01:55 PM
You build your app for arm target but need to build for x86 if you want to run it on Simulator.
12-28-2012 02:14 PM
well I used x86 in Qt version and other configurations only. can u be more specific. ?
I can share screenshot of any.
Thanks for help though.