9.4.7 --no-warn-mismatch
Do not warn about mismatched input files.
Normally xc32-ld
will give an error if you try to link together input files that
are mismatched for some reason, perhaps because they have been compiled for different
processors or for different endiannesses. This option tells xc32-ld
that it should silently permit such
possible errors. This option should only be used with care in cases when you have taken
some special action that ensures that the linker errors are inappropriate.
Note: This option does not apply to library files specified with
-l
.