SOF Building Result

Platform: host FAILED

Error message:
../../src/include/sof/io.h:39:11: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
return *((volatile uint32_t*)reg);
^
--
../../src/include/sof/io.h:44:4: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
*((volatile uint32_t*)reg) = val;
^
--
../../src/include/sof/io.h:54:11: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
return *((volatile uint16_t*)reg);
^
--
../../src/include/sof/io.h:59:4: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
*((volatile uint16_t*)reg) = val;
^
cc1: all warnings being treated as errors
make: *** [all-recursive] Error 1

Platform: baytrail PASSED

Platform: apollolake PASSED

Platform: cannonlake PASSED