Compiler / Linker / Programmer

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 8.

Moderator: Benj

Post Reply
Smartmultienergy
Posts: 9
Joined: Tue Jun 11, 2019 8:09 am
Been thanked: 6 times

Compiler / Linker / Programmer

Post by Smartmultienergy »

Hi, did a windows upgrade to win10 and running FC8. Using Pickit 2. Have gone through the documentation relevant to the programmer setup but am missing something and cant get it going. Could someone assist with the relevant and syntax for compiler / linker / programmer setting in FC8. Pickit 2.61 installed and MP Lab x. Was fine before win upgrade but for the life of me cannot get it right now :roll:

Setting at the moment as follows:

Compiler
$(compilerpic)batch\pic_xc8_comp.bat
$(chip) "$(outdir)" "$(target)"

Linker
$(compilerpic)batch\pic_xc8_comp.bat

Programmer
D:\PRG FILES WIN 10\Flowcode v8\tools\PICkit2\pk2cmd.exe
-BD:\PRG FILES WIN 10\Flowcode v8\tools\PICkit2\ -PPIC%p - F%f.hex -M -A5 -R

Thanks in advance

Smartmultienergy
Posts: 9
Joined: Tue Jun 11, 2019 8:09 am
Been thanked: 6 times

Re: Compiler / Linker / Programmer

Post by Smartmultienergy »

Hi, resolved, thanks you to David from Matrix, the linker should be:

"It looks like the linker is the problem.

It should be:

Location:
$(appdir)tools\DoNothing\DoNothing.exe

Parameters:
<<parameters box should be empty>>"

Post Reply