search for: schlanger

Displaying 7 results from an estimated 7 matches for "schlanger".

Did you mean: schlager
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
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...
2007 Jun 16
0
[LLVMdev] OS Development
On Fri, 15 Jun 2007, Willow Schlanger wrote: > 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 x...
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 27
0
[LLVMdev] Hi
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? Also I get the following error when I try make install: llvm[1]: Compiling StringPool.cpp for Release build llvm[1]: Compiling SystemUtils.cpp for Release build llvm[1]: Compiling Timer.cpp for Release build llvm[1]: Building Release Archive Library
2008 Jul 27
0
[LLVMdev] Problem
Hi, I just downloaded the binaries for LLVM for mingw32 and I get this error: 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 Any thoughts? Thanks, Willow