This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
porting gcc to a different architecture
- To: gcc at gcc dot gnu dot org
- Subject: porting gcc to a different architecture
- From: Marco Marcello <marco dot marcello at tin dot it>
- Date: Sat, 10 Feb 2001 20:34:54 +0100
Hi, I have to modify gcc to use it with an ARM-based architecture with
some coprocessors...
I have some knowledge about C,C++, assembly and the ARM instruction set,
but I don't know how gcc works...
can anybody tell me which files I have to modify to adapt the ARM gcc
compiler?
well the difference is that I have to map some operations on the
coprocessors
Thanx a lot