Page 1 of 1

Linker file location on hard drive please

Posted: Wed Jul 27, 2022 2:41 pm
by canary_wharfe
Can someone please give me the full linker path to where the PIC8 and PIC16 linker files are stored on the PC drive for Flowcode 9?
Trying to find the location of the pic16_C30_link.bat and xc32-bin2hex.exe files.

Re: Linker file location on hard drive please

Posted: Wed Jul 27, 2022 3:21 pm
by BenR
Hello,

The batch file is located here. You probably can't browse to here so copy and paste the address into your file explorer to get there.
C:\ProgramData\MatrixTSL\FlowcodeV9\FCD\PIC16\batchfiles

The bin2hex is located here inside your PIC32 compiler directory, probably somewhere like this.
C:\Program Files (x86)\Flowcode\Common\PIC32\bin

Re: Linker file location on hard drive please

Posted: Wed Jul 27, 2022 8:50 pm
by canary_wharfe
thanks Ben
:-)