I'm using the Keil Development System for embedded applications (uVCision3) for the ADuC7020. Because my Keil uVision3 quit working I had to reinstall and upgrade my software. Now I get the warning message unrecognized pragma. It occures wherever there's a #pragma THUMB or ARM statement. This previously compiled without these warnings. They pragmas are necesary for my Firmware. Any ideas?
Thanks. It turns out that THUMB now cannot be in caps, but ARM can. The problem's solved.