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;
^
--
../../src/include/sof/alloc.h:103:24: error: ‘PLATFORM_HEAP_SYSTEM’ undeclared here (not in a function)
struct mm_heap system[PLATFORM_HEAP_SYSTEM];
^~~~~~~~~~~~~~~~~~~~
../../src/include/sof/alloc.h:105:25: error: ‘PLATFORM_HEAP_RUNTIME’ undeclared here (not in a function)
struct mm_heap runtime[PLATFORM_HEAP_RUNTIME];
^~~~~~~~~~~~~~~~~~~~~
../../src/include/sof/alloc.h:107:24: error: ‘PLATFORM_HEAP_BUFFER’ undeclared here (not in a function)
struct mm_heap buffer[PLATFORM_HEAP_BUFFER];
^~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make: *** [all-recursive] Error 1

Platform: baytrail PASSED

Platform: apollolake PASSED

Platform: cannonlake PASSED