Skip to main content

Posts

Showing posts from December, 2009

Arduino on Karmic Koala

To use arduino on karmic koala, first we need to install required package e.g. gcc-avr and jre[here i use jdk instead] pnix@x300:~$ sudo aptitude install gcc-avr sun-java6-jdk Reading package lists... Done Building dependency tree Reading state information... Done Reading extended state information Initializing package states... Done The following NEW packages will be installed: binutils-avr{a} gcc-avr gsfonts-x11{a} java-common{a} odbcinst1debian1{a} sun-java6-bin{a} sun-java6-jdk sun-java6-jre{a} unixodbc{a} 0 packages upgraded, 9 newly installed, 0 to remove and 0 not upgraded. ... Initializing package states... Done Writing extended state information... Done pnix@x300:~$ then get latest version of arduino ide, extract and run. pnix@x300:~/Downloads$ wget http://arduino.googlecode.com/files/arduino-0017.tgz --2009-12-22 23:05:34-- http://arduino.googlecode.com/files/arduino-0017.tgz Resolving arduino.googlecode.com... 209.85.231.82 Connecting to arduino.googlecod

Fixing libstdc++5 Problem in Ubuntu 9.10

Trying to run X-lite on Karmic Koala[ubuntu 9.10] give me 'error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory' as you see below. pnix@trinity:~/Downloads$ wget http://counterpath.s3.amazonaws.com/downloads/X-Lite_Install.tar.gz --2009-12-11 02:08:02-- http://counterpath.s3.amazonaws.com/downloads/X-Lite_Install.tar.gz Resolving counterpath.s3.amazonaws.com... 72.21.202.96 Connecting to counterpath.s3.amazonaws.com|72.21.202.96|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 2094582 (2.0M) [application/x-gzip] Saving to: `X-Lite_Install.tar.gz' 100%[======================================>] 2,094,582 90.1K/s in 25s 2009-12-11 02:08:32 (83.2 KB/s) - `X-Lite_Install.tar.gz' saved [2094582/2094582] pnix@trinity:~/Downloads$ tar xzf X-Lite_Install.tar.gz pnix@trinity:~/Downloads$ ls X-Lite_Install.tar.gz xten-xlite pnix@trinity:~/Downloads$ cd xten-xlite/ pnix@trinity:~/Download