Active Topics

 


Reply
Thread Tools
Posts: 1 | Thanked: 7 times | Joined on Jan 2009
#21
I did this today, and had to update all of the WGETs to reflect the latest OS. As well the install for G++ had to be done simultaneously with the libc++-dev. Here is what I did:

wget http://repository.maemo.org/pool/dia...sso8_armel.deb
wget http://repository.maemo.org/pool/dia...sso8_armel.deb
wget http://repository.maemo.org/pool/dia...sso8_armel.deb
wget http://repository.maemo.org/pool/dia...sso8_armel.deb
wget http://repository.maemo.org/pool/dia...sso8_armel.deb
wget http://repository.maemo.org/pool/dia...so10_armel.deb
wget http://repository.maemo.org/pool/dia...so10_armel.deb
wget http://repository.maemo.org/pool/mae...11-1_armel.deb
wget http://repository.maemo.org/pool/dia...sso1_armel.deb

dpkg -i binutils_2.16.91cs2005q3.2-5.osso1_armel.deb
dpkg -i linux-kernel-headers_2.6.16.osso11-1_armel.deb
dpkg -i libc6_2.5.0-1osso10_armel.deb
dpkg -i libc6-dev_2.5.0-1osso10_armel.deb
dpkg -i gcc-3.4_3.4.4cs2005q3.2-5.osso8_armel.deb
dpkg -i cpp-3.4_3.4.4cs2005q3.2-5.osso8_armel.deb
dpkg -i libstdc\+\+6_3.4.4cs2005q3.2-5.osso8_armel.deb
dpkg -i libstdc\+\+6-dev_3.4.4cs2005q3.2-5.osso8_armel.deb g++-3.4_3.4.4cs2005q3.2-5.osso8_armel.deb

apt-get -f install

apt-get install make

cd /usr/bin
ln -s g\+\+\-3.4 g\+\+

After this I also downloaded the source for grep-2.4 to replace the busybox grep. This helps compiling many other packages:
wget http://mirror.csclub.uwaterloo.ca/gn...rep-2.4.tar.gz
gunzip -dc grep-2.4.tar.gz | tar -xv
cd grep-2.4/
./configure
make
make install
rm /bin/grep
ln -s /usr/local/bin/grep /bin/grep
 

The Following 7 Users Say Thank You to gregrob For This Useful Post:
Posts: 452 | Thanked: 522 times | Joined on Nov 2007
#22
Just one note; to get grep compiled I needed to use

./configure --host=arm-linux-gnueabi

It couldn't detect what platform it was on.
Also, you can also create links to egrep and fgrep as compiling this packages will give you all three egrep/fgrep/grep.

Nathan.
P.S. Is their some environmental variable I do need to set, so I do not have to use the --host, anyone know?
 

The Following 3 Users Say Thank You to Nathan For This Useful Post:
Posts: 1 | Thanked: 0 times | Joined on Feb 2009
#23
please help me compiling this app:
http://code.google.com/p/scim-unikey/downloads/list
thanks!
 
Posts: 678 | Thanked: 197 times | Joined on Jul 2007 @ San Jose CA
#24
Originally Posted by mrphamtruong-vietnam View Post
please help me compiling this app:
http://code.google.com/p/scim-unikey/downloads/list
thanks!
It's not a simple task we have to port x86 to armel and that needs time and effort.
 
Posts: 35 | Thanked: 2 times | Joined on Jan 2009
#25
I'm getting this error :

http://www.internettablettalk.com/fo...ight=libc6-dev

Any ideas?
 
Posts: 33 | Thanked: 5 times | Joined on Nov 2007
#26
Looks like the lib6c version on the tablet isn't high enough for the program you want to use. You might want to try an older version of what you're wanting, as it probably has lower dependencies.
 
Posts: 7 | Thanked: 2 times | Joined on Apr 2010 @ Delhi
#27
where i can download gcc for C++,arm programming for my n900
 
Reply


 
Forum Jump


All times are GMT. The time now is 11:43.