View Single Post
Posts: 12 | Thanked: 7 times | Joined on Sep 2009 @ Finland
#5
Originally Posted by rjcooke View Post
. So now when I want to build for ARMEL target, I should delete all the .o files and the executable and then make?
I think you sometimes need to run qmake when switching target. I run these commands usually when switching:
make clean
qmake
make

Originally Posted by rjcooke View Post
But now the USB networking, which was running correctly last night, is no longer working. So I've now got my ARMEL exe but I've got to figure out the USB or some other roundabout way of getting it to the phone. There has to be a better way.
If I understood this correctly you are looking for a better way to transfer files between your phone and PC. You can do it over network. Take a look at openSSH (you need to install the server on your device).

Public key based ssh is really effortless (and secure), take a look at this good post:
http://talk.maemo.org/showthread.php?t=41547

If you are running windows take a look at this:
http://talk.maemo.org/showthread.php?t=41422

if you are running linux, you could use e.g. filezilla to drag and drop files or even mount your device to the file system using sshfs.. There are probably good tutorials here for these things so the search function is your friend
 

The Following User Says Thank You to Talvis For This Useful Post: