• Complex numbers warnings(KB: Unexpected type: 6)
    Similar question as http://www.keil.com/forum/58410/ . I use complex.h in one c-file. I compile that file as C99. I get the following warnings: KB: Unexpected type: 6 double _ComplexKB: Unexpected...
  • Complex numbers warnings(KB: Unexpected type: 6)
    Similar question as http://www.keil.com/forum/58410/ . I use complex.h in one c-file. I compile that file as C99. I get the following warnings: KB: Unexpected type: 6 double _ComplexKB: Unexpected...
  • Complex numbers warning (float _ComplexKB: Unexpected type: 6)
    Hi, I have defined a struct in test.h file like this struct Measurement_results { float a; complex float b; }; Now I use the struct in test.c file struct Measurement_results myResult;...
  • Complex numbers warning (float _ComplexKB: Unexpected type: 6)
    Hi, I have defined a struct in test.h file like this struct Measurement_results { float a; complex float b; }; Now I use the struct in test.c file struct Measurement_results myResult;...
  • genomf fatal error :type record too large (65023)
    I'm trying to compile my code but compiler give me this error. I use 9.51a professional kit version..what is in your opinion my errors?