search for: neward

Displaying 20 results from an estimated 44 matches for "neward".

Did you mean: reward
2008 Feb 13
2
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
I simply found it at: http://getgnuwin32.sourceforge.net/ Seung ---- Original message ---- >Date: Tue, 12 Feb 2008 21:11:04 -0800 >From: "Ted Neward" <ted at tedneward.com> >Subject: Re: [LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005? >To: "'LLVM Developers Mailing List'" <llvmdev at cs.uiuc.edu> > >I'm sorry, what is getgnuwin32? Is this just a cygwin shortcut tool? > &...
2008 Feb 13
1
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
If you are using the Express versions of Visual Studio, the Platform SDK(windows.h) is a seperate install that you have to download. Kevin Tew Ted Neward wrote: > Thanks--I was offline when I wrote it, couldn't Google. Found it in about 5 > seconds once I was back online. > > Second question: I'm getting various build errors relating (it seems) to > configuration: can't find windows.h and so forth. Where (or to whom) is th...
2008 Jan 10
2
[LLVMdev] HOWTO on LLVM with ....
...it document describing how to do LLVM with Cygwin? Or with Solaris Dev Express? And is LLVM considered a “safe” replacement for gcc on MacOS? In other words, if I’m doing some ObjC and C/C++ on the MacOS, if I drop LLVM in, is it going to create some strange kinds of heartache later on? Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing HYPERLINK "http://www.tedneward.com"http://www.tedneward.com No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.516 / Virus Database: 269.19.0/1216 - Release Date: 1/9/2008 10:16 AM...
2008 Feb 13
0
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
...e it, couldn't Google. Found it in about 5 seconds once I was back online. Second question: I'm getting various build errors relating (it seems) to configuration: can't find windows.h and so forth. Where (or to whom) is the best place to report these and iterate until we fix them? Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > On Behalf Of Seung Jae Lee > Sent: Tuesday, February 12, 2008 9:20 PM > To: llvmd...
2008 Feb 15
2
[LLVMdev] Question on link error
...Projects/Exploration/llvm $ lli hello.bc ERROR: Program used external function '__main' which could not be resolved! Aborted Is there something Really Really Simple (TM) that I’m missing here? AFAIK, __main is supposed to be inside hello.bc, so why can’t lli find it? Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing HYPERLINK "http://www.tedneward.com"http://www.tedneward.com No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.516 / Virus Database: 269.20.5/1278 - Release Date: 2/14/2008 10:28 AM...
2008 Feb 15
0
[LLVMdev] Question on link error
On Feb 14, 2008, at 6:54 PM, Ted Neward wrote: > So I’ve built llvm-2.2 using Cygwin, and I think I’ve got all the > right bits in the right places, but I’m getting a strange error when > running through the hello.c examples from the Web site: How did you create hello.s? What version of llvm-gcc are you using? 4.2? Ha...
2009 Aug 29
2
[LLVMdev] Build problems with MinGW
...MinGW. I get a cc1plus.exe out of memory error while trying to "make ENABLE_OPTIMIZED=1" on the X86CodeEmitter. I can get a full stack trace if necessary, but has anybody else run into this problem? Only seems to happen with the Release build-I got a full Debug build to work fine. Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing <http://www.tedneward.com> http://www.tedneward.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090829/0954f559/attachment...
2007 Jul 04
1
[LLVMdev] Noob questions about setting up on Win32
...ok across the LLVM website, and I’m not yet entirely sure which bits I need and where in order to: (*) build LLVM itself (*) build programs with LLVM I have a MingW32 setup on a WinXP machine; said machine also has latest VS2005 (and Orcas, for that matter) on it. What else do I need? Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing HYPERLINK "http://www.tedneward.com"http://www.tedneward.com No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.476 / Virus Database: 269.9.14/885 - Release Date: 7/3/2007 10:02 AM...
2008 Feb 18
3
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
...t it implies that it concatenates is outdated information. Ditto for the other .in files in configure. We should probably be doing something more clever here. Thanks, Chuck. -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Ted Neward Sent: Monday, February 18, 2008 12:12 AM To: 'LLVM Developers Mailing List' Subject: Re: [LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005? More on this: Walking through the projects slowly: (*) "Configure" builds with no problem. (*) "support" fails:...
2007 Jul 05
0
[LLVMdev] Noob questions about setting up on Win32
Here's an equally dumb question: the wiki page you mention suggests installing bison and flex and a few other packages. But I don't see these packages anywhere on the Sourceforge MinGW page; do I get them from elsewhere, and then build them using MinGW's gcc? Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On > Behalf Of Anton Korobeynikov > Sent: Wednesday, July 04, 2007 2:11 AM > To: LL...
2007 Jul 04
2
[LLVMdev] Noob questions about setting up on Win32
Hello, Ted. > (*) build LLVM itself > (*) build programs with LLVM > > I have a MingW32 setup on a WinXP machine; You can see http://wiki.llvm.org/index.php/Notes:MingW32 to get instructions how to build LLVM on mingw32 box. For building programs with LLVM itself you'll probably need llvm-gcc4, which you can either compiled by yourself (tricky on mingw32) or use prebuilt one in
2008 Feb 18
0
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
..., not by hand. Am I wrong in this? There's a config.h file in the win32 subdirectory that implies that it's supposed to be concatenated as part of the build process, but it doesn't seem like that's happening from within the .sln script--am I missing a pre-build step someplace? Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > On Behalf Of Ted Neward > Sent: Sunday, February 17, 2008 11:41 PM > To: 'LLV...
2008 Feb 18
2
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
...ne of the projects inside the solution. I don't know who's responsible for this guy, but that's probably not the best way to do this. Chuck (assuming it was you), would it not be easier for me to capture the full results of an "msbuild llvm.sln" from the console for you? Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > On Behalf Of Chuck Rose III > Sent: Wednesday, February 13, 2008 8:52 AM > To: LLV...
2008 Feb 19
0
[LLVMdev] Is there someone tried LLVM 2.1 on Visual Studio 2005?
...of doing what you're trying to get it to do--I have no idea why those file copies appear to be failing. Can you double-check and make sure they're working correctly on your machine? That way we know it's a peculiarity of my setup and not something intrinsic inside the build script. Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > On Behalf Of Chuck Rose III > Sent: Monday, February 18, 2008 11:58 AM > To: LLVM...
2009 Aug 29
0
[LLVMdev] Build problems with MinGW
Hello, Ted > Grabbed the latest bits from SVN (, tried to build with MinGW. I get a > cc1plus.exe out of memory error while trying to “make ENABLE_OPTIMIZED=1” on > the X86CodeEmitter. I can get a full stack trace if necessary, but has > anybody else run into this problem? Only seems to happen with the Release > build—I got a full Debug build to work fine. Dunno for top of the
2009 Aug 29
1
[LLVMdev] Build problems with MinGW
"miscompiled"? Meaning they built but won't run (or won't run correctly)? Or won't even compile? (Meanwhile, downloading gcc 4.4.0.) Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -----Original Message----- > From: Anton Korobeynikov [mailto:anton at korobeynikov.info] > Sent: Saturday, August 29, 2009 1:19 AM > To: Ted Neward > Cc: LLVM Developers Mailing List > S...
2008 Jan 10
0
[LLVMdev] RFC: 2008 LLVM Conference
Depending on when and where, I'd love to attend. Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] > On Behalf Of Bill Wendling > Sent: Sunday, January 06, 2008 3:26 AM > To: LLVM De...
2008 Feb 15
2
[LLVMdev] Question on link error
Hello, Ted > __main is supposed to be inside hello.bc, so why can�t lli find it? No, it shouldn't be there. On targets, which lacks init sections (for example, all win-based, like mingw & cygwin) __main is used to call static constructors and relevant stuff. The call to __main is assembled early in the main routine before the actual code will be executed. I'll try to look into
2007 Jun 11
0
[LLVMdev] Questions on getting started with LLVM on Win32
Ted Neward wrote: > > Trying to just get some idea of what parts are necessary when using > (not necessarily building, if I can help it) LLVM 2.0 on a Win32 machine. > I don't use LLVM on Win32, so I'm don't know the answers to all of your questions. However, the developers who ported...
2008 Feb 27
0
[LLVMdev] Slight troubles following "Getting Started" instructions
On Tue, 26 Feb 2008, Ted Neward wrote: > As a suggestion, what about having "Common Uses for LLVM" that list out what > the LLVM n00b needs if he wants to... > > (*) Get hello.c to compile and run in LLVM bitcode (This is the "what's the > absolute minimum I need to do to see this thing in actio...