Sof Building Result

Platform: baytrail FAILED

Error message:
alloc.c:593:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'struct'
struct block_map *next_map;
^
alloc.c:607:3: error: 'heap' undeclared (first use in this function)
heap = &memmap.buffer[i];
^

Platform: apollolake FAILED

Error message:
alloc.c:593:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'struct'
struct block_map *next_map;
^
alloc.c:607:3: error: 'heap' undeclared (first use in this function)
heap = &memmap.buffer[i];
^

Platform: cannonlake FAILED

Error message:
alloc.c:593:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'struct'
struct block_map *next_map;
^
alloc.c:607:3: error: 'heap' undeclared (first use in this function)
heap = &memmap.buffer[i];
^