building debug version of klibc

2017-12-30 Thread Anatoly Pugachev
Hello! Can someone please help me in building debug version of klibc ? I've cloned git://git.kernel.org/pub/scm/libs/klibc/klibc.git , but failed to build it with debug info added "-g" to HOSTCFLAGS in Makefile, but $ make -j KLIBCKERNELSRC=`pwd`/../linux-2.6/usr still strips every debug symb

Re: building debug version of klibc

2017-12-30 Thread Anatoly Pugachev
On Sat, Dec 30, 2017 at 2:30 PM, Sam Ravnborg wrote: > Hi Anatoly > > On Sat, Dec 30, 2017 at 01:54:05PM +0300, Anatoly Pugachev wrote: >> Hello! >> >> Can someone please help me in building debug version of klibc ? >> >> I've cloned git://git.ke

Re: building debug version of klibc

2017-12-30 Thread Anatoly Pugachev
On Sat, Dec 30, 2017 at 3:00 PM, wrote: > On Sat, 30 Dec 2017 13:54:05 +0300, Anatoly Pugachev said: >> Hello! >> >> Can someone please help me in building debug version of klibc ? >> >> I've cloned git://git.kernel.org/pub/scm/libs/klibc/klibc.git , but

Re: building debug version of klibc

2017-12-30 Thread Anatoly Pugachev
On Sat, Dec 30, 2017 at 3:14 PM, wrote: > On Sat, 30 Dec 2017 15:05:46 +0300, Anatoly Pugachev said: >> On Sat, Dec 30, 2017 at 3:00 PM, wrote: >> > On Sat, 30 Dec 2017 13:54:05 +0300, Anatoly Pugachev said: >> >> Hello! >> >> >> >> Can som

[sparc64] number of processors in a LDOM

2018-04-04 Thread Anatoly Pugachev
Hello! Can someone tell me or suggest why does getconf returns total available to a physical machine cpu count, and not LDOM allocated processor/vcpu count ? ttip$ getconf -a | grep PROCESSORS _NPROCESSORS_CONF 256 _NPROCESSORS_ONLN 16 i believe, nproc (from cor

[sparc64] number of processors in a LDOM

2018-04-04 Thread Anatoly Pugachev
Hello! Can someone tell me or suggest why does getconf returns total available to a physical machine cpu count, and not LDOM allocated processor/vcpu count ? ttip$ getconf -a | grep PROCESSORS _NPROCESSORS_CONF 256 _NPROCESSORS_ONLN 16 i believe, nproc (from cor

Re: [OSSNA] Intro to kernel hacking tutorial

2019-09-02 Thread Anatoly Pugachev
On Mon, Sep 2, 2019 at 4:52 AM Tobin C. Harding wrote: > > On Sun, Sep 01, 2019 at 05:30:23AM +0530, Amit Kumar wrote: > > Hi, > > I think now your tutorial should be ready. > > I do not understand what this means sorry. Is it a request for action? > The tutorial was a couple of weeks ago now, h

Re: [OSSNA] Intro to kernel hacking tutorial

2019-09-04 Thread Anatoly Pugachev
On Mon, Sep 2, 2019 at 5:09 PM Valdis Klētnieks wrote: > > On Mon, 02 Sep 2019 15:42:19 +0300, Anatoly Pugachev said: > > > is it intentionally that you use > > > > yes "" | make oldconfig > > > > instead of > > > > make olddefconfig &g

Re: Kernel bug tracker

2021-08-29 Thread Anatoly Pugachev
On Sun, Aug 29, 2021 at 10:04 AM Adverg Ebashinskii wrote: > > Hello. > > I’m a kernel newbie and try to get involved into the Kernel development. So > I’d like to start with small bug fixes related to any subsystem (fs is > preferred since I familiar with it the most) or something like that. >

kernel compile message

2022-10-25 Thread Anatoly Pugachev
Hello! Doing kernel testing, occasionally I started to get messages: mator@ttip:~/linux-2.6$ make -j olddefconfig; nice make -j20 && nice make -j20 modules # # configuration written to .config # SYNCinclude/config/auto.conf.cmd make[1]: /bin/sh: Bad address UPD include/generated/compi

Re: kernel compile message

2022-10-30 Thread Anatoly Pugachev
On Sun, Oct 30, 2022 at 3:33 AM Mulyadi Santosa wrote: > On Tue, Oct 25, 2022, 16:29 Anatoly Pugachev wrote: >> >> Hello! >> >> Doing kernel testing, occasionally I started to get messages: >> >> mator@ttip:~/linux-2.6$ make -j olddefconfig; nice

Re: kernel compile message

2022-10-31 Thread Anatoly Pugachev
got it again... mator@ttip:~/linux-2.6$ make V=1 -j olddefconfig; nice make -j20 && nice make -j20 modules make -f ./scripts/Makefile.build obj=scripts/basic make -f ./scripts/Makefile.build obj=scripts/kconfig olddefconfig scripts/kconfig/conf --olddefconfig Kconfig # # No change to .config #

Re: kernel compile message

2022-10-31 Thread Anatoly Pugachev
On Mon, Oct 31, 2022 at 5:06 PM Anatoly Pugachev wrote: > > got it again... > tracked it to mator@ttip:~/linux-2.6$ rm include/config/auto.conf.cmd mator@ttip:~/linux-2.6$ make V=1 include/config/auto.conf.cmd : " SYNCinclude/config/auto.conf.cmd" make -f ./Makefil