search for: matorola

Displaying 6 results from an estimated 6 matches for "matorola".

2007 Apr 09
0
[Bug 557] New: Makefile doesn't need to link agains libnsl
...ains libnsl Product: iptables Version: CVS (please indicate Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: iptables AssignedTo: laforge@netfilter.org ReportedBy: matorola@gmail.com Hello! Redhat ships iptables package with patch which removes libnsl from LDFLAGS in top level Makefile, i have checked with iptables-1.3.7 and svn (rev 6786) versions that iptables will compile cleanly on linux i386 without linking on libnsl. Can you please remove it from Makefile the...
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
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
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
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
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