We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I'm basically trying to replicate a project onto a new blank project at the moment. I've created the new project in a different directory, matched up all the settings, copied all the files over and added them, etc.
I'm having the following error message when trying to build one of my .c files though: asm/endasm requires src-control to be active
I've already looked through the online KBs and have checked all the steps; the .c file is listed as a C source file, and the Generate SRC file/Assemble SRC file options are both checked. I'm also not having any problems when I try to build the exact same file from the other project. Does anyone know how I can resolve this?
"I'm having the following error message when trying to build one of my .c files though: asm/endasm requires src-control to be active"
Probably not quite the literal error message, but it'll do. Have you checked the manual?
http://www.keil.com/support/man/docs/c51/c51_asm.htm
Yes, I've already made sure that the generate & assemble SRC file boxes are checked.