Hello,
im getting error and warning #99922:
"D:\Quellen\ExpressTest\include\SPG_CONFIG.H", line 43: Assembly statement "SPG_ASMfloat .struct" creates a label, which may not be what was intended. Use a colon after a label or a space before a non-label to silence the warning.
here is the code:
#else //\DoppelteGenauigkeit
typedef double SPG_float; // Festlegen der Rechengenauigkeit für Sollpositionsgenerator
asm ("SPG_ASMfloat .struct");
asm (" .double");
asm ("SPG_ASMfloat_len .endstruct");
#endif //\DoppelteGenauigkeit
What do ih ave to change?
Kind regards Ralf