??? 10/21/10 06:26 Read: times |
#179227 - Got the .ihx Responding to: ???'s previous message |
i made a folder in my c drive named 'eg', then pasted a c program "prog.c" and compiled using sdcc prog.c
. i got the .ihx file as well. But this c program don't have any header files..when i add include files like #include <reg51.h> , it shows some error like this this file <reg51.h> is obsolete depending on your harware. pl. tell me how to make a program run which is with header files. is some path is to be defined |