You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears there are some unintended insertions of the new ARM_DSP_ATTRIBUTE in front of some function parameters rather than only in front of functions.
When defining ARM_DSP_ATTRIBUTE to __WEAK for example, using IAR generates the following build error: Error[Pe1835]: attribute "weak" does not apply here
The places I have found (so far) to have this issue are:
@renesas-kyle-finch Thanks for reporting this. I am testing with the __WEAK attribute but I am not testing with IAR. It looks like other compilers are not catching this issue.
It appears there are some unintended insertions of the new
ARM_DSP_ATTRIBUTE
in front of some function parameters rather than only in front of functions.When defining
ARM_DSP_ATTRIBUTE
to__WEAK
for example, using IAR generates the following build error:Error[Pe1835]: attribute "weak" does not apply here
The places I have found (so far) to have this issue are:
Would it be possible for these to be fixed and a v1.16.2 be released?
The text was updated successfully, but these errors were encountered: