![]() |
2010-06-10
, 07:27
|
|
Posts: 1,296 |
Thanked: 1,773 times |
Joined on Aug 2009
@ Budapest, Hungary
|
#2
|
![]() |
2010-06-29
, 14:42
|
|
Posts: 154 |
Thanked: 124 times |
Joined on Mar 2007
|
#3
|
![]() |
2010-06-30
, 17:24
|
Posts: 60 |
Thanked: 23 times |
Joined on Jan 2010
|
#4
|
Specs:
Windows 7 64-bit
Nokia Qt SDK
N900 with PR1.2
I'm able to compile to Maemo targets release & debug and can remotely execute via MADDE which is running on my N900 via the USB ethernet driver, however these are my issues/questions:
1. Remote keys don't work:
Remote process exited with error: Error in cryptography backend: Botan: Decoding error: BER: Length field is too large
However if I just use regular password authentication it works fine so I'm using that right now.
2. Remote GDB debugger fails with:
Signal received
The inferior stopped because it received a signal from the Operating System.
Signal name: SIGABRT
Signal meaning: Aborted
3. When deploying to the device, how do you do post-process installs?
So for instance if your executable contains a library which you modify and you want it to copy over the updated lib, or you have updated data you want uploaded before uploading the changed bin and running it/debugging it, how do you do this in QtCreator? Also handy would be so you could specify where the stuff goes and not into /home/developer (say a way to specify /home/developer/testapp/<put bin and other files here> would be nice). ESBox seemed to be able to set this up but I feel that QTCreator isn't flexible enough yet to do this kind of stuff, or I'm not looking in the right spots.
Thanks all for the help!
Last edited by Boberfly; 2010-06-10 at 04:49. Reason: Better topic name