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



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]