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: porting new arch


I've missed there is a expression
#include "gt-mips.h"
in at the bottom of mips.c...
I was so stupid that I didn't notice that!

Anyway thank you very much for your helping.
Now I face another problem about _mudi3.o (what's this!?) or something.
I'll try to solve it by myself at the moment. Maybe I'm going to post a
message to ask help later...

Thanks,
Shinpei Kato

On Wed, 19 May 2004 11:33:09 +0900
Shinpei Kato <shinny@j02.itscom.net> wrote:

> Hi,
> 
> > Add your arch to config.gcc.  See config.gcc, configure.in and
> > Makefile.in, look for $(out_file).  When $(out_file) is set
> > properly, it should Just Work, because that file is added to
> > GTFILES in Makefile.in. You may need to add other files in
> > config.gcc, see the comments there.
> 
> I reviewed config.gcc and couldn't find the things I have to correct. It
> looks so at least to me. Because, you know, I based on MIPS arch and
> it's not so difficult to add my arch to config.gcc since I can refer to
> MIPS section. But still the same error occured during make...
> As I said in the previous message, to let gtype-desc.c or something
> include gt-$ARCH.h, all I have to do is to add my arch to config.gcc?
> Are there any other files?
> I found gt-$ARCH.h is generated correctly but is not included by the
> files that have to include it...
> Could you see anything about that?
> 
> 
> Regards,
> Shinpei Kato



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