|
2010-03-04
, 09:54
|
Posts: 34 |
Thanked: 2 times |
Joined on Feb 2010
|
#2
|
|
2010-03-04
, 19:24
|
|
Posts: 122 |
Thanked: 135 times |
Joined on Dec 2009
@ Helsinki
|
#3
|
|
2010-03-05
, 07:56
|
Posts: 34 |
Thanked: 2 times |
Joined on Feb 2010
|
#4
|
<43-break-insert "\"main.cpp\":5" >&"No source file named main.cpp.\n" >43^error,msg="No source file named main.cpp."
directory "F:\\QTCreatorProjects\\fifthProject\\debug"
~"GNU gdb (GDB) 6.6.50.20070821-cvs\n"
If this is the case, current toolchain contains too old gdb. next release
will ship the same compilers but newer gdb in toolchain component.
|
2010-03-05
, 21:19
|
|
Posts: 122 |
Thanked: 135 times |
Joined on Dec 2009
@ Helsinki
|
#5
|
~"GNU gdb (GDB) 6.6.50.20070821-cvs\n"[/CODE]
if this is the proble:
how do i update the gdb manually?
Thanks alot
The Following User Says Thank You to too For This Useful Post: | ||
|
2010-03-09
, 07:00
|
Posts: 12 |
Thanked: 9 times |
Joined on Jan 2010
|
#6
|
|
2010-03-09
, 09:59
|
Posts: 225 |
Thanked: 64 times |
Joined on Feb 2010
|
#7
|
|
2010-03-09
, 10:01
|
Posts: 225 |
Thanked: 64 times |
Joined on Feb 2010
|
#8
|
|
2010-03-09
, 17:09
|
Posts: 12 |
Thanked: 9 times |
Joined on Jan 2010
|
#9
|
ftp://ftp.qt.nokia.com/qtcreator/snapshots/
and any subfolder under there that has a .exe in it (02 24 is the one from the wiki, there is a later one 1.3.81 in 3rd march
|
2010-03-09
, 17:13
|
Posts: 353 |
Thanked: 263 times |
Joined on Dec 2009
@ Finland
|
#10
|
The Following User Says Thank You to TNiga For This Useful Post: | ||
Is it possible to run an application in debug mode directly on the phone using QtCreator and madde?
I fallowed the steps described on wiki and I'm able to run the application on the phone but it does not stop in any breaktpoint.
Also I see some warnings like:
.dynamic section for "c:/madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/usr/lib/libQtCore.so.4" is not at the expected address (wrong library or version mismatch?)
.dynamic section for "c:/madde/0.6.14/sysroots/fremantle-arm-sysroot-2.2009-51-1-qt453/lib/libm.so.6" is not at the expected address
difference appears to be caused by prelink, adjusting expectations
...
I have QT version 4.6.2
I think in madde Qt Maemo version is 4.5.3.
In N900 /usr/lib i found alot of libQt*.so.4.5.3
When i test the connection with Qt Creator Maemo Device config i see the list of Qt packages being 4.5.3
Thanks.
Interesting discovery:
The madde application on phone creates an ip for the phone usb. Standard is 192.168.2.15. It's possible to connect with putty to the phone using user developer and the generated pwd. This way the XTerminal is moved to the computer and it's possible to use the the keyboard and mouse and still work directly on the phone.
Last edited by flgor; 2010-03-03 at 18:44.