This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Error rebuilding RedBoot from source with Windows 2000


On Thu, 2002-08-29 at 15:12, Jamal Salamé wrote:
> Hi
> 
> I am trying to rebuild RedBoot from source with Windows 2000 OS.  I believe
> I have all the necessary packages and libraries.  I have set my environment
> variables, so the following re-build commands execute fine until I get to
> the errors that follow:
> 
> ecosconfig new iq80310 redboot
> ecosconfig import (..path..)\redboot_ROM.cfg
> ecosconfig tree
> make --unix
       ^^^^^^

Where'd you come up with this?

> 
> U CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT, new inferred value 1
> /ecos-d/redhat/redboot-src/packages/hal/arm/arch/current/src/vectors.S:
> Assembler messages:
> /ecos-d/redhat/redboot-src/packages/hal/arm/arch/current/src/vectors.S:221:
> Error: invalid pseudo operation -- `str r2,=0x0040'
> /ecos-d/redhat/redboot-src/packages/hal/arm/arch/current/src/vectors.S:221:
> Error: invalid pseudo operation -- `str r2,=0x0040'
> /ecos-d/redhat/redboot-src/packages/hal/arm/arch/current/src/vectors.S:221:
> Error: invalid pseudo operation -- `str r2,=0x0040'
> /ecos-d/redhat/redboot-src/packages/hal/arm/arch/current/src/vectors.S:221:
> Error: invalid pseudo operation -- `str r2,=0x0080'
> make[1]: *** [/ecos-d/REDHAT/install/lib/vectors.o] Error 1
> make: *** [build] Error 2

This error looks like the build is confused about which assembler to be
using.  arm-elf-gcc (gas) does not produce such an error message.

Perhaps you could send more [less edited] of the actual output?

-- 
------------------------------------------------------------
Gary Thomas                  |
eCosCentric, Ltd.            |  
+1 (970) 229-1963            |  eCos & RedBoot experts
gthomas@ecoscentric.com      |
http://www.ecoscentric.com/  |
------------------------------------------------------------


--
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]