Warning [217] is "Hex file format specified on command line."
The path\filename is just the file the error occured in.
INHX32 is required for the 4550, and the 18F4550.inc file specifies the format.
Code:
LIST p = 18F4550, r = dec, w = -311, f = inhx32
If specified on the command line, it throws the warning. Even if it's the same INHX32.
The odd part is that MSC doesn't set the command line option when you select INHX8M.
So selecting INHX8M in MCS should make the error go away.
You still end up with INHX32.
<br>
Bookmarks