Re: linaro powertop doesn't work during initialization of ncurse

2012-01-13 Thread Tony Mansson
Hi, FYI: We just merged powertop into our Android 4.0.3. builds again, it was lost when we went from Gingerbread before Christmas. I tested it on Snowball and it ran well. There are some funny numbers that need to be investigated but I saw no problems related to ncurses. http://android.git.linar

Re: linaro powertop doesn't work during initialization of ncurse

2012-01-12 Thread Amit Kachhap
Hi Chanwoo Choi, I remember I found some of those issues when making cross-compiled static powertop binaries due to incompatible ncurses database files. Then I moved to native compilation of powertop binaries for ARM boards. May be this will give you some pointers. Anyway I will test with new libc

linaro powertop doesn't work during initialization of ncurse

2012-01-12 Thread Chanwoo Choi
Hi Amit, I used linaro powertop to check idle state on embedded board with EXYNOS4 series. I modified Makefile to use -lncurse instead of -lncursew and it was well operated on my board. - kernel : 2.6.36 - libncurse : libncurses5-dev But, same powertop binary doesn't work on new embedded board.