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

From Flowcode Help
Jump to navigationJump to search
Line 11: Line 11:
  
 
__NOTOC__
 
__NOTOC__
==BoostC Compiler==
+
 
 +
==PIC XC8 Compiler==
 
[[File:Gen_Compiler_Options_Compiler_PIC.png|right|524x400px]]
 
[[File:Gen_Compiler_Options_Compiler_PIC.png|right|524x400px]]
 
'''Compiler location'''
 
'''Compiler location'''
Line 19: Line 20:
 
Default:
 
Default:
  
<code>'''$(appdir)compilers\pic\boostc\boostc_$(family:/12F/16F).exe'''</code>
+
<code>'''$(appdir)compilers\pic\bin\xc8.exe'''</code>
  
  
Line 28: Line 29:
 
Default:
 
Default:
  
<code>'''-v -t PIC$(chip:u) "$(target).c"'''</code>
+
<code>'''--chip=$(chip) "$(target).c" --MSGDISABLE=359,1273,1388'''</code>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  
  
==BoostC Linker/Assembler==
+
==PIC XC8 Linker/Assembler==
 
[[File:Gen_Compiler_Options_Linker_Assembler_PIC.png|right|524x400px]]
 
[[File:Gen_Compiler_Options_Linker_Assembler_PIC.png|right|524x400px]]
 
'''Linker/Assembler location'''
 
'''Linker/Assembler location'''
Line 53: Line 40:
 
Default:
 
Default:
  
<code>'''$(appdir)compilers\pic\boostc\boostlink_picmicro.exe'''</code>
+
<code>'''$(appdir)tools\DoNothing\DoNothing.exe'''</code>
 
 
 
 
'''Linker/Assembler parameters'''
 
 
 
Adds command line parameters when called from Flowcode
 
 
 
Default:
 
 
 
<code>'''-ld "$(appdir)compilers\pic\boostc\lib" libc_$(family:/12F/16F).lib rand_$(family:/12F/16F).lib float_$(family:/12F/16F).lib "$(target).obj" -t PIC$(chip:u) -d "$(outdir:~-1)" -p "$(target)"'''</code>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
==HI-TECH C Compiler==
 
[[File:Gen_HI-TECH_C_Compiler.png|right|524x400px]]
 
'''Compiler location'''
 
 
 
Sets the Compiler location.
 
 
 
Default 10/12/16F:
 
 
 
<code>'''C:\Program Files (x86)\HI-TECH Software\PICC\PRO\9.83\bin\picc.exe'''</code>
 
 
 
Default 18F:
 
 
 
<code>'''C:\Program Files (x86)\HI-TECH Software\PICC-18\PRO\9.80\bin\picc18.exe'''</code>
 
 
 
 
 
'''Compiler parameters'''
 
 
 
Adds command line parameters when called from Flowcode
 
 
 
Default:
 
 
 
<code>'''--CHIP=$(chip) -N48 $(target).c'''</code>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
==HI-TECH C Linker/Assembler==
 
[[File:Gen_HI-TECH_C_Linker_Assembler.png|right|524x400px]]
 
'''Linker/Assembler location'''
 
 
 
Sets the Assembler program location.
 
 
 
Default:
 
 
 
<code>'''$(appdir)\tools\Dummy\DoNothing.exe'''</code>
 
  
  
Line 124: Line 49:
 
Default:
 
Default:
  
<code>'''<empty>'''</code>
+
<code>''''''</code>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  
  
Line 149: Line 60:
 
Default:
 
Default:
  
<code>'''$(appdir)tools\PPP\PPPv3.exe'''</code>
+
<code>'''$(appdir)tools\mLoader\mLoader.exe'''</code>
 
 
 
 
To use the PICkit2 programmer change the location to
 
 
 
<code>'''$(appdir)tools\PICkit2\pk2cmd.exe'''</code>
 
 
 
 
 
To use the PICkit3 programmer change the location to
 
 
 
<code>'''$(appdir)tools\PICkit3\pk3cmd.exe'''</code>
 
  
  
Line 168: Line 69:
 
Default:
 
Default:
  
<code>'''-cs 2 -chip PIC$(chip) -nogui "$(outdir)$(target).hex"'''</code>
+
<code>'''-chip $(chip:u) "$(outdir)$(target).hex"'''</code>
 
 
 
 
To use the PICkit2 programmer change the parameters to
 
 
 
<code>'''-B $(appdir)tools\PICkit2\ -PPIC%p -F$(target).hex -M -A5 -R'''</code>
 
 
 
 
 
To use the PICkit3 programmer change the parameters to
 
 
 
<code>'''-P$(chip) -F$(target).hex -E -M -Y'''</code>
 
 
 
 
 
'''Use Programmer to set configuration options'''
 
 
 
Check box to allow the Programmer application to be used to set up the configuration of the device. This setting needs to be unticked to allow you to use non default programming applications such as the PicKit2.
 
 
 
 
 
'''Configuration parameters'''
 
 
 
Supplies the command line parameters needed for configuration.
 
 
 
Default:
 
 
 
<code>'''-cs 2 -chip PIC$(chip) -config'''</code>
 
 
 
Note: The above Programmer defaults assume that you are using the PPP Programming application from Matrix Multimedia.
 
If you are using an alternative programming application you will need to consult the documentation for that application for the required parameters and settings.
 
 
 
Additionally configuration words can be embedded into the program using the Supplementary code feature, or C Code icons.
 
 
 
 
 
For help using the PicKit2 Programmer with Flowcode, untick the "Use Programmer to set configuration options" button and then click here to view the configuration settings required.
 
 
 
 
 
==File Viewer==
 
[[File:Gen_Compiler_Options_File_Viewer_PIC.png|right|524x400px]]
 
'''File Viewer location'''
 
 
 
Sets the File viewer location for viewing C and Assembly files.
 
 
 
Default:
 
 
 
<code>'''C:\Windows\Notepad.exe'''</code>
 
 
 
 
 
'''File Viewer parameters'''
 
 
 
Adds command line parameters for the File viewer program
 
 
 
Default Assembly file viewer
 
 
 
<code>'''$(outdir)$(target).asm'''</code>
 
 
 
Default external program to view source files
 
 
 
<code>'''$(outdir)$(target).c'''</code>
 

Revision as of 09:54, 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"