This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

LM3S1608

Hello,

new compiler V5.05 does not handle an expression:
lastrec[2] = (kol_strok / 4); //

and so works:
lastrec[2] = kol_strok / 4; //

Parents
  • (Please remove code that is commented out from your snippets)

    Testing that code also did not result in an error.

    For a closer investigation it is required to know:
    - the toolchain and version in use (Help - About µVision)
    - the definitons of all variables
    - the error message your project results in (screenshot of Build Output window)

    Thank you and best regards,
    Ralf

    R.Kopsch
    Senior Applications Engineer
    ARM Germany GmbH

Reply
  • (Please remove code that is commented out from your snippets)

    Testing that code also did not result in an error.

    For a closer investigation it is required to know:
    - the toolchain and version in use (Help - About µVision)
    - the definitons of all variables
    - the error message your project results in (screenshot of Build Output window)

    Thank you and best regards,
    Ralf

    R.Kopsch
    Senior Applications Engineer
    ARM Germany GmbH

Children
No data