This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Intermixing powerpc-eabi and powerpc-linux C code
- From: Ron McCall <ronald dot mccall at snet dot net>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 1 Jun 2006 12:10:03 -0700 (PDT)
- Subject: Re: Intermixing powerpc-eabi and powerpc-linux C code
I guess I should have also mentioned that the
resultant program will be run under gdb, with a script
setting breakpoints, running, examining variables,
etc.
--- Paul Brook <paul@codesourcery.com> wrote:
> > The call from Linux-land to eabi-land would not
> need
> > to pass arguments nor return anything and nothing
> > would need to be shared between the two pieces of
> > code.
>
> So basically you can replace the whole thing with
> sleep(1); and noone would be
> any the wiser.
>
> Paul
>