Command line compiler usage

Discuss the Integrated Development Environment (IDE)

Moderators: David Barker, Jerry Messina

Post Reply
bernardj
Posts: 14
Joined: Fri Jul 10, 2015 7:52 pm

Command line compiler usage

Post by bernardj » Sat Apr 06, 2019 10:09 am

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

User avatar
David Barker
Swordfish Developer
Posts: 1214
Joined: Tue Oct 03, 2006 7:01 pm
Location: Saltburn by the Sea, UK
Contact:

Re: Command line compiler usage

Post by David Barker » Sun Apr 07, 2019 8:37 am

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"

Post Reply