Hi, I have a question concerning include files in one project. In this project I have two files, one is assembly file, a.51 the other is C file, b.c, in b.c I have to include #include "fx2regs.h", in a.51 I have to include $include (fx2regs.inc), compiler give me warning "Attempt to define an already defined symbol". What shall I do to get rid of warning? Thanks in advance Minmin
Who says you have to include those particular files? Which of the two sources do you get the error message about: a.a51, or b.c? And which symbol is the message actually about?