Displaying 20 results from an estimated 50000 matches similar to: "[LLVMdev] Problem"
2008 Jul 27
2
[LLVMdev] Problem
Hello, Willow
> C:\Downloads\llvm-gcc4.2-2.3-x86-mingw32\llvm-gcc4.2\bin>llvm-gcc a.c -o a
> a.c:1: error: bad value (generic) for -mtune= switch
Something is really broken at your side. Are you running Vista?
--
WBR, Anton Korobeynikov
2008 Jul 28
0
[LLVMdev] Problem
Yes I am running Vista. I tried running the program as an Administrator
but I get the same error. What is a valid -mtune argument I can try?
Thanks,
Willow
Anton Korobeynikov wrote:
> Hello, Willow
>
>
>> C:\Downloads\llvm-gcc4.2-2.3-x86-mingw32\llvm-gcc4.2\bin>llvm-gcc a.c -o a
>> a.c:1: error: bad value (generic) for -mtune= switch
>>
> Something is
2008 Jul 28
1
[LLVMdev] Problem
On Sun, Jul 27, 2008 at 10:15 PM, Willow Schlanger <wschlanger at gmail.com> wrote:
> Yes I am running Vista. I tried running the program as an Administrator
> but I get the same error. What is a valid -mtune argument I can try?
generic *is* a valid value for mtune; however, it's was added to gcc
relatively recently. This is only a rough guess, but the most likely
issue is that
2007 Jun 16
3
[LLVMdev] OS Development
Hi,
I'm interested in developing a 64-bit operating system to run inside a
version of BOCHS compiled with x86-64 support enabled
(bochs-2.2.6-x86-64.exe) that I found on the web.
Can I use LLVM as a GCC replacement for OS development? I need to
generate 64-bit x86-64 assembly language output which I can then
assemble with the normal 'as' and link via 'ld' commands.
How do
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
--------------------------------------------------
gcc -c -g -DIN_GCC -W -Wall -Wwrite-strings
2011 May 17
0
[LLVMdev] Simple Windows Setup Question
First, let me say that I surfed for a few hours both to find
the right, recent binary install instructions and looking for
feedback on the problem I encountered. Here is briefly
what I came up with and my one problem.
(1) Installed MinGW and MSYS using the latest new installer.
Set path, modified fstab, etc. No problems.
(2) Downloaded the three LLVM binaries archive files:
2009 Feb 12
0
[LLVMdev] problems running test suite (-mllvm -disable-llvm-optzns)
Hi,
> I'm trying to run some of the test suite using the instructions here:
>
> http://llvm.org/docs/TestingGuide.html#quicktestsuite
>
> I've built llvm myself, but I'm using pre-built binaries of llvm-gcc
> (from http://llvm.org/prereleases/2.5/llvm-gcc4.2-2.5-x86-linux-RHEL4.tar.gz).
>
> Here's what happens:
the llvm testsuite (from svn, right?) uses
2009 Jan 27
3
[LLVMdev] [PATCH] llvm/llvm-gcc broken on mingw32
Hello,
Since 2.5 is near, I have been trying to build llvm and llvm-gcc for MingW, but
hit several problem (using the current trunk).
First issue is that unittests don't build for MingW, the attached patch
should fix it.
Second issue is that llvm-gcc fails for me with the following error:
/c/cygwin/home/jlerouge/buildbot/llvm-test/gcc-build/./gcc/xgcc
2008 Jul 30
0
[LLVMdev] More llvm-gcc build breakage
On Jul 30, 2008, at 11:17 AM, Julien Lerouge wrote:
> Not sure if that's related, but we had two failures last night as
> well:
>
> MacOS/Universal build failed on rev 54197, when building the x86->ppc
> cross:
>
> cc1: warnings being treated as errors
> /Users/julien/buildbot/llvm/gcc-build/src/gcc/cp/pt.c:5296: warning:
> no
> previous prototype for
2008 Jul 30
2
[LLVMdev] More llvm-gcc build breakage
Not sure if that's related, but we had two failures last night as well:
MacOS/Universal build failed on rev 54197, when building the x86->ppc
cross:
cc1: warnings being treated as errors
/Users/julien/buildbot/llvm/gcc-build/src/gcc/cp/pt.c:5296: warning: no
previous prototype for 'outermost_tinst_level'
make[2]: *** [cp/pt.o] Error 1
MingW failed on rev 54208:
2009 Feb 12
4
[LLVMdev] problems running test suite (-mllvm -disable-llvm-optzns)
I'm trying to run some of the test suite using the instructions here:
http://llvm.org/docs/TestingGuide.html#quicktestsuite
I've built llvm myself, but I'm using pre-built binaries of llvm-gcc
(from http://llvm.org/prereleases/2.5/llvm-gcc4.2-2.5-x86-linux-RHEL4.tar.gz).
Here's what happens:
foad at debian:~/svn/llvm-project/test-suite/trunk$ ./configure
2008 Jul 27
1
[LLVMdev] Hi
Hello, Willow
> Hello, I want to use LLVM to develop a 64-bit operating system (64-bit
> Win64 DLL targets) on a 32-bit Windows host. Is this possible?
In general - yes, however inw64 codegeneration is work-in-progress and there are some
issues with it.
> `/c/Downloads/llvm-2.3/llvm-2.3/Release/bin/
> tblgen.exe', needed by
How you're configuring?
> of running the DLLs
2012 Aug 12
1
trouble compiling R-patched from source on Windows 64 bit
Hello!
I'm trying to install R-patched from source on a Windows 64 bit laptop.
I have installed R-tools 2.16 and set up the jpeg, tiff, and libpng files
Here is the output:
c:\R64\R-patched\src\gnuwin32>make all recommended
make all recommended
make[1]: `MkRules' is up to date.
make[4]: Nothing to be done for `svnonly'.
installing C headers
make[2]: Nothing to be done for
2009 Jun 29
0
[LLVMdev] Generatin code for an ARM-LINUX machine
I have not used llvmc to build ARM binaries, but llvm-gcc does work.There's
a script to build llvm-gcc x86 -> ARM cross-compiler in
llvm/utils/crosstool/ARM/ .
2009/6/29 Juan Carlos Martinez Santos <juanc.martinez.santos at gmail.com>
> I am using the below configuration:
>
> ./configure --with-llvmgccdir=/home/jcmartin78/LLVM/llvm-gcc4.2
>
2012 Dec 17
1
Problems with building R from sources
Hello all,
I'm trying to build R 32bit from source in a Windows 64 machine. I have
followed the steps in "R Installation and Adiministration" (
http://cran.r-project.org/doc/manuals/R-admin.html#Getting-the-source-files)
or at least I think I did everything described. I am not sure if I have
installed the libjpeg, libtiff and libpng files though. I have upzipped
them in the
2008 Feb 26
0
[LLVMdev] Slight troubles following "Getting Started" instructions
> The page is missing a link to the download section. Returning to the
> main page at http://llvm.org/ , I found the Site Map, checked it - and
> didn't see the download link (well, it's sitting right below, but
> there's so much text on that page that I simply overlooked it).
You are right that its missing from the getting started guide. I'll add
it.
> The
2009 Jun 29
2
[LLVMdev] Generatin code for an ARM-LINUX machine
I am using the below configuration:
./configure --with-llvmgccdir=/home/jcmartin78/LLVM/llvm-gcc4.2
--prefix=/home/jcmartin78/local --enable-optimized=1 --enable-debug-runtime
--enable-jit --enable-targets=arm --target=arm
When I use LLVMC to compile a simple program I get this:
$ llvmc hello.c
llc: error auto-selecting target for module 'No available targets are
compatible with this
2011 Oct 27
1
[LLVMdev] llvm-gcc mingw-w64 64-bit version
Hi,
Has anyone built llvm-gcc-4.2-2.9 using mingw-w64 on Windows 7 64-bit OS?
The binaries available in the download website LLVM-GCC 4.2 Front End
Binaries for Mingw32/x86<http://llvm.org/releases/2.9/llvm-gcc4.2-2.9-x86-mingw32.tar.bz2>
do
not build applications (not surprisingly) for 64-bit Windows 7 (-m64 is
disabled).
I am both compiling and linking an application (to produce a
2008 Nov 11
3
[LLVMdev] llvm-gcc fails to build libgcc when built with itself
Hello,
I’m trying the following thing:
• build and install llvm with mgcc (system compiler)
• build and install llvm-gcc with mgcc
• build llvm with llvm-gcc
• deinstall llvm(old), install llvm(new)
• build llvm-gcc with llvm-gcc(old)
• deinstall llvm-gcc(old), install llvm-gcc(new)
However, I have the problem that the llvm-gcc(new) does not work: after
it is compiled, it tries to build libgcc2
2012 May 13
1
Problem compiling package LogicReg - make Error 255
Hello all,
I've been using the R package LogicReg, but ended up having to change a
certain parameter in the Fortran 77 code (namely, I had to change LGCntrMax
to 25 in the file slogic.f).
I am using a 64-bit Windows 7 machine. When I tried to compile, I got the
following error:
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
C:\Program