search for: trigraphs

Displaying 20 results from an estimated 48 matches for "trigraphs".

2005 Jan 19
1
build klibc with gcc 2.96 fails
...directories -nostdinc++ Do not search the system include directories for C++ -o <file> Put output into <file> -pedantic Issue all warnings demanded by strict ANSI C -traditional Follow K&R pre-processor behaviour -trigraphs Support ANSI C trigraphs -lang-c Assume that the input sources are in C -lang-c89 Assume that the input sources are in C89 -lang-c++ Assume that the input sources are in C++ -lang-objc Assume that the input sour...
2001 Nov 13
3
Alpha compile warning
Getting this warning compiling on an alpha, is it a problem? 2.4.15-pre4 gcc -D__KERNEL__ -I/usr/users/donjr/linux-2.4.15-pre4/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mno-fp-regs -ffixed-8 -mcpu=ev5 -Wa,-mev6 -DEXPORT_SYMTAB -c journal.c journal.c: In function `journal_init_inode': journal.c:758: warning: long long int format, loff_t arg (arg 5) rm -f jbd.o
2001 Jul 06
4
ext3 0.9.0 compile failure
Tried to compile 0.9.0 with kernel 2.4.6 on a RH7.1 machine with the latest gcc updates installed. gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 -march=k6 -c -o sysctl.o sysctl.c sysctl.c:317: `journal_oom_retry' undeclared here (not in a function) sysctl.c:317: initializer element is not constant sysctl.c:317: (near initialization for `fs_table[14].data...
2003 Jan 14
2
configure issue (ac_cv_lib_inet_connect) on DYNIX/ptx
Greetings - In trying to get rsync-2.5.6pre1 working on DYNIX/ptx, I found I needed to pass ac_cv_lib_inet_connect=no to configure in order for it actually create a properly configured config.h file. I think this is because configure looks for connect in libinet, (and finds one there somehow). But connect() is resolved by libsocket (but configure doesn't find it when
2001 Sep 07
2
ext3 and parisc
Well I decided that 2am on a thursday night would be a good time to try this and I've hit a wall... most of the other errors were pretty easy to fix. I just don't understand this one: --snip--snip--snip-- gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -D__linux__ -pipe -fno-strength-reduce -mno-space-regs -mfast-indirect-calls -mdisable-fpregs -ffunction-sections -march=1.1 -mschedule=7100LC -DEXPORT_SYMTAB -c ksyms.c ksyms.c:247: `no_llseek' undeclared here (not in a function) ksy...
2001 Oct 01
2
do quotas work with ext3?
Hi, I had ext2 and 2.4.7 kernel , quotas were working ok. Now when all my filesystems are ext3 I figured out that quotas are not working.... if I do quotaon , repquota, quotacheck the programs return 0 without any output..... Does ext3 supports quotas? Nikolai
2001 Oct 14
2
Probelms with patching EXT-3
...er the less, I tried to patch with this file, Ithink that the Patch is correkt - if you want, I can send you the messages the patchtask will do. but if Itriy to compile the Kernel, "make zbImage" stopps with : gcc -D__KERNEL__ -I/usr/src/linux-2.4.9/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=k6 -c -o namei.o namei.c gcc -D__KERNEL__ -I/usr/src/linux-2.4.9/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-...
2002 Dec 03
0
(no subject)
Hi, I am trying to "make" openssh (with GNU make) on an OS/390 V2R10 system (Unix System Services) and am getting the following error: /usr/include/nl_types.h: warning: 5 trigraph(s) encountered In file included from ../log.h:18, from bsd-arc4random.c:26: /usr/include/syslog.h: warning: 5 trigraph(s) encountered make.1.: *** .bsd-arc4random.o. Error 1 make: ***
2002 Dec 12
0
Make error on OS/390 USS
Hi, Have you had an opportunity to check out this error? Thanks! Terry Masters ---------------------- Forwarded by Terry D Masters/Contractors/Cummins on 12/12/2002 05:38 PM --------------------------- Terry D Masters 12/03/2002 10:23 AM To: openssh-unix-dev at mindrot.org cc: Subject: Hi, I am trying to "make" openssh (with GNU make) on an OS/390 V2R10 system (Unix System
2005 Jan 08
1
problems with 2.4.28 + Julian''s patch
With 2.4.28 and Julian Anastasov''s http://www.ssi.bg/~ja/routes-2.4.27-9.diff patch, I get the following when I attempt to build my kernel. Any ideas? Thanks! gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -fno-unit-at-a-time -nostdinc -iwithprefix include -DKBUILD_BASENAME=fib_frontend -c -o fib_frontend.o fib_frontend.c fib_frontend.c: In function `fib_validate_source'': /usr/src/linu...
2012 Jul 11
4
[LLVMdev] A problem with inline assembly in llvmc for ARM
...keep the assembly inline, and not move it to the .s files. I used the following llvmc: llvm version 2.9 Optimized build. Built Sep 8 2011 (11:43:28). Host: i386-pc-linux-gnu Host CPU: core2 Using the following flags:-Wllc,="-mtriple=arm-linux-eabi" -fmessage-length=0 -std=c99 -Wno-trigraphs -O3 -fpic -Wreturn-type -Wunused-variable -fvisibility=hidden -D__ARM_EABI__ -DANDROID -isysroot/usr/local/android/android-ndk-r6b/platforms/android-8/arch-arm Thanks a lot,Moshe -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/p...
2008 Feb 18
5
kernel-2.6.18-8.1.14 + lustre 1.6.4.2 + OFED 1.2
....6.18/ include/ \ -I/root/lustre/1.6.4.2/ofa_kernel-1.2/include \ -I/root/lustre/1.6.4.2/ofa_kernel-1.2/drivers/infiniband/include \ -Iinclude \ \ -include include/linux/autoconf.h \ -include /root/lustre/1.6.4.2/ofa_kernel-1.2/include/linux/autoconf.h \ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict- aliasing -fno-common -Wstrict-prototypes -Wundef -Werror-implicit- function-declaration -Os -mtune=generic -m64 -mno-red-zone - mcmodel=kernel -pipe -fno-reorder-blocks -Wno-sign-compare -fno- asynchronous-unwind-tables -funit-at-a-time -mno-sse -mno-mmx -mno- sse2 -mno-3dnow -fo...
2004 Aug 20
2
[kernel-2.4.21-15] rebuild problem
...I'm trying to recompile the centOS-3.1 kernel. I done this: # cd /usr/src/linux-2.4 # make menuconfig < i select my CPU type > < Exit and save > # make dep # make modules (...no errors ...) gcc -D__KERNEL__ -I/usr/src/linux-2.4.21-15.0.4.EL/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -Wno-unused -fomit-frame-poi nter -pipe -freorder-blocks -mpreferred-stack-boundary=2 -march=pentium4 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.21-15.0.4.EL/include/linux/modversions.h -nostdinc -iwithprefix include -DKBUILD_BASENAME=module -c -o mod...
2005 Jan 26
1
Compiling xenlinux 2.4.29 with grsec.. help needed
...=xen menuconfig" after it and enabled some grsec features.. I didn''t enable PAX. Then I ran "make" in the toplevel directory and after some compiling I got this error: gcc -D__KERNEL__ -I/root/stuff/xen/xen-2.0-grsec/linux-2.4.29-xenU/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -nostdinc -iwithprefix include -DKBUILD_BASENAME=fault -c -o fault.o fault.c fault.c: In function o_page_fault'': fault.c:135: warning: passing arg 1 of xpand_stack'' from in...
2008 Sep 27
2
[LLVMdev] compile linux kernel
...OMPILE=llvm- V=1 llvm-gcc -Wp,-MD,arch/x86_64/kernel/.syscall.o.d -nostdinc -isystem /home/ashish/llvm/llvm-gcc4.2-2.3.source/obj/../install/lib/gcc/x86_64-unknown-linux-gnu/4.2.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -emit-llvm -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -O2 -mtune=generic -m64 -mno-red-zone -mcmodel=kernel -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -funit-at-a-time -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -maccumulate-outgoing-args -fomit-frame-pointer -g -fno-stac...
2003 Feb 08
0
[Bug 46] New: ..patch-o-matic: nfnetlink_conntrack.c or -.h ... compile failure:
...s incomplete type nfnetlink_conntrack.c: In function `ctnetlink_fill_info':" make -C ipv4/netfilter modules make[2]: Entering directory `/usr/src/linux-2.4.18-24.8.0/net/ipv4/netfilter' gcc -D__KERNEL__ -I/usr/src/linux-2.4.18-24.8.0/include -Wall -Wstrict-prototypes-Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer-pipe -mpreferred-stack-boundary=2 -march=i686 -malign-functions=4 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.18-24.8.0/include/linux/modversions.h -nostdinc -I /usr/lib/gcc-lib/i386-redhat-linux/3.2/include -DKBUILD_BASENAME=...
2009 Oct 25
2
[LLVMdev] configuring LLVM 2.6 for OSX 10.4sdk on OSX 10.5 system
...39;s not possible for the application in question. Here's the (abriged) build command: CompileC build/Objects-normal/i386/gen_codegen.o gen_codegen.cpp normal i386 c++ com.apple.compilers.gcc.4_0 cd llvm /Developer/usr/bin/gcc-4.0 -x c++ -arch i386 -fmessage-length=0 - pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -isysroot / Developer/SDKs/MacOSX10.4u.sdk -fvisibility-inlines-hidden -mmacosx- version-min=10.4 -gdwarf-2 -iquote /build/codegen.build/codegen- generated-files.hmap -I/llvm/build/codegen.build/codegen-own-target- headers.hmap -I/codegen.build/codegen-all-targ...
2006 Jul 22
1
build speex-1.0.5 problem (undefined reference to `__strtol_internal')
...s_src/opensource/speex-1.0.5/include' Making all in src make[3]: Entering directory `/home/jessy/process_ctrl_7_21/apps_src/opensource/speex-1.0.5/src' /bin/sh ../libtool --mode=link /home/jessy/process_ctrl_7_21/toolChains/cross_arm/bin/arm-linux-uclibc-gcc -Wall -Wstri ct-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -o speexenc speexenc.o wav_io. o ../libspeex/libspeex.la -L/usr/lib -logg -lm /home/jessy/process_ctrl_7_21/toolChains/cross_arm/bin/arm-linux-uclibc-gcc -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomi...
2016 Jul 13
2
[PATCH v3 1/7] lib: string: add functions to case-convert strings
...rm64/include -Iarch/arm64/include/generated/uapi -Iarch/arm64/include/generated -Iinclude -I./arch/arm64/include/uapi -Iarch/arm64/include/generated/uapi -I./include/uapi -Iinclude/generated/uapi -include ./include/linux/kconfig.h -D__KERNEL__ -mlittle-endian -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -std=gnu89 -mgeneral-regs-only -fno-asynchronous-unwind-tables -fno-delete-null-pointer-checks -O2 --param=allow-store-data-races=0 -Wframe-larger-than=2048 -fno-stack-protector -Wno-unused-but-set-variable...
2008 Sep 28
0
[LLVMdev] compile linux kernel
...vm-gcc -Wp,-MD,arch/x86_64/kernel/.syscall.o.d -nostdinc -isystem > /home/ashish/llvm/llvm-gcc4.2-2.3.source/obj/../install/lib/gcc/ > x86_64-unknown-linux-gnu/4.2.1/include > -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -emit-llvm > -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing > -fno-common -Werror-implicit-function-declaration -O2 -mtune=generic > -m64 -mno-red-zone -mcmodel=kernel -pipe -Wno-sign-compare > -fno-asynchronous-unwind-tables -funit-at-a-time -mno-sse -mno-mmx > -mno-sse2 -mno-3dnow -maccumulate-outgoing-args > -fomit-fr...