Displaying 6 results from an estimated 6 matches for "61ec1000".
2009 Oct 20
2
[LLVMdev] [cfe-dev] 2.6 pre-release2 ready for testing
...build (PIC)
> llvm[2]: Compiling FunctionProfiling.c for Release build (PIC)
> llvm[2]: Linking Release Loadable Module profile_rt.dll
> /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld:
> warning: cannot find entry symbol __cygwin_dll_entry at 12; defaulting to
> 61ec1000
> /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ 
> BasicBlockTracing.o:BasicBlockTracing.c:(.text+0x36):
> undefined reference to `_free'
> /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ 
> BasicBlockTracing.o:BasicBlockTracing.c:(.text+0xca):
> undefined refe...
2009 Oct 20
0
[LLVMdev] [cfe-dev] 2.6 pre-release2 ready for testing
...geProfiling.c for Release build (PIC)
llvm[2]: Compiling FunctionProfiling.c for Release build (PIC)
llvm[2]: Linking Release Loadable Module profile_rt.dll
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld:
warning: cannot find entry symbol __cygwin_dll_entry at 12; defaulting to
61ec1000
/home/foad/llvm/objdir-2.6/runtime/libprofile/Release/BasicBlockTracing.o:BasicBlockTracing.c:(.text+0x36):
undefined reference to `_free'
/home/foad/llvm/objdir-2.6/runtime/libprofile/Release/BasicBlockTracing.o:BasicBlockTracing.c:(.text+0xca):
undefined reference to `_malloc'
/home/foad/...
2009 Oct 20
0
[LLVMdev] [cfe-dev] 2.6 pre-release2 ready for testing
...; llvm[2]: Compiling FunctionProfiling.c for Release build (PIC)
>> llvm[2]: Linking Release Loadable Module profile_rt.dll
>> /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld:
>> warning: cannot find entry symbol __cygwin_dll_entry at 12; defaulting to
>> 61ec1000
>> /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/
>> BasicBlockTracing.o:BasicBlockTracing.c:(.text+0x36):
>> undefined reference to `_free'
>> /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/
>> BasicBlockTracing.o:BasicBlockTracing.c:(.text+0xca):
&...
2009 Oct 20
3
[LLVMdev] [cfe-dev] 2.6 pre-release2 ready for testing
...ofiling.c for Release build (PIC)
>>> llvm[2]: Linking Release Loadable Module profile_rt.dll
>>> /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld:
>>> warning: cannot find entry symbol __cygwin_dll_entry at 12;  
>>> defaulting to
>>> 61ec1000
>>> /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/
>>> BasicBlockTracing.o:BasicBlockTracing.c:(.text+0x36):
>>> undefined reference to `_free'
>>> /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/
>>> BasicBlockTracing.o:BasicBlockTraci...
2009 Oct 20
0
[LLVMdev] [cfe-dev] 2.6 pre-release2 ready for testing
...filing.c for Release build (PIC)
>>>> llvm[2]: Linking Release Loadable Module profile_rt.dll
>>>> /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld:
>>>> warning: cannot find entry symbol __cygwin_dll_entry at 12; defaulting to
>>>> 61ec1000
>>>> /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/
>>>> BasicBlockTracing.o:BasicBlockTracing.c:(.text+0x36):
>>>> undefined reference to `_free'
>>>> /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/
>>>> BasicBlockTraci...
2009 Oct 17
12
[LLVMdev] 2.6 pre-release2 ready for testing
LLVMers,
2.6 pre-release2 is ready to be tested by the community.
http://llvm.org/prereleases/2.6/
If you have time, I'd appreciate anyone who can help test the release.
To test llvm-gcc:
1) Compile llvm from source and untar the llvm-test in the projects  
directory (name it llvm-test or test-suite). Choose to use a pre- 
compiled llvm-gcc or re-compile it yourself.
2) Run make check,