Skip to content

Commit 16cae0e

Browse files
authored
Merge pull request #732 from Ziemas/srx-explain-align
srxfixup: explain IOP max alignment errors
2 parents f5a460c + dc0b8e9 commit 16cae0e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/srxfixup/src/srxgen.c

+6
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)