|
Re: How to update hex?
When you are using fusionEdit you need to set the location of the compiler/linker/Loader ect.
Edit>Project Properties
defaluts:
Complier Path:C:\mcc18\bin\mcc18.exe
Complier Args:-p=18F8722 "SourceFile" -fo="ObjectFile" /i"C:\mcc18\h" -D_FRC_BOARD -Ou- -Ot- -Ob- -Op- -Or- -Od- -Opa- -nw=2066
Linker Path: C:\mcc18\bin\mplink.exe
Linker Args:/l"C:\mcc18\lib" LinkerScripts ObjectFiles LibraryFiles /o"OutputFile"
Loader Path: C:\Program Files\Intelitek\EasyC for FRC\Loader\iLoader.exe
Loader Args:/D=HexFile /T /B=1 /C=18F8722 /V /H
__________________
Eric Haskins KC9JVH
Last edited by EHaskins : 09-01-2007 at 14:05.
|