This is the mail archive of the gcc-help@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: how to target the Intel 8051?


Hi,

Danny Birdie schrieb:
  I have some C code targeted for the Intel 8051. How do I go about
using GCC to target the 8051, so I can generate an assembly output, or
an Intel Hex output.

does gcc really know about 8051? I think i used SDCC the last time i compiled C for the 8051.


If you can read german, you may want to look here:

http://www.mikrocontroller.net/articles/MCS51

This also might help (english):

http://www.pjrc.com/tech/8051/

As i don't see any signs for gcc knowing about 8051, i don't assume that a driver exists for it.

...Michael


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