--- In lpc2000@yahoogroups.com, "Rebekah Moser" <moserr@...> wrote: > I disassembled the code it jumps to for _start, > which looks like so: > > 0x00000258 E3A00016 MOV R0,#0x00000016 > 0x0000025C E28F10E8 ADD R1,PC,#0x000000E8 > 0x00000260 EF123456 SWI 0x00123456 More info on this - this code comes from crt0.o. It appears that gcc version 4.0.2 has several crt0 options: crt0.o, rdimon-crt0.o, rdpmon-crt0.o, and redboot-crt0.o. Not all of them have the offending SWI instruction in them. What is the difference between these? Thanks, Rebekah
Message
Re: _start code crashes
2006-03-14 by Rebekah Moser