Re: [gem5-users] Compiling on OS X 10.8.2

2013-03-03 Thread Hossein Nikoonia
>> 3.2svn). >>>> >>>> In addition to that, I use python 2.7, swig, mercurial, scons etc >>>> from macports. It works without any issues out of the box. As Ali pointed >>>> out, the llvm-gcc (just gcc) that comes with Xcode also works fine. >>&

Re: [gem5-users] Compiling on OS X 10.8.2

2013-03-03 Thread Anthony Gutierrez
>>> macports. It works without any issues out of the box. As Ali pointed out, >>> the llvm-gcc (just gcc) that comes with Xcode also works fine. >>> >>> Andreas >>> >>> From: Anthony Gutierrez >>> Reply-To: gem5 users mailing list >

Re: [gem5-users] Compiling on OS X 10.8.2

2013-03-02 Thread Hossein Nikoonia
7, swig, mercurial, scons etc from >> macports. It works without any issues out of the box. As Ali pointed out, >> the llvm-gcc (just gcc) that comes with Xcode also works fine. >> >> Andreas >> >> From: Anthony Gutierrez >> Reply-To: gem5 users mailing list

Re: [gem5-users] Compiling on OS X 10.8.2

2013-03-02 Thread Anthony Gutierrez
ers mailing list > Date: Saturday, 2 March 2013 16:21 > To: gem5 users mailing list > Subject: Re: [gem5-users] Compiling on OS X 10.8.2 > > I tried clang, it also has linker errors. I'll try to figure out why the > llvm compiler that comes with my Xcode isn't working.

Re: [gem5-users] Compiling on OS X 10.8.2

2013-03-02 Thread Andreas Hansson
. Andreas From: Anthony Gutierrez mailto:atgut...@umich.edu>> Reply-To: gem5 users mailing list mailto:gem5-users@gem5.org>> Date: Saturday, 2 March 2013 16:21 To: gem5 users mailing list mailto:gem5-users@gem5.org>> Subject: Re: [gem5-users] Compiling on OS X 10.8.2 I tried

Re: [gem5-users] Compiling on OS X 10.8.2

2013-03-02 Thread Anthony Gutierrez
I tried clang, it also has linker errors. I'll try to figure out why the llvm compiler that comes with my Xcode isn't working. Thanks, Anthony Gutierrez http://web.eecs.umich.edu/~atgutier On Sat, Mar 2, 2013 at 10:50 AM, Ali Saidi wrote: > HI Tony, > > I'm running 10.8.2 and didn't install

Re: [gem5-users] Compiling on OS X 10.8.2

2013-03-02 Thread Ali Saidi
HI Tony, I'm running 10.8.2 and didn't install gcc via macports. I installed the command line Xcode only. With that I can compile with g++ (which is a modified version of 4.2). Somehow this version passes the check and compiles even though normal gcc wouldn't (I believe because of the llvm back

[gem5-users] Compiling on OS X 10.8.2

2013-03-01 Thread Anthony Gutierrez
Hi All, I'm a Mac noob and I'm trying to get gem5 working on OS X 10.8.2. I was hoping one of the devs who use Mac could give a more detailed explanation of how to get it working for Mac. Here is my current situation: Mac OS X 10.8.2 with Xcode 4.6 and command line tools. Installed the following