search for: msys

Displaying 20 results from an estimated 510 matches for "msys".

Did you mean: msrs
2004 Sep 25
1
[LLVMdev] Linking tblgen debug executable (without symbols) on MinGW
...39;ve been able to semi compile (i.e. excluded code not present on the platform) the source code of the LLVM tblgen tool on the MinGW platform. However, when linking the object files the linker does not succeed: -------------------------- Linking tblgen debug executable (without symbols) C:/MinGW/msys/local/build/llvm/lib/Debug/libLLVMsystem.a(Signals.o)(.text+0x7e3): In function `Z28LLVMUnhandledExceptionFilterP19_EXCEPTION_POINTERS': C:/MinGW/msys/local/build/llvm/lib/System/platform/Signals.cpp:163: undefined reference to `_imp__SymSetOptions at 4' C:/MinGW/msys/local/build/llvm/lib...
2012 Jun 04
2
[LLVMdev] probleam about ThreadLocalImpl of llvm
...ftware: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i686-pc-mingw32"... (gdb) set args -n -e arm_hello (gdb) run Starting program: C:/msys/1.0/opt/skyeye/bin/skyeye.exe -n -e arm_hello [New thread 1696.0xec] Program received signal SIGSEGV, Segmentation fault. 0x7c809f42 in KERNEL32!IsBadWritePtr () from C:\WINDOWS\system32\kernel32.dll (gdb) bt #0 0x7c809f42 in KERNEL32!IsBadWritePtr () from C:\WINDOWS\system32\kernel32.dll #1...
2004 Oct 06
2
[LLVMdev] Compiling errors from UnixLocalInferiorProcess.cpp when compiling on MinGW
Hi When compiling UnixLocalInferiorProcess.cpp, I get these errors: ----------------------- C:/MinGW/msys/local/projects/src/llvm/lib/Debugger/UnixLocalInferiorProcess.cpp:41:22: sys/wait.h: No such file or directory C:/MinGW/msys/local/projects/src/llvm/lib/Debugger/UnixLocalInferiorProcess.cpp: In member function `void <unnamed>::IP::startChild(llvm::Module*, const std::vector<std::s...
2009 Oct 27
2
[LLVMdev] msys/mingw32 llvm-gcc build errors
I successfully built llvm using msys/mingw, but I am getting the following error when I try to build llvm-gcc using $ ../llvm-gcc4.2-2.6.source/configure --prefix=/c/Temp/msys-llvm-gcc --program- prefix=llvm- --enable-llvm=/c/Temp/msys-llvm --enable-languages=c,c++ --disable -shared $make --------------------------------------...
2012 Jun 04
0
[LLVMdev] probleam about ThreadLocalImpl of llvm
...e and redistribute it. > There is NO WARRANTY, to the extent permitted by law. Type "show copying" > and "show warranty" for details. > This GDB was configured as "i686-pc-mingw32"... > (gdb) set args -n -e arm_hello > (gdb) run > Starting program: C:/msys/1.0/opt/skyeye/bin/skyeye.exe -n -e arm_hello > [New thread 1696.0xec] > > Program received signal SIGSEGV, Segmentation fault. > 0x7c809f42 in KERNEL32!IsBadWritePtr () from C:\WINDOWS\system32\kernel32.dll > (gdb) bt > #0 0x7c809f42 in KERNEL32!IsBadWritePtr () > from C:\WIND...
2004 Oct 06
0
[LLVMdev] Compiling errors from UnixLocalInferiorProcess.cpp when compiling on MinGW
...d placement in lib/System but I haven't gotten there yet. If you come up with something that works on MINGW, please let me know. Thanks, Reid. Henrik Bach wrote: > Hi > > When compiling UnixLocalInferiorProcess.cpp, I get these errors: > ----------------------- > C:/MinGW/msys/local/projects/src/llvm/lib/Debugger/UnixLocalInferiorProcess.cpp:41:22: > sys/wait.h: No such file or directory > C:/MinGW/msys/local/projects/src/llvm/lib/Debugger/UnixLocalInferiorProcess.cpp: > In > member function `void <unnamed>::IP::startChild(llvm::Module*, const >...
2011 May 16
0
[LLVMdev] Fail when building llvm2.9 using MinGW64
Chen, see http://llvm.org/docs/GettingStarted.html#pf_12 ...Takumi ps. Excuse me, PE+ (aka pep) means "Executable file format for WIndows x64". 2011/5/16 陈晓宇 <xychen0921 at gmail.com>: > The stack trace: > > Starting program: > C:\MinGW\msys\1.0\home\xchen\llvm-obj\lib\Target\CellSPU/../.. > /../Debug/bin/tblgen.exe -I ../../../../llvm2.9/llvm-2.9/lib/Target/CellSPU > -I . > ./../../../llvm2.9/llvm-2.9/include -I > ../../../../llvm2.9/llvm-2.9/lib/Target - > gen-dag-isel -o tmp ../../../../llvm2.9/llvm-2.9/lib/Target/Cel...
2003 Aug 22
1
README.mingw32
Hello to all! Since nobody replied and expressed desire to take over README.mingw32, I wrote short instructions how to build wxruby with MinGW compiler in MSYS environment. Considering that wxruby can be of interest to some Ruby users not so familiar with C++ and/or wxWindows (I''m one of them :-), I included some notes on installing MinGW & MSYS, building wxWindows library, Ruby .. If you feel that something has to be added or removed, plea...
2007 Jun 29
1
R CMD build with mingw and msys (PR#9766)
...W. I have added the patch below, Yours, Steffen $ diff -u build build.orig --- build Fri Jun 29 13:50:16 2007 +++ build.orig Fri Jun 29 08:51:48 2007 @@ -47,7 +47,6 @@ R::Vars::error("R_HOME", "R_EXE"); my $WINDOWS = ($R::Vars::OSTYPE eq "windows"); -my $MSYS = ( $ENV{OSTYPE} eq "msys" ); my @exclude_patterns = R::Utils::get_exclude_patterns(); @@ -222,14 +221,10 @@ my $filepath = &file_path($startdir, $filename); ## under Windows, need separate Cygwin and Windows versions of path. my $origfilepath = $filepath; - if...
2011 May 13
4
[LLVMdev] Fail when building llvm2.9 using MinGW64
I was building llvm2.9 using MinGW64 on windows, msys was 32 bit so I specified --host option for a cross compiling. Following are my configure options: ../llvm2.9/configure --prefix=/home/AutoESL/llvm-obj --host=x86_64-w64-mingw32 --disable-multilib The error: make[1]: Entering directory `/hom...
2006 May 07
0
[LLVMdev] Configuring for the cfrontend build on Mingw
...problem I'm trying to solve is how get my cfrontend build configured properly. The usual symptom of an incorrect configuration is the inability to find various header files. Here's some example spew: $ /home/llvm_home/llvm-gcc-build/gcc/xgcc -v -B/home/llvm_home/llvm-gcc-build/gcc/ -Bc:/msys/1.0/mingw32/bin/ -Bc:/msys/1.0/mingw32/lib/ -isystem c:/msys/1.0/mingw32/include -isystem c:/msys/1.0/mingw32/sys-include -O2 -I../../llvm-gcc/gcc/../winsup/w32api/include -DIN_GCC -DCROSS_COMPILE -DDEFAULT_TARGET_MACHINE=\"mingw32\" -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissin...
2009 May 04
0
[LLVMdev] configure problems under msys
Hello, Bob > download the latest from the head of the trunk, then ran 'configure' under > msys and received the following....  has anyone done this under msys on a > windows pc?? Msys works fine for me. What is the version of msys you're using? What is the version of bash? -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State Universit...
2011 Feb 13
3
[LLVMdev] Compiling LLVM-Clang with MinGW on Windows
...indows. In Visual Studio 2010, buidling was fairly straightforward via the solution file from CMake. However, there is no good document (thought I searched for an hour) how to compile LLVM with MinGW on Windows. I generated MinGW Makefile and build directories from CMake. I installed entire MinGW+MSys packages. I tried to run "make -f Makefile" in Msys command line. But, it just run another 'cmd.exe', and not working. Could you help me on this problem? Thank you! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermai...
2011 Jan 24
0
[LLVMdev] Error in cross-compiling "Hello World"
...m-none-linux-gnueabi-as --with-ld=/us r/local/crosstool/codesourcery/arm-2010q1/bin/arm-none-linux-gnueabi-ld --with-s ysroot=/usr/local/crosstool/codesourcery/arm-2010q1/arm-none-linux-gnueabi/libc Thread model: single gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build)  "c:/mingw/msys/1.0/local/crosstool/arm-none-linux-gnueabi/llvm-gcc-4.2/bin/../l ibexec/gcc/arm-none-linux-gnueabi/4.2.1/cc1.exe" "-quiet" "-iprefix" "c:\\mingw\ \msys\\1.0\\local\\crosstool\\arm-none-linux-gnueabi\\llvm-gcc-4.2\\bin\\../lib/ gcc/arm-none-linux-gnueabi/4.2.1/" &q...
2009 May 04
2
[LLVMdev] configure problems under msys
.../DTD HTML 4.01 Transitional//EN"> <html> <head> </head> <body bgcolor="#ffffff" text="#000000"> <font size="-1"><font face="Verdana">download the latest from the head of the trunk, then ran 'configure' under msys and received the following.... has anyone done this under msys on a windows pc??<br> <br> $ configure<br> ./configure: line 51: 1968 Segmentation fault (core dumped) ( PATH="/nonexistent;."; conf$$.sh ) >/dev/null 2>&1<br> ./configure: line 58: 52...
2011 Jan 24
0
[LLVMdev] Error in compiling "Hello World" in a LLVM-GCC cross crosscompiler
...m-none-linux-gnueabi-as --with-ld=/us r/local/crosstool/codesourcery/arm-2010q1/bin/arm-none-linux-gnueabi-ld --with-s ysroot=/usr/local/crosstool/codesourcery/arm-2010q1/arm-none-linux-gnueabi/libc Thread model: single gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build)  "c:/mingw/msys/1.0/local/crosstool/arm-none-linux-gnueabi/llvm-gcc-4.2/bin/../l ibexec/gcc/arm-none-linux-gnueabi/4.2.1/cc1.exe" "-quiet" "-iprefix" "c:\\mingw\ \msys\\1.0\\local\\crosstool\\arm-none-linux-gnueabi\\llvm-gcc-4.2\\bin\\../lib/ gcc/arm-none-linux-gnueabi/4.2.1/" &q...
2016 Mar 07
2
Windows port
Hi! I would like to ask about current state of Windows port. Is it frozen? It will be cool to know the plans :) Where are a lot of Windows-branches at GitHub. What is the most actual one? The Windows builder looks like turned off, am I right that it is not available currently and where were no builds after version 2.6.5-6? I couldn't find any info about proper environment to build Windows
2009 Aug 06
3
[LLVMdev] Problems building on Msys/MingW
...igure seems to run without errors. The first run of make aborts with errors like: make[1]: Entering directory `/home/llvm/tools/llvm-config' llvm[1]: Regenerating LibDeps.txt.tmp 'c:' is not recognized as an internal or external command, operable program or batch file. nm failed at C:/msys/1.0/home/llvm/utils/GenLibDeps.pl line 120. make[1]: *** [/home/llvm/tools/llvm-config/LibDeps.txt.tmp] Error 255 make[1]: Leaving directory `/home/llvm/tools/llvm-config' make: *** [all] Error 1 So it seemed like something in the llvm-config directory, so I ran "make clean all" dir...
2011 Mar 18
0
[LLVMdev] [RC1] Status of Mingw MSYS
Good evening, guys! I suppose mingw build would be stable, though, I would like some patches to be picked up. * RC1 LLVM and clang can be built on either msys/autoconf, msys/cmake and mingw/cmake. By CMake, all tests can run but 37 of LLVM and 5 of clang tests would fail. On mingw by configure tests cannot be executed. [PR9505] For compiling, I saw a warning, in llvm-bcanalyzer.cpp. (fixed in r127858) * RC1 3-stage build Please note configure and cmake...
2009 May 04
2
[LLVMdev] configure problems under msys
...ional//EN"> <html> <head> <meta content="text/html;charset=utf-8" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> <font size="-1"><font face="Verdana">i running msys 1.0 it appears; the bash sh is 2.04.0(1)<br> <br> just to be sure, i'm simply typing $SRC_ROOT/configure from my $OBJ_ROOT directory<br> <br> </font></font><br> Anton Korobeynikov wrote: <blockquote cite="mid:b087fca00905040859h6d7ea1b3wfd8dbc3...