Yup, compiles here too.
Brian, can you open the .LST file for that program with Notepad.
Search for [220].
The lines immeadiately following the warning should indicate what the problem is from.
<br>
Yup, compiles here too.
Brian, can you open the .LST file for that program with Notepad.
Search for [220].
The lines immeadiately following the warning should indicate what the problem is from.
<br>
DT
Thanks guys,
I have changed the file name and paths around and now get different error messages (Warning [217] ...path\filename....Hex file format specified on command line.) so I suspect I am running into some path\filename length issues.
A challenge for the weekend.
Cheers
Brian
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.
If specified on the command line, it throws the warning. Even if it's the same INHX32.Code:LIST p = 18F4550, r = dec, w = -311, f = 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>
DT
Bookmarks