Selecting Compiler Options (PICmicro)

From Flowcode Help
Revision as of 10:36, 14 November 2018 by BenR (talk | contribs)
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

Error creating thumbnail: sh: /usr/bin/convert: No such file or directory Error code: 127

Compiler location

Sets the Compiler location.

Default:

$(compilerpic)batch\pic_xc8_comp.bat


Compiler parameters

Adds command line parameters when called from Flowcode

Default:

$(chip) "$(outdir)" "$(target)"


PIC XC8 Linker/Assembler

Error creating thumbnail: sh: /usr/bin/convert: No such file or directory Error code: 127

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

Error creating thumbnail: sh: /usr/bin/convert: No such file or directory Error code: 127

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