Page 1 of 1

Command line compiler usage

Posted: Sat Apr 06, 2019 10:09 am
by bernardj
Good day

Can you please point me to a document which contains information on using the Swordfish command line compiler, i.e. information on parameters and switches to be passed? The aim is to still use the Swordfish compiler, but with another IDE (not MPLAB).

I can not locate such info on the forum.

Any info will be greatly appreciated

Thanks

Bernard

Re: Command line compiler usage

Posted: Sun Apr 07, 2019 8:37 am
by David Barker
The compiler just accepts the fully qualified filename of the program to compile. For example:

Code: Select all

swordfish.exe "c:\my programs\program.bas"