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]

RE: ARM Debuggers backtrace




> -----Original Message-----
> From: Jonathan Larmour [mailto:jlarmour@redhat.com]
> Sent: Tuesday, September 25, 2001 1:02 PM
> To: Fabrice Gautier
> Cc: Ecos-List (E-mail)
> Subject: Re: [ECOS] ARM Debuggers backtrace
> 
> 
> Fabrice Gautier wrote:
> > 
> > But i'm now trying to see if GCC 3 solved the problem 
> (there is a new ARM
> > back end in Gcc 3 so maybe...) but i've got some 
> difficulties building gcc
> > 3...
> 
> I've done it. What's the problem?
> 

Strange problem when building libgcc: xgcc keeps using as instead of
arm-elf-as... First I though it was because i was not building gcc with the
same "--prefix" that I used for binutils. But then i rebuilded binutils and
it's the same problem again...

First error message is :

/d/gnu-packages/gcc-3-build/gcc/xgcc -B/d/gnu-packages/gcc-3-build/gcc/
-B/d/gnu
-tools-3/H-i866-pc-cygwin/arm-elf/bin/
-B/d/gnu-tools-3/H-i866-pc-cygwin/arm-elf
/lib/ -isystem /d/gnu-tools-3/H-i866-pc-cygwin/arm-elf/include -O2
-DCROSS_COMP
ILE -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototype
s -isystem ./include  -Dinhibit_libc -fno-inline -g1  -DIN_LIBGCC2
-D__GCC_FLOAT
_NOT_NEEDED -Dinhibit_libc -I. -I. -I../../gcc-3.0.1/gcc
-I../../gcc-3.0.1/gcc/.
 -I../../gcc-3.0.1/gcc/config -I../../gcc-3.0.1/gcc/../include -DL_udivsi3
-xass
embler-with-cpp -c ../../gcc-3.0.1/gcc/config/arm/lib1funcs.asm -o
libgcc/./_udi
vsi3.o
/tmp/ccLRgTpx.s: Assembler messages:
/tmp/ccLRgTpx.s:2: Warning: rest of line ignored; first ignored character is
`@'


I tried the command by hand, using -v for verbose, and it showed that it
used as to compile not arm-elf-as as it should.


I'n gonna triple-check everything but i'm a bit dismayed...


	


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