Displaying 20 results from an estimated 800 matches similar to: "[LLVMdev] cc1: error: unrecognized command line option "-Wno-overlength-strings""
2011 Sep 19
0
[LLVMdev] cc1: error: unrecognized command line option "-Wno-overlength-strings"
>
> I am trying to build llvm-gcc from svn and I am getting a "cc1: error:
> unrecognized command line option "-Wno-overlength-strings"" error. I have
> gcc 4.1.2 and Linux 2.6.18 on 64bit. Please tell me how to fix this error.
>
llvm-gcc is kind of end-of-life these days (ie: you should probably be using
clang or dragonegg instead) but it looks like you're
2011 May 30
0
[LLVMdev] Build error for llvm-2.9 on RHEL5
On Sun, May 29, 2011 at 4:37 PM, Arjun Singri <arjunsingri at gmail.com> wrote:
> Hi,
> I am getting the following build error while building llvm on RHEL5. Please
> help me fix this:
> gmake[2]: Leaving directory
> `/rhel5pdi/home/asin/llvm_install/tools/llvm-config'
> /rhel5pdi/home/asin/llvm_install/Release/bin/llvm-config: line 18: use:
> command not found
>
2011 May 29
2
[LLVMdev] Build error for llvm-2.9 on RHEL5
Hi,
I am getting the following build error while building llvm on RHEL5. Please
help me fix this:
gmake[2]: Leaving directory
`/rhel5pdi/home/asin/llvm_install/tools/llvm-config'
/rhel5pdi/home/asin/llvm_install/Release/bin/llvm-config: line 18: use:
command not found
/rhel5pdi/home/asin/llvm_install/Release/bin/llvm-config: line 19: use:
command not found
2011 May 30
2
[LLVMdev] Build error for llvm-2.9 on RHEL5
Thank you for replying. These are the first few lines from llvm-config:
use 5.006;
use strict;
use warnings;
use Cwd 'abs_path';
#---- begin autoconf values ----
my $PACKAGE_NAME = q{llvm};
On Sun, May 29, 2011 at 5:00 PM, Eli Friedman <eli.friedman at gmail.com>wrote:
> On Sun, May 29, 2011 at 4:37 PM, Arjun Singri <arjunsingri at gmail.com>
>
2009 Mar 05
0
[LLVMdev] Fwd: PPC Nightly Build Result
Hi Bill,
this might be a latent bug related to PPC. I have no such
machine to access atm., but I shall be able to reproduce the
problem when back at home. (In about 4 hours).
I keep you informed.
Cheers,
Gabor
On Mar 4, 7:57 pm, Bill Wendling <wendl... at apple.com> wrote:
> Something last night broke the build on Darwin PPC. Possible Gabor's
> check-in?
>
> -bw
2009 Mar 04
2
[LLVMdev] Fwd: PPC Nightly Build Result
Something last night broke the build on Darwin PPC. Possible Gabor's
check-in?
-bw
Begin forwarded message:
> From: admin at spang.apple.com (admin)
> Date: March 4, 2009 3:56:10 AM PST
> To: wendling at apple.com
> Subject: PPC Nightly Build Result
>
> /Volumes/SandBox/NightlyTest/llvmgcc42.roots/llvmgcc42~obj/obj-
> powerpc-powerpc/./prev-gcc/xgcc
2009 Apr 03
2
[LLVMdev] Trouble Building llvm-gcc-4.2
I'm still trying to debug the validator buildbot.
I'm getting this error when building some variants of llvm-gcc-4.2:
/bin/sh ../../src/gcc/mkconfig.sh bconfig.h
gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros
-Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute
-fno-common
2008 Sep 11
1
[LLVMdev] linux llvm-gcc build broken
See below. This is on Ubuntu Hardy on ia32. Thanks,
John
make[3]: Entering directory `/home/regehr/llvm-gcc/build/gcc'
gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros
-Wno-overlength-strings -Wold-style-definition
-Wmissing-format-attribute -DHAVE_CONFIG_H -I. -I. -I../../gcc
-I../../gcc/.
2005 Nov 22
1
RE: Build break -cc1: error: unrecognized option`-Wdeclaration-after-statement''
''-Wdeclaration-after-statement'' isn''t supported by gcc 3.3 which is what
I am
currently using. It was introduced into Config.mk in changeset
7973:c7508abc5b6b.
I backed out the changes and everything appears to be building okay.
> -----Original Message-----
> From: xen-devel-bounces@lists.xensource.com
> [mailto:xen-devel-bounces@lists.xensource.com] On
2008 Jun 05
4
[LLVMdev] unrecognized command line option "-Wno-long-double"
Hi,
LLVM-gcc can't recognize this option, don't know why, because the gcc
in Mac OS X (quite old, compared to 4.2) can recognize it.
- Filipe Cabecinhas
2008 Jun 05
0
[LLVMdev] unrecognized command line option "-Wno-long-double"
Hi Filipe,
> LLVM-gcc can't recognize this option, don't know why, because the gcc
> in Mac OS X (quite old, compared to 4.2) can recognize it.
mainline gcc-4.2 doesn't recognize this option as far as I can see. Since
llvm-gcc is based on gcc-4.2, it has inherited this behaviour from it.
Ciao,
Duncan.
2008 Jun 05
0
[LLVMdev] unrecognized command line option "-Wno-long-double"
On Jun 5, 2008, at 3:15 AM, Filipe Cabecinhas wrote:
> LLVM-gcc can't recognize this option, don't know why, because the gcc
> in Mac OS X (quite old, compared to 4.2) can recognize it.
The option is no longer needed and hasn't been for quite some time.
Just remove it.
2008 Jun 05
1
[LLVMdev] unrecognized command line option "-Wno-long-double"
Hi,
On 5 Jun, 2008, at 19:12, Mike Stump wrote:
> The option is no longer needed and hasn't been for quite some time.
> Just remove it.
So, even in gcc 4.0.1 (the current for Mac OS X), it doesn't do
anything?
Thanks for the reply,
- Filipe Cabecinhas
2009 Apr 03
0
[LLVMdev] Trouble Building llvm-gcc-4.2
On 2009-04-03 18:39, David Greene wrote:
> I'm still trying to debug the validator buildbot.
>
> I'm getting this error when building some variants of llvm-gcc-4.2:
>
> /bin/sh ../../src/gcc/mkconfig.sh bconfig.h
> gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes
> -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros
>
2009 Sep 04
2
[LLVMdev] build the llvm-gcc from source, error occur.
I first install the gcc-4.2.4 .
then I set CC and CXX
export CC= "path of my gcc-4.2.4"
export CXX="path of my g++-4.2.4"
after that , I config and make .
error occur like this :
/home/ws/software/gcc-4-2/bin/gcc -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros
2010 May 20
2
[LLVMdev] trying to build llvm-gcc for arm, error: 'V1DI_pointer_node' undeclared (first use in this function)
i am getting this compilation error:
gcc -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic
-Wno-long-long -Wno-variadic-macros -Wno-overlength-strings
-Wold-style-definition -Wmissing-format-attribute -DHAVE_CONFIG_H
-I. -I. -I../../llvm-gcc-4.2-2.7.source/gcc
-I../../llvm-gcc-4.2-2.7.source/gcc/.
2009 Aug 30
3
[LLVMdev] Build(s) broken? (was: Re: Buildbots: Apology and Explanation)
On Aug 30, 2009, at 10:18 AM, Paul Melis wrote:
> Hello,
>
> Bill Wendling wrote:
>> Before we had buildbots, a random patch would break the system. It
>> would sometimes take a whole day to determine which patch broke it.
> I see the buildbots are currently showing no problem on 32-bit linux
> but
> I get the following build error with TOT (out-of-source autoconf
2009 Mar 05
1
[LLVMdev] Fwd: PPC Nightly Build Result
FYI: It also showed up for ARM yesterday, but only for a non-debug
build.
On Mar 5, 2009, at 4:32 AM, Gabor Greif wrote:
> Hi Bill,
>
> this might be a latent bug related to PPC. I have no such
> machine to access atm., but I shall be able to reproduce the
> problem when back at home. (In about 4 hours).
>
> I keep you informed.
>
> Cheers,
>
> Gabor
>
2009 Feb 13
2
[LLVMdev] llvm-gcc4.2-2.4 build failure in /gcc/java/lang.c
Hi, every body,
I get stuck when trying to build llvm-gcc4.2-2.4 on x86_64 Linux with
GCC-4.3.3. I meet this error:
make[3]: Entering directory `/home/wangtielei/TOOLS/llvm/llvm-gcc-obj/gcc'
/home/wangtielei/TOOLS/llvm/llvm-gcc-obj/./prev-gcc/xgcc
-B/home/wangtielei/TOOLS/llvm/llvm-gcc-obj/./prev-gcc/
-B/usr/local/x86_64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall
-Wwrite-strings
2008 Sep 03
0
[LLVMdev] Merge-Cha-Cha
I'm getting the error below on Ubuntu Hardy on ia32 on r55688.
John
make[3]: Entering directory `/home/regehr/llvm-gcc/build/gcc'
gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros
-Wno-overlength-strings -Wold-style-definition -Wmissing-format-attribute
-DHAVE_CONFIG_H -I. -I. -I../../gcc