Skip to content

Commit dc0b8e9

Browse files
committed
srxfixup: explain IOP max alignment errors
1 parent f5a460c commit dc0b8e9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/srxfixup/src/srxgen.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,12 @@ int layout_srx_file(elf_file *elf)
310310
}
311311
}
312312
}
313+
314+
if (error && tp->target == SRX_TARGET_IOP)
315+
{
316+
fprintf(stderr, "LOADCORE limits possible alignment to 16 bytes\n");
317+
}
318+
313319
free(order);
314320
free(neworder);
315321
return error;

0 commit comments

Comments
 (0)