2011年11月30日 星期三

OSGi Service


這篇來介紹如何使用 OSGY OSGi的Service

Environment:
OS: Ubuntu 11.10 64 bits
IDE: Eclipse Indigo Service Release 1 Java EE 64bits
OSGi Framework: Knopflerfish 3.2.0


2011年11月26日 星期六

libncurses5-dev

一般來說要編譯kernel的時候如果在

$make ARCH=arm menuconfig

噴出沒有安裝libncurses的訊息,
======================================
*** Unable to find the ncurses libraries or the
*** required header files.
*** ‘make menuconfig’ requires the ncurses libraries.
***
*** Install ncurses (ncurses-devel) and try again.
===========================================
只要乖乖安裝就好了

$sudo apt-get install libncurses5-dev

但是今天遇到的問題是裝了但是還是噴出一樣的訊息

後來發現原來是擁有者名字跑掉了,改回來就OK囉

$sudo chown USER.USER -R kernel_src