Re: [gem5-users] Android kernel stalls

2012-06-03 Thread Ira Ray Jenkins
On Sun, Jun 3, 2012 at 10:21 PM, Ali Saidi wrote: >> >> Sorry about switching between top and bottom posts, gmail defaults to top. >> >> Originally I thought I was building the 38 kernel; however, because I >> did a "git checkout -b", I really only created a new branch >> identically to the HEAD -

Re: [gem5-users] Android kernel stalls

2012-06-03 Thread Ali Saidi
> > Sorry about switching between top and bottom posts, gmail defaults to top. > > Originally I thought I was building the 38 kernel; however, because I > did a "git checkout -b", I really only created a new branch > identically to the HEAD - which is the 35 kernel. So, when I removed > that bran

Re: [gem5-users] Android kernel stalls

2012-06-03 Thread Ira Ray Jenkins
On Sun, Jun 3, 2012 at 3:48 PM, Anirudh Sivaraman wrote: > On Sun, Jun 3, 2012 at 3:20 PM, Ira Ray Jenkins > wrote: >> Well, that's slightly frustrating to have to use a separate toolchain >> than the one distributed with AOSP, but in any case I will attempt it >> this way. Which version do I ne

Re: [gem5-users] Android kernel stalls

2012-06-03 Thread Anirudh Sivaraman
On Sun, Jun 3, 2012 at 3:20 PM, Ira Ray Jenkins wrote: > Well, that's slightly frustrating to have to use a separate toolchain > than the one distributed with AOSP, but in any case I will attempt it > this way. Which version do I need to download?Codebench Arm Lite > Edition EABI or Codebench Arm

Re: [gem5-users] Android kernel stalls

2012-06-03 Thread Anthony Gutierrez
What happens when you build the 35 kernel with the config on gem5.org? That output was for the 38 kernel. Also, that output isn't very useful because it prints normal output then stops. What does the simulator's terminal output say? -Tony On Sun, Jun 3, 2012 at 3:44 PM, Ira Ray Jenkins wrote: >

Re: [gem5-users] Android kernel stalls

2012-06-03 Thread Ira Ray Jenkins
I have built with the toolchain provided by AOSP. It produces a vmlinux successfully; however, when I run gem5 with that kernel it stalls. I've posted the command line and terminal output in the original post of this thread. I'm currently compiling with the codebench toolchain, maybe that will make

Re: [gem5-users] Android kernel stalls

2012-06-03 Thread Anthony Gutierrez
You don't have to change your toolchain. It just makes it more likely that you'll be able to find support because the codesourcery toolchain is more commonly used. That being said, have you tried building with the compiler/libs provided with Android? If so, what problems are you having? -Tony On

Re: [gem5-users] Android kernel stalls

2012-06-03 Thread Ira Ray Jenkins
Well, that's slightly frustrating to have to use a separate toolchain than the one distributed with AOSP, but in any case I will attempt it this way. Which version do I need to download?Codebench Arm Lite Edition EABI or Codebench Arm Lite Edition GNU/Linux? I would eventually like to be able to b

Re: [gem5-users] Android kernel stalls

2012-06-03 Thread Anirudh Sivaraman
On Sat, Jun 2, 2012 at 8:40 PM, Ira Ray Jenkins wrote: > On Sat, Jun 2, 2012 at 7:54 PM, Anirudh Sivaraman > wrote: >> This thread may be useful : >> http://m5sim.org/cgi-bin/mailman/private/gem5-users/2012-June/019665.html >> since I had a similar problem today morning. I used 2.6.35 and after

Re: [gem5-users] Android kernel stalls

2012-06-02 Thread Ira Ray Jenkins
On Sat, Jun 2, 2012 at 7:54 PM, Anirudh Sivaraman wrote: > This thread may be useful : > http://m5sim.org/cgi-bin/mailman/private/gem5-users/2012-June/019665.html > since I had a similar problem today morning. I used 2.6.35 and after > the fixes in that thread it worked. > > On Sat, Jun 2, 2012 at

Re: [gem5-users] Android kernel stalls

2012-06-02 Thread Anirudh Sivaraman
This thread may be useful : http://m5sim.org/cgi-bin/mailman/private/gem5-users/2012-June/019665.html since I had a similar problem today morning. I used 2.6.35 and after the fixes in that thread it worked. On Sat, Jun 2, 2012 at 7:30 PM, Ira Ray Jenkins wrote: > I am attempting to duplicate the

[gem5-users] Android kernel stalls

2012-06-02 Thread Ira Ray Jenkins
I am attempting to duplicate the android kernel provided with gem5. Following the instructions here: http://www.linux-arm.org/LinuxKernel/LinuxAndroidPlatform I cloned the repo: git clone git://linux-arm.org/linux-2.6-armdroid.git and checkout'd 2.6.38-armdroid with: git checkout -b 2.6.38-armdr