Page MenuHomePhabricator

Platform: Fix build error for AN539 and AN524 platforms
Closed, ResolvedPublic

Description

platform/ext/target/mps3/an524/spm_hal.c:193:5: error: implicit declaration of function 'LOG_MSG' is invalid in C99
      [-Werror,-Wimplicit-function-declaration]
    LOG_MSG("Oops... MPC fault!!!");
    ^
platform/ext/target/mps3/an524/spm_hal.c:206:5: error: implicit declaration of function 'LOG_MSG' is invalid in C99
      [-Werror,-Wimplicit-function-declaration]
    LOG_MSG("Oops... PPC fault!!!");
    ^

Event Timeline

matetothpal triaged this task as High priority.
matetothpal created this task.
matetothpal closed this task as Resolved.Jan 7 2020, 3:28 PM

Change for this issue had been merged as a hotfix