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