Displaying 20 results from an estimated 500 matches for "objdir".
2009 Oct 20
2
[LLVMdev] [cfe-dev] 2.6 pre-release2 ready for testing
...win. I get:
>
Does TOT build? If not, please file a bug.
Unfortunately Cygwin is not in our release criteria. I'd like to have
a buildbot running (if there is not one already) and then get someone
to qualify it for the release.
-Tanya
> make[1]: Entering directory `/home/foad/llvm/objdir-2.6/runtime'
> make[2]: Entering directory `/home/foad/llvm/objdir-2.6/runtime/
> libprofile'
> llvm[2]: Compiling BasicBlockTracing.c for Release build (PIC)
> llvm[2]: Compiling BlockProfiling.c for Release build (PIC)
> llvm[2]: Compiling CommonProfiling.c for Release bui...
2009 Oct 20
0
[LLVMdev] [cfe-dev] 2.6 pre-release2 ready for testing
> To test clang:
> 1) Compile llvm and clang from source.
LLVM fails to build for me on Cygwin. I get:
make[1]: Entering directory `/home/foad/llvm/objdir-2.6/runtime'
make[2]: Entering directory `/home/foad/llvm/objdir-2.6/runtime/libprofile'
llvm[2]: Compiling BasicBlockTracing.c for Release build (PIC)
llvm[2]: Compiling BlockProfiling.c for Release build (PIC)
llvm[2]: Compiling CommonProfiling.c for Release build (PIC)
llvm[2]: Compiling...
2005 Mar 12
0
[LLVMdev] GCC 3.4.1 and conflicting types for 'malloc'
Chris,
Thanks for your answer
Here is the verbose output:
===========================
gmake tools-only VERBOSE=1 TOOL_VERBOSE=1
for dir in lib/System lib/Support utils lib tools ; do \
if [ ! -f $dir/Makefile ]; then \
/home/myuser/LLVM/objdir/../srcdir/autoconf/mkinstalldirs $dir; \
cp /home/myuser/LLVM/objdir/../srcdir//$dir/Makefile $dir/Makefile; \
fi; \
(gmake -C $dir all ) || exit 1; \
done
gmake[1]: Entering directory `/home/myuser/LLVM/objdir/lib/System'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving di...
2004 Oct 23
1
[LLVMdev] UPDATE: Makefile.rules Changes (IMPORTANT)
...> ARFLAGS := cru
> -#------------------------------------------------------------------------------
> +
> +#--------------------------------------------------------------------
> # Directory locations
> +#--------------------------------------------------------------------
> OBJDIR := $(BUILD_OBJ_DIR)/$(CONFIGURATION)
> LIBDIR := $(BUILD_OBJ_ROOT)/lib/$(CONFIGURATION)
> TOOLDIR := $(BUILD_OBJ_ROOT)/tools/$(CONFIGURATION)
> LLVMLIBDIR := $(LLVM_OBJ_ROOT)/lib/$(CONFIGURATION)
> LLVMTOOLDIR := $(LLVM_OBJ_ROOT)/tools/$(CONFIGURATION)
>
> -#-...
2009 Oct 20
0
[LLVMdev] [cfe-dev] 2.6 pre-release2 ready for testing
...Unfortunately Cygwin is not in our release criteria. I'd like to have
> a buildbot running (if there is not one already) and then get someone
> to qualify it for the release.
No theres no buildbot for Cygwin.
Aaron
> -Tanya
>
>> make[1]: Entering directory `/home/foad/llvm/objdir-2.6/runtime'
>> make[2]: Entering directory `/home/foad/llvm/objdir-2.6/runtime/
>> libprofile'
>> llvm[2]: Compiling BasicBlockTracing.c for Release build (PIC)
>> llvm[2]: Compiling BlockProfiling.c for Release build (PIC)
>> llvm[2]: Compiling CommonProfilin...
2009 Oct 20
3
[LLVMdev] [cfe-dev] 2.6 pre-release2 ready for testing
...e criteria. I'd like to have
>> a buildbot running (if there is not one already) and then get someone
>> to qualify it for the release.
>
> No theres no buildbot for Cygwin.
>
> Aaron
>
>> -Tanya
>>
>>> make[1]: Entering directory `/home/foad/llvm/objdir-2.6/runtime'
>>> make[2]: Entering directory `/home/foad/llvm/objdir-2.6/runtime/
>>> libprofile'
>>> llvm[2]: Compiling BasicBlockTracing.c for Release build (PIC)
>>> llvm[2]: Compiling BlockProfiling.c for Release build (PIC)
>>> llvm[2]: Comp...
2005 May 19
3
[LLVMdev] [Cygwin] llvm 'make install' build errors
Reid,
I think it is the first time it is run that the errors occcur !?
Not sure but that would seem logical.
Aaron
2009 Oct 20
0
[LLVMdev] [cfe-dev] 2.6 pre-release2 ready for testing
...;> a buildbot running (if there is not one already) and then get someone
>>> to qualify it for the release.
>>
>> No theres no buildbot for Cygwin.
>>
>> Aaron
>>
>>> -Tanya
>>>
>>>> make[1]: Entering directory `/home/foad/llvm/objdir-2.6/runtime'
>>>> make[2]: Entering directory `/home/foad/llvm/objdir-2.6/runtime/
>>>> libprofile'
>>>> llvm[2]: Compiling BasicBlockTracing.c for Release build (PIC)
>>>> llvm[2]: Compiling BlockProfiling.c for Release build (PIC)
>>&g...
2008 Jan 03
2
[LLVMdev] Building LLVM on Windows
...unction defined above (might be better to factorize all the
calls to tblgen with such a function).
Index: lib/VMCore/Makefile
===================================================================
--- lib/VMCore/Makefile (revision 45533)
+++ lib/VMCore/Makefile (working copy)
@@ -21,7 +21,7 @@
$(ObjDir)/Intrinsics.gen.tmp: $(ObjDir)/.dir $(INTRINSICTDS) $(TBLGEN)
$(Echo) Building Intrinsics.gen.tmp from Intrinsics.td
- $(Verb) $(TableGen) $(INTRINSICTD) -o $@ -gen-intrinsic
+ $(Verb) $(TableGen) $(call SYSPATH, $(INTRINSICTD)) -o $(call SYSPATH,
$@) -gen-intrinsic
$(GENFILE): $(ObjDir)/Int...
2015 Sep 14
0
[PATCH 3/4] mk/efi.mk: Build gnu-efi with the Makefile
...e72d872..0000000
--- a/efi/build-gnu-efi.sh
+++ /dev/null
@@ -1,45 +0,0 @@
-#!/bin/sh
-
-set -e
-
-# Initialise the gnu-efi submodule and ensure the source is up-to-date.
-# Then build and install it for the given architecture.
-
-if [ $# -lt 2 ]; then
-cat <<EOF
-Usage: $0: <arch> <objdir>
-
-Build the <arch> gnu-efi libs and header files and install in <objdir>.
-
- <arch> - A gnu-efi \$ARCH argument, i.e. ia32, x86_64
- <objdir> - The Syslinux object directory
-
-EOF
- exit 1
-fi
-
-ARCH="$1"
-objdir="$(readlink -f $2)"
-
-if [...
2015 Feb 10
4
[PATCH 0/1] update gnuefi to f64cef26
...files require changes to the syslinux build
scripts. Mainly, the install targets dropped the $(SRCDIR) prefix, e.g.
- $(INSTALL) -m 644 $(SRCDIR)/elf_$(ARCH)_efi.lds $(INSTALLROOT)/$(LIBDIR)
+ $(INSTALL) -m 644 elf_$(ARCH)_efi.lds $(INSTALLROOT)/$(LIBDIR)
Since syslinux cd's to $(objdir) before building gnu-efi, make install fails
with file not found errors.
This patch changes the build scripts to cd to the gnu-efi directory before
building.
One side effect of this is that 'make spotless' from the syslinux root
directory no longer triggers a rebuild of gnu-efi. '...
2010 Jan 05
2
[LLVMdev] make fails to detect changes in case srcdir != objdir
LLVM makefiles can't detect source changes in case objdir != srcdir, e.g. I've
managed to get my pass listed in 'opt -help' only after removing opt subdir
from objdir and running make again. Re-configuring LLVM also does not trigger
rebuild when running make, e.g. after initial 'configure --enable-targets=x86'
I've managed to get C...
2010 May 13
3
[LLVMdev] Building llvm using non-system gcc/binutils
I am trying to build llvm-2.7 using non-system gcc/binutils. My gcc version is 4.1.2, and binutils is 2.17.50.0.15. I get the following errors
`.L2438' referenced in section `.gnu.linkonce.r._ZNK4llvm16DAGTypeLegalizer13getTypeActionENS_3EVTE' of /build/toolchain/src/llvm-2.7/objdir/Release/lib/libLLVMSelectionDAG.a(LegalizeTypes.o): defined in discarded section `.gnu.linkonce.t._ZNK4llvm16DAGTypeLegalizer13getTypeActionENS_3EVTE' of /build/toolchain/src/llvm-2.7/objdir/Release/lib/libLLVMSelectionDAG.a(LegalizeTypes.o)
....
....
make[1]: *** [/build/toolchain/src/llvm-2.7...
2015 Sep 14
11
[PATCH 0/4] efi: Makefile improvement
From: Sylvain Gault <sylvain.gault at gmail.com>
These few patches contain a few improvement about the Makefiles for EFI.
Mainly, to rebuild the files when needed, and only when needed. The three shell
scripts efi/{check,build,clean}-gnu-efi.sh disappeared and are now integrated
as makefile recipes.
You'll notice an argument ARFLAGS=rvU to the recursive make calls to gnu-efi.
This is
2010 May 14
1
[LLVMdev] Building llvm using non-system gcc/binutils
Hi Eli,
I tried to build llvm with gcc-4.4.3 and binutils-2.20.1. This time it failed with
/build/toolchain/src/llvm-2.7/objdir/Release/bin/tblgen: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by /build/toolchain/src/llvm-2.7/objdir/Release/bin/tblgen)
make[1]: *** [/build/toolchain/src/llvm-2.7/objdir/lib/VMCore/Release/Intrinsics.gen.tmp] Error 1
make[1]: Leaving directory `/build/toolchain/src...
2010 May 13
0
[LLVMdev] Building llvm using non-system gcc/binutils
...t version of gcc is known to have issues building LLVM; see
http://llvm.org/docs/GettingStarted.html#brokengcc . Try upgrading
your gcc version.
-Eli
> `.L2438' referenced in section `.gnu.linkonce.r._ZNK4llvm16DAGTypeLegalizer13getTypeActionENS_3EVTE' of /build/toolchain/src/llvm-2.7/objdir/Release/lib/libLLVMSelectionDAG.a(LegalizeTypes.o): defined in discarded section `.gnu.linkonce.t._ZNK4llvm16DAGTypeLegalizer13getTypeActionENS_3EVTE' of /build/toolchain/src/llvm-2.7/objdir/Release/lib/libLLVMSelectionDAG.a(LegalizeTypes.o)
> ....
> ....
> make[1]: *** [/build/toolcha...
2014 Nov 24
6
[PATCH] check-gnu-efi.sh: print the output of build-gnu-efi.sh
...ng <liezhi.yang at windriver.com>
---
efi/check-gnu-efi.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/efi/check-gnu-efi.sh b/efi/check-gnu-efi.sh
index 85305f8..7d99e9a 100755
--- a/efi/check-gnu-efi.sh
+++ b/efi/check-gnu-efi.sh
@@ -25,7 +25,7 @@ if [ ! \( -f "$objdir/include/efi/$ARCH/efibind.h" -a -f "$objdir/lib/libefi.a"
# Syslinux disables built-in implicit rules.
export MAKEFLAGS=
- ../../efi/build-gnu-efi.sh $ARCH "$objdir" > /dev/null 2>&1
+ ../../efi/build-gnu-efi.sh $ARCH "$objdir"
if...
2013 Sep 04
2
opus code optimization
The opus code default compiles on -o2 optimization level. I would like to
change it to -o3. I have tried doing the changes in makefile.unix . The
change is not getting reflected. I am building the code in Code composer
studio for TI processor C6000. Could anybody help me with this
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Apr 19
3
[LLVMdev] 1.7 Pre-Release Ready for Testing
On 4/19/06, Patrick Meredith <pmeredit at uiuc.edu> wrote:
> I haven't seen anyone claim x86 linux objdir == srcdir, so I'll test it out.
> Missed the 18th,but I'll try to have it done asap.
>
>
> On Apr 18, 2006, at 2:51 PM, Robert L. Bocchino Jr. wrote:
> I'll test on Darwin/PPC, precompiled llvmgcc, objdir == srcdir.
>
> Rob
>
Sorry for being ambiguous.
x86 bui...
2010 Jan 05
0
[LLVMdev] make fails to detect changes in case srcdir != objdir
On Tuesday 05 January 2010 03:38, Gregory Petrosyan wrote:
> LLVM makefiles can't detect source changes in case objdir != srcdir, e.g.
I haven't found that. I build with objdir != srcdir all the time.
> I've managed to get my pass listed in 'opt -help' only after removing opt
> subdir from objdir and running make again. Re-configuring LLVM also does
It sounds like the dependencies for your...