Page 3 of 3

Re: PIC16 toolchain for FC9

Posted: Mon Dec 08, 2025 10:19 pm
by pmgreene01
Are there any better, more clear instructions for how to use the latest Microchip XC16 v2.10 compiler? I tried the stuff above and the batch files, but it still doesn't work. Is there any document that describes what is supposed to be going on with the $(options)???

This is the error message I get.

Using <myPicKit4_ExtPwr> user settings for compiler
Launching the compiler...
C:\Program Files\Microchip\xc16\v2.10\bin\xc16-gcc.exe "C:\Program Files\Microchip\xc16\v2.10\bin\" "25015_VCAmplifier_dsPIC33_DRV8876_PH-EN_03" "D:\PIC_FlowCode\" "33EV256GM004"
elf-gcc.exe: C:\Program: No such file or directory
elf-gcc.exe: Files\Microchip\xc16\v2.10\bin 25015_VCAmplifier_dsPIC33_DRV8876_PH-EN_03 D:\PIC_FlowCode: Invalid argument
elf-gcc.exe: 33EV256GM004: No such file or directory
elf-gcc.exe: no input files

Re: PIC16 toolchain for FC9

Posted: Tue Dec 09, 2025 10:06 am
by Steve-Matrix
Please post your msg.txt file as that might offer some clues as to why it is not working for you.

Re: PIC16 toolchain for FC9

Posted: Wed Dec 10, 2025 1:11 am
by pmgreene01
I was able to get the old compiler working again, so I can't generate the error messages any more. I thought I needed the newest compiler, but it turns out I can work with the built in one. I am not going to pursue it any more as it seems too complicated to get working.

Thanks for the reply.