This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


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

Re: ARM7TDMI/At91M40xxx on At91EB01 with Angel monitor


Hi! I guess, I have found an appropriate crt0.S file in 
 "newlib-1.8.2.tar.gz" (newlib-1.8.2/newlib/libc/sys/arm)

Looks like it supports Angel. I am happy!


Jens-Christian

On Mon, 13 Nov 2000, Richard Earnshaw wrote:

> 
> lache@tu-harburg.de said:
> > I have found a crt0.S file in      arm-uc-libc.tar.gz and in     tar:/
> > home/yo/uC-libc-310899.tar.gz Does this file (see below) work with the
> > angel debug monitor? I am really  afraid to delete s.th. in 
> ...
> > environ:
> > 	.long 0
> >
> > 	.text
> > __start:
> > 	nop
> > 	nop
> >
> > 	movea.l %d5, %a5
> >
> > 	move.l 8(%sp), %d5
> > 	move.l %d5, environ(%a5)
> 
> This isn't ARM code, so it won't work on your board.
> 
> R.
> 
> 


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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