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

OMAP3: encountered a blocking structure assignment, occurring only on OMAP3 processors

Parents
  • Note: This was originally posted on 30th July 2012 at http://forums.arm.com

    GCC will automatically identify the source of these issues if you use "-Wcast-align":

    ...In member function 'void blocking_assignment::work()':
    ...warning: cast from 'char*' to 'blocking_assignment::b_t*' increases required alignment of target type
    ...warning: cast from 'char*' to 'blocking_assignment::c_t*' increases required alignment of target type

    hth
    s.
Reply
  • Note: This was originally posted on 30th July 2012 at http://forums.arm.com

    GCC will automatically identify the source of these issues if you use "-Wcast-align":

    ...In member function 'void blocking_assignment::work()':
    ...warning: cast from 'char*' to 'blocking_assignment::b_t*' increases required alignment of target type
    ...warning: cast from 'char*' to 'blocking_assignment::c_t*' increases required alignment of target type

    hth
    s.
Children
No data