public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Jesper Skov <jskov@redhat.com>
To: "Dave Airlie" <airlied@parthus.com>
Cc: ecos-discuss@sources.redhat.com
Subject: Re: [ECOS] building arm ROM without GDB stubs
Date: Mon, 15 Jan 2001 07:10:00 -0000	[thread overview]
Message-ID: <otk87w6ecy.fsf@thinktwice.zoftcorp.dk> (raw)
In-Reply-To: <Pine.LNX.4.21.0101151410170.29987-100000@platinum.limerick.sslinc.com>

>>>>> "Dave" == Dave Airlie <airlied@parthus.com> writes:

Dave> sorry .. ARM7 PID ...

>>  You don't say which platform. But look in the plf_stub.h header
>> file in the platform HAL - the reset macros are at the end. Move
>> them below the #ifdef INCLUDE_STUBS conditional compilation.

Hm, they already are on the PID - at least in the CVS repo.

OK, I met the same problem, and my solution was the below - not very
nice, but isn't too messy. The real fix is to move the RESET macros
to a different header file.

In hal_stub.h, move this:

#ifdef CYGBLD_HAL_PLATFORM_STUB_H
#include CYGBLD_HAL_PLATFORM_STUB_H
#else
#include <cyg/hal/plf_stub.h>
#endif


above the #ifdef CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS check.


Jesper

      reply	other threads:[~2001-01-15  7:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-15  3:55 Dave Airlie
2001-01-15  5:40 ` Jesper Skov
2001-01-15  6:07   ` Dave Airlie
2001-01-15  7:10     ` Jesper Skov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=otk87w6ecy.fsf@thinktwice.zoftcorp.dk \
    --to=jskov@redhat.com \
    --cc=airlied@parthus.com \
    --cc=ecos-discuss@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).