[ECOS] Error building eCos with ARM
Gary D. Thomas
gary.thomas@mind.be
Thu Feb 6 16:24:00 GMT 2003
On Thu, 2003-02-06 at 09:12, nyeung wrote:
> Hi, Jonathan,
> Thank you for your suggestions.
> The first method you said failed, no additional info on thast one
>
> Here is the screen capture of doing that line by hand with -v Is this what
> you are looking for.
Not much more useful information here.
Try modifying "hal/arm/arch/current/makefile" in your build tree.
Change these lines:
arm.inc: $(wildcard $(REPOSITORY)/$(PACKAGE)/src/hal_mk_defs.c)
$(CC) $(CFLAGS) $(INCLUDE_PATH) -Wp,-MD,arm.tmp -o hal_mk_defs.tmp -S $<
fgrep .equ hal_mk_defs.tmp | sed s/#// > $@
@echo $@ ": \\" > $(notdir $@).deps
@tail +2 arm.tmp >> $(notdir $@).deps
@echo >> $(notdir $@).deps
@rm arm.tmp hal_mk_defs.tmp
Take out the '@' at the start of each line. Then run the "make" and
see what comes out.
--
.--------------------------------------------------------.
| Mind: Embedded Linux and eCos Development |
|--------------------------------------------------------|
| Gary Thomas email: gary.thomas@mind.be |
| Mind ( http://mind.be ) tel: +1 (970) 229-1963 |
| gpg: http://www.chez-thomas.org/gary/gpg_key.asc |
'--------------------------------------------------------'
--
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss
More information about the Ecos-discuss
mailing list