‘packed’ attribute ignored for type ‘WORD *’...

Comments

3 comments

  • Avatar
    Jon Elliott

    The packed attribute applies only to structs, unions or enums. The compiler is therefore correct in warning you that the packed attribute has been ignored in this case.

    This is a new warning in recent versions of gcc rather than a change in behaviour.

    0
    Comment actions Permalink
  • Avatar
    Pavel Skotak

    Hello Jon,

    thank you for reply. You are right. In the meantime, I found out that this is not the cause of the error. So something else has changed. I continue my search.

    Pavel.

    0
    Comment actions Permalink
  • Avatar
    Pavel Skotak

    Just for information - problem solved.

    I overlooked changes in default flash_placement.xml file in the V4.8.

    Recompilation with old flash placement file solved the problem.

    Happy coding.

    Pavel.

    0
    Comment actions Permalink

Please sign in to leave a comment.