I created a C51 project for the P89C668 cpu. I tried to build the target and I get errors saying "ATTEMPT TO DEFINE AN ALREADY DEFINED SYMBOL". Ok, so I search for the symbol and its complaining about the sfr defines in files reg668.h and STARTUP.A51, both provided by the IDE. Why are both files defining the same sfr registers and how do I solve this?