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

8bit Atmel Project not building in Keil for Cortex M3

Hello!
I have a project of 8bit Atmel Microcontroller.
I want this project to be compiled in Keil for Cortex M3 Microcontroller.
But I have some issues.

1. I have an error "SFR undefined identifier". The compiler does not understand what SFR means .

2. There are 2 files with assembler code. The compiler displays a lot of mistakes in all these files.

How to compile this project?