Sof Building Result

Platform: baytrail FAILED

Error message:
alloc.c:525:46: error: invalid type argument of '->' (have 'struct mm_heap')
size += cache_to_uncache(&memmap.buffer[i])->info.used;
^
alloc.c:527:47: error: invalid type argument of '->' (have 'struct mm_heap')
size += cache_to_uncache(&memmap.runtime[i])->info.used;
^
alloc.c:543:39: error: invalid type argument of '->' (have 'struct mm_heap')
cache_to_uncache(&memmap.buffer[i])->info.free;
^
alloc.c:545:39: error: invalid type argument of '->' (have 'struct mm_heap')
cache_to_uncache(&memmap.buffer[i])->info.used;
^
alloc.c:550:40: error: invalid type argument of '->' (have 'struct mm_heap')
cache_to_uncache(&memmap.runtime[i])->info.free;
^
alloc.c:552:40: error: invalid type argument of '->' (have 'struct mm_heap')
cache_to_uncache(&memmap.runtime[i])->info.used;
^

Platform: apollolake PASSED

Platform: cannonlake PASSED