From: Bryan R. <br...@ix...> - 2000-08-24 18:50:49
|
Greg Banks wrote: > Sections: > Idx Name Size VMA LMA File off Algn > 0 .text 00001c24 a0000000 a0000000 00001000 2**12 > ^ > a not 0 I had this section located at the right spot (a0000000). However, > CONTENTS, ALLOC, LOAD, READONLY, CODE > 1 .data 00000001 ac000000 ac000000 00003000 2**0 > CONTENTS, ALLOC, LOAD, DATA > 2 .bss 000008a4 ac000004 ac000004 00003004 2**2 > ALLOC > 3 .stack 00000600 ac000a00 ac000a00 00003a00 2**2 > CONTENTS, ALLOC, LOAD, DATA > 4 .stab 0000258c ac000004 ac000004 00004000 2**2 > CONTENTS, READONLY, DEBUGGING > 5 .comment 00000072 ac002590 ac002590 0000658c 2**0 > CONTENTS, READONLY > 6 .stabstr 00000c65 ac002602 ac002602 000065fe 2**0 > CONTENTS, READONLY, DEBUGGING All of these were linked at variations of 08000000. I have changed the leading 0 to an a and will try again. > 2. Your kernel configuration variable CONFIG_GDB_STUB_VBR has > the top nibble set to `a', e.g. `a0000000'. This variable was set correctly. Thanks, Bryan Rittmeyer mailto:br...@ix... |