> == Oprofile == > > I've followed > http://maemo.org/development/documentation/how-tos/3-x/howto_kernel_guide_bora.html > in order to recompile kernel with n800_defconfig and Hi , I did is slightly differently because I followed the older wiki based documentation http://maemo.org/community/wiki/HowTo_KernelCompilation
I had to install the host-gcc sbox package to make the menuconfig work. it is not listed as package to manually install at http://tablets-dev.nokia.com/bora/INSTALL.txt but if not installed results in make HOSTCC=host-gcc n800_defconfig make[1]: Entering directory `/home/keesj/kernel-build/kernel-source-rx-34-2.6.18' HOSTCC scripts/basic/fixdep /scratchbox/compilers/bin/host-gcc: Too many open files make[2]: *** [scripts/basic/fixdep] Error 1 make[1]: *** [scripts_basic] Error 2 make[1]: Leaving directory `/home/ > == Gprof == > > After no luck with Oprofile I opted to give Gprof a try, I've > recompiled every library and benchmark/test with "-DNDEBUG=1 -pg -O2", > but then I get segfault on libc's function "mcount()" on older releases I was able to run programs compiled with -pg and produce the output (I think empy) files. more complicated programs simply failed compiling or running > > Since Eero, Siarhei and others said they had success with those tools, > so I'd like some hints on what I'm doing wrong/missing... I think He does not use sbox in such situations. > > PS: People interested in doing graphical apps that may be interested, > > [1] Evas can be downloaded from "cvs > -d:pserver:[EMAIL PROTECTED]:/var/cvs/e e17", just cvs d:pserver:[EMAIL PROTECTED]:/var/cvs/e co e17 > compile libs/{eet,evas,ecore,embryo,edje} and apps/expedite > [2] http://barbieri-playground.googlecode.com/svn/efl-tests/ Are you happy with the scripting language? I am currently hooked to lua Do you thing it would be possible to create home applets in evas (are there gtk->evas bridges?) greeting _______________________________________________ maemo-developers mailing list [email protected] https://maemo.org/mailman/listinfo/maemo-developers
