My code was compiled using the Archimedes C-51 compiler V4.23. I want to use Keil uVersion2 to compile it. But Keil only support those codes using at least Archimedes C-51 compiler Version 5. Does anybody have any idea for compiling my codes? Thanks
#if sizeof(float)==sizeof(double) You can't do that. The compiler can deal with sizeof, not the preprocessor. Take a look at this thread. http://www.keil.com/forum/docs/thread5888.asp