search for: llvmgccarch

Displaying 4 results from an estimated 4 matches for "llvmgccarch".

2006 Aug 13
2
[LLVMdev] Problem with stock llvmc configuration for C
...ools/llvmc/c:12: Error: Invalid top level configuration item /.../llvm/tools/llvmc/c:28: Error: Expecting a program name /.../llvm/tools/llvmc/c had 2 errors. Terminating. The first error relates to the following line(s): lang.libs=%llvmgccdir%/lib %llvmgccdir%/lib \ %llvmgccdir%/lib/gcc/%llvmgccarch% ... the other one to: translator.command=%llvmcc1% -quiet %in% -o %out% \ ... Apparently, %llvmgccdir% and %llvmcc1% are not recognized as a useful variable by the llvmc configuration parser. I found out in tools/ llvmc/Configuration.cpp that two other library-related variables exist...
2006 Aug 14
0
[LLVMdev] Problem with stock llvmc configuration for C
...level configuration item > /.../llvm/tools/llvmc/c:28: Error: Expecting a program name > /.../llvm/tools/llvmc/c had 2 errors. Terminating. > > The first error relates to the following line(s): > > lang.libs=%llvmgccdir%/lib %llvmgccdir%/lib \ > %llvmgccdir%/lib/gcc/%llvmgccarch% > > ... the other one to: > > translator.command=%llvmcc1% -quiet %in% -o %out% \ > ... > Okay. > Apparently, %llvmgccdir% and %llvmcc1% are not recognized as a useful > variable by the llvmc configuration parser. Actually, they are. See tools/llvmc/Configura...
2003 Dec 05
0
[LLVMdev] Re: Makefile.config&setenv
...bin/rm > ECHO = /bin/echo > MKDIR = /home/yue/llvm/autoconf/mkinstalldirs > DATE = /bin/date > MV = /bin/mv > INSTALL = /usr/bin/install -c > DOT = false > ETAGS = false > > # > # Determine the target for which LLVM should generate code. > # > LLVMGCCARCH := i686-pc-linux-gnu/3.4-llvm > > # Path to directory where object files should be stored during a build. > # Set OBJ_ROOT to "." if you do not want to use a separate place for > # object files. > # > #OBJ_ROOT = . > OBJ_ROOT := . > > # Path to location for L...
2004 Apr 01
1
[LLVMdev] Makefile.config
Hi John, I have attached my Makefile.config. I noticed that I did'nt have SRC_ROOT and OBJ_ROOT variables defined as such in my environment. But I noticed that this is defined in the Makefile.config by default to the same values. All the same, I tried defining both these variables in my .cshrc, but I still get the same error. The main directory for me is /home/llvm, and I have