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] |
warmice wrote: > > Hello, everyone: > > We have designed our own CPU in our lab. Now the problem is how we can > make GCC output assembly code for our CPU. Would someone describe the steps > of configuration in detail? > > I am a newbie to GCC, many thanks for your help!! Two other people just answered you yesterday, but I'll summarize for you: Porting GCC for Dunces ftp://ftp.axis.se/pub/users/hp/pgccfd/ Using and Porting GCC http://gcc.gnu.org/onlinedocs/gcc_toc.html See http://gcc.gnu.org/readings.html, particularly the first entry. It can be a lot of work. Good Luck. -eric
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |