Difference between revisions of "Selecting Compiler Options (PICmicro)"

From Flowcode Help
Jump to navigationJump to search
Line 70: Line 70:
  
 
<code>'''-chip $(chip:u) "$(outdir)$(target).hex"'''</code>
 
<code>'''-chip $(chip:u) "$(outdir)$(target).hex"'''</code>
 +
 +
 +
[Supporting_Third_Party_Programming_Tools|Click here for details on using a third party programming e.g. PICkit]

Revision as of 09:59, 20 April 2017

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

$(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

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"


[Supporting_Third_Party_Programming_Tools|Click here for details on using a third party programming e.g. PICkit]