Any way since it was required only for purpose of profiling, I have
manually edited and got it build.
But I wanted to know if there is any doc which specifies how to cross
compile for ARM?

-Hari

On Sep 9, 1:43 pm, [EMAIL PROTECTED] wrote:
> Hi Ivan,
>
> I am using arm-none-linux-gnueabi-* (version 4.2.0 20070413) for
> compiling it. My target is to use this on "OMAP 3430". My Kernel on
> which I am planning to run is Linux 2.6.24.
>
> The sigcontext structure in the asm/sigcontext.h "gregs" is not
> present.
> But General regesters set is outside sigcontext defined with "typedef
> elf_gregset_t gregset_t;"
>
> -Hari
>
> On Sep 9, 11:48 am, "Ivan Posva" <[EMAIL PROTECTED]> wrote:
>
> > Hari,
>
> > Does your cross environments usr/include/sys/ucontext.h contain the
> > struct ucontext_t and struct mcontext_t definitions? The struct
> > mcontext_t should have a field typed gregset_t with the name gregs.
>
> > What version of GCC are you using and which Linux version are you 
> > targetting?
>
> > -Ivan
>
> > On Mon, Sep 8, 2008 at 23:28,  <[EMAIL PROTECTED]> wrote:
>
> > > When I try to compile with arch=arm and CXX, CC, RANLIB set to Cross
> > > compiler tools, I get following error during compilation of "src/
> > > platform-linux.cc".
>
> > >  src/platform-linux.cc:570: error: 'struct sigcontext' has no member
> > > named 'gregs'
>
> > > Can any one suggest what might be the problem?
>
> > > -Hari
--~--~---------~--~----~------------~-------~--~----~
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to