Selecting Compiler Options (PICmicro)

From Flowcode Help
Jump to navigationJump to search

<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.


PIC XC8 Compiler

Gen Compiler Options Compiler PIC.png

Compiler location

Sets the Compiler location.

Default:

$(appdir)compilers\pic\bin\xc8.exe


Compiler parameters

Adds command line parameters when called from Flowcode

Default:

--chip=$(chip) "$(target).c" --MSGDISABLE=359,1273,1388


PIC XC8 Linker/Assembler

Gen Compiler Options Linker Assembler PIC.png

Linker/Assembler location

Sets the Assembler program location.

Default:

$(appdir)tools\DoNothing\DoNothing.exe


Linker/Assembler parameters

Adds command line parameters when called from Flowcode

Default:

'


Programmer

Gen Compiler Options Programmer PIC.png

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) "$(outdir)$(target).hex"


Click here for details on using a third party programming e.g. PICkit