This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [M32C-ELF] Correct way of setting reset and interrupt vectors


Florian Pose wrote:
Hi all,

I recently started a microcontroller project based on the Renesas M16C
family. I successfully built the GNU toolchain (binutils-2.17,
gcc-4.1.1, newlib from CVS) and are now able to build executables for
the M32C-ELF target. Great! Now, two questions come up:

1) What is the correct way to set the reset vector?

Use a linker script to load a jump to the start routine in the reset vector.


--
Michael Eager	 eager@eagercon.com
1960 Park Blvd., Palo Alto, CA 94306  650-325-8077


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