Displaying 9 results from an estimated 9 matches for "pugachev".
2017 Dec 30
2
building debug version of klibc
On Sat, Dec 30, 2017 at 3:00 PM, <valdis.kletnieks at vt.edu> 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
>> failed to build it with debug info
>>
>> added "-g" to HOSTCFLAGS in Make...
2017 Dec 30
1
building debug version of klibc
On Sat, Dec 30, 2017 at 3:14 PM, <valdis.kletnieks at vt.edu> wrote:
> On Sat, 30 Dec 2017 15:05:46 +0300, Anatoly Pugachev said:
>> On Sat, Dec 30, 2017 at 3:00 PM, <valdis.kletnieks at vt.edu> 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 ?
>> &...
2017 Dec 30
0
building debug version of klibc
On Sat, 30 Dec 2017 15:05:46 +0300, Anatoly Pugachev said:
> On Sat, Dec 30, 2017 at 3:00 PM, <valdis.kletnieks at vt.edu> 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&...
2017 Dec 30
6
building debug version of klibc
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 symbol , and i'm failed to change
scripts/Kbuild.klibc and Makefile to remove strip
2017 Dec 30
0
building debug version of klibc
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.kernel.org/pub/scm/libs/klibc/klibc.git , but
> failed to build it with debug info
>
> added "-g" to HOSTCFLAGS in Makefile, but
HOSTCFLAGS is use...
2017 Dec 30
0
building debug version of klibc
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
> failed to build it with debug info
>
> added "-g" to HOSTCFLAGS in Makefile, but
Hint: HOSTCFLAGS is...
2005 Jun 28
0
help, switch off NOTICE in console
...rfc3389: RFC3389 support incomplete. Turn off on client if possible
Jun 28 18:11:12 NOTICE[20956]: rtp.c:430 ast_rtp_read: RTP: Received packet with bad UDP checksum
i tryed 'verbose 0' in CLI, but it doesn't help.
Can someone help me to disable this messages ?
Thanks.
--
Anatoly P. Pugachev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20050628/80592ca6/attachment.pgp
2020 Jan 27
4
[PATCH] support llvm's lld
When using clang+llvm and lld, I get the following error:
ld.lld: error: -Ttext-segment is not supported. Use --image-base if you intend to set the base address
Let's test whether linker is lld and use --image-base instead of
-Ttext-segment. See llvm's rationale for not supporting -Ttext-segment:
https://github.com/llvm/llvm-project/commit/4dc2fb123dcfe9a97ad6f3a1135053b74efd0bc9
Note
2020 Jan 28
0
[PATCH] support llvm's lld
On Tue, Jan 28, 2020 at 1:06 AM Stanislav Fomichev <sdf at google.com> wrote:
>
> When using clang+llvm and lld, I get the following error:
>
> ld.lld: error: -Ttext-segment is not supported. Use --image-base if you intend to set the base address
>
> Let's test whether linker is lld and use --image-base instead of
> -Ttext-segment. See llvm's rationale for not