This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

include lib problem

hello
m writing a .c code for 8052 philips microcontroller....while buliding it, it says dat it can't open d following files...

#include <Philips\8xC31-51-80C51Fx-80C51Rx+.h>
#include <standard.h>
#include <macros31.h>

plz tell me wat 2 do

Parents
  • m writing a .c code for 8052 philips microcontroller.

    No. Instead of actually writing code, you're obviously copying code that you don't understand.

    plz tell me wat 2 do

    Stop taking code from who-knows-where, and assuming it'll just magically do your work for you.

    Stop including files you don't actually have.

Reply
  • m writing a .c code for 8052 philips microcontroller.

    No. Instead of actually writing code, you're obviously copying code that you don't understand.

    plz tell me wat 2 do

    Stop taking code from who-knows-where, and assuming it'll just magically do your work for you.

    Stop including files you don't actually have.

Children