Thread
:
Porting Linux application to N900
View Single Post
linuxeventually
2009-11-30 , 02:24
Posts: 540 | Thanked: 387 times | Joined on May 2009
#
4
my way:
5. wget
http://site.org/sourcecode.tar.gz
6. tar xzvf sourcecode.tar.gz
7. cd sourcecode/
8. ./configure --prefix=/opt --host arm
9. deb-make
10. nano debian/control
change architecture:
all
to architecture:
armel
11. nano debian/rules
change
./configure
to
./configure --prefix=/opt --host arm
12. dpkg-buildpackage -rfakeroot
13. (on tablet) X-Terminal>$ /sbin/ifconfig wlan0 | grep inet
14. scp ../source_armel.deb <inet addr>:/root/
15. (on tablet) get root then # dpkg -i source_armel.deb
Quote & Reply
|
The Following 8 Users Say Thank You to linuxeventually For This Useful Post:
cocayden
,
deadline
,
epilido
,
mattaustin
,
mikhmv
,
sampppa
,
tousisd
,
twaelti
linuxeventually
View Public Profile
Send a private message to linuxeventually
Visit linuxeventually's homepage!
Find all posts by linuxeventually