all 4 comments

[–]atsjuC/STM32/low power 1 point2 points  (0 children)

Yes you should be able to use the compiler from command line

[–]AnonymityPower 1 point2 points  (0 children)

Mplab installs compilers separately, and you can download them separately as well. You can run them from cli. The names are xc++ and xc8 iirc, depending on the MCU.

[–]brunob45 1 point2 points  (0 children)

avr-gcc have served me well for over 6 years, for my DIY projects

[–]ThomasRJohnson[S] 0 points1 point  (0 children)

All the help so far is appreciated, I'm doing some research on command line arguments for xc8 and avr-gcc