SOF Building Result

Platform: host FAILED

Error message:
../../src/include/sof/wait.h:154:21: error: implicit declaration of function ‘platform_timer_get’ [-Werror=implicit-function-declaration]
uint64_t current = platform_timer_get(platform_timer);
^~~~~~~~~~~~~~~~~~
../../src/include/sof/wait.h:154:40: error: ‘platform_timer’ undeclared (first use in this function)
uint64_t current = platform_timer_get(platform_timer);
^~~~~~~~~~~~~~
--
../../src/include/sof/wait.h:157:10: error: ‘PLATFORM_DEFAULT_DELAY’ undeclared (first use in this function)
idelay(PLATFORM_DEFAULT_DELAY);
^~~~~~~~~~~~~~~~~~~~~~
--
../../src/include/sof/dma.h:48:25: fatal error: arch/atomic.h: No such file or directory
#include
^
cc1: all warnings being treated as errors
compilation terminated.
make: *** [all-recursive] Error 1

Platform: baytrail PASSED

Platform: apollolake PASSED

Platform: cannonlake PASSED