Selecting Compiler Options (dsPIC/PIC24)
<sidebar>Sidebar: Managing Compiler Options</sidebar> Allows users to set the Compiler options.
Options list
See the Managing Compiler Options topic for more information on using this feature.
Substitute variables used by Flowcode are the same for all platforms.
Compiler
Compiler location
Sets the location of the Microchip C30 compiler.
Default:
$(compilerpic16)batchfiles\pic16_C30_comp.bat
Compiler parameters
Adds command line parameters when called from Flowcode
Default:
"$(outdir)$(target)" "$(outdir)" "$(chip:u)"
Linker/Assembler
Linker/Assembler location
Sets the Assembler program location.
Default:
$(compilerpic16)batchfiles\pic16_C30_link.bat
Linker/Assembler parameters
Adds command line parameters when called from Flowcode
Default:
"$(outdir)$(target)" $(chip:u) $(family)
Programmer
Programmer location
Sets the Programmer application location.
Default:
$(appdir)tools\mLoader\mLoader.exe
Programmer parameters
Adds command line parameters for the Programmer application.
Default:
-chip $(chip:u) "$(target).hex"
Click here for details on using a third party programming e.g. PICkit