SOF Building Result

Platform: host FAILED

Error message:
../../src/include/sof/io.h:45: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:50: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:60: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:65: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